You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect the issue lies in the first line: ‘’/opt/anaconda3/envs/llama3/bin/python: can't open file 'example_chat_completion.py': [Errno 2] No such file or directory‘’,you can check if there is any problem with the file path when you run this command.
Hi, I also followed this using a python virtual environment and I also got stuck at the PYTHONPATH=$(git rev-parse --show-toplevel) torchrun llama_models/scripts/example_chat_completion.py $CHECKPOINT_DIR since there is no such llama_models/ folder created.
Additionally I tried to follow this other installation tutorial but I also got stuck because 403 Forbidden
I followed the steps of getting access to the models; I received a link. But I am getting this error after I ran:
torchrun --nproc_per_node=1 example_chat_completion.py \ --ckpt_dir Meta-Llama-3-8B-Instruct/ \ --tokenizer_path Meta-Llama-3-8B-Instruct/tokenizer.model \ --max_seq_len 512 --max_batch_size 6
The text was updated successfully, but these errors were encountered: