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
Hi,
When I run "Step 2: Building the gradient datastore"
FileNotFoundError: [Errno 2] No such file or directory: '../out/llama2-7b-p0.05-lora-seed3/checkpoint-1688/optimizer.bin'
I check the folder "llama2-7b-p0.05-lora-seed3" generate from Step 1, only files optimizer.pt in checkpoint-1688.
I noticed that in other issues, some scholars had problem on generating optimizer.pt. I think my problem is different from these.
May I kindly ask for you help?
The text was updated successfully, but these errors were encountered:
Could you confirm that you are using transformers==4.36.2? Transformers package gets frequently updated especially the part that supports distributed training :(
Hi,
When I run "Step 2: Building the gradient datastore"
FileNotFoundError: [Errno 2] No such file or directory: '../out/llama2-7b-p0.05-lora-seed3/checkpoint-1688/optimizer.bin'
I check the folder "llama2-7b-p0.05-lora-seed3" generate from Step 1, only files optimizer.pt in checkpoint-1688.
I noticed that in other issues, some scholars had problem on generating optimizer.pt. I think my problem is different from these.
May I kindly ask for you help?
The text was updated successfully, but these errors were encountered: