Liran Ringel
Liran Ringel
When trying to run `python3 cifar10.py` to prepare the cifar10 dataset, the script gets into an infinite loop because `input_pipeline.get_cifar10_datasets` returns a dataset with infinite sample (it uses the `repeat`...
First I want to thank the authors for this great work! I might find it useful for my research. I encountered 3 problems: 1. in `evaluator/dataset_evaluator.py`, in the usage of...
When I run: > RAYON_NUM_THREADS=6 CUDA_VISIBLE_DEVICES=0 python3 -m rest.inference.cli --datastore-path datastore/datastore_chat_small.idx --base-model meta-llama/Meta-Llama-3-8B-Instruct I get: > RAYON_NUM_THREADS=6 CUDA_VISIBLE_DEVICES=0 python3 -m rest.inference.cli --datastore-path datastore/datastore_chat_small.idx --base-model meta-llama/Meta-Llama-3-8B-Instruct Loading checkpoint shards: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 4/4...