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
try any training with "meta-llama/Llama-3.2-3B", and it fails with:
FileNotFoundError: [Errno 2] No such file or directory: 'meta-llama/Llama-3.2-3B/config.json'
Traceback (most recent call last):
File "/home/lab/training/src/instructlab/training/main_ds.py", line 941, in <module>
main(args)
File "/home/lab/training/src/instructlab/training/main_ds.py", line 532, in main
with open(Path(args.model_name_or_path) / "config.json") as conf_json:
The text was updated successfully, but these errors were encountered:
try any training with "meta-llama/Llama-3.2-3B", and it fails with:
The text was updated successfully, but these errors were encountered: