We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用ptuning进行微调后,在checkpoint-3000路径下并没有pytorch_model.bin,只有training_args.bin,无法运行prefix_state_dict = torch.load(os.path.join(CHECKPOINT_PATH, "pytorch_model.bin"))
No response
bash train.sh
- OS:Ubuntu 22.04 - Python:Python 3.10.13 - Transformers: - PyTorch:4.36.2 - CUDA Support (`python -c "import torch; print(torch.cuda.is_available())"`) :True
The text was updated successfully, but these errors were encountered:
我也是,请问解决了吗
Sorry, something went wrong.
同,请问有无解决方案?
已解决 -> transforms库降到 requirements.txt 中的版本即可解决
还是不行
No branches or pull requests
Is there an existing issue for this?
Current Behavior
使用ptuning进行微调后,在checkpoint-3000路径下并没有pytorch_model.bin,只有training_args.bin,无法运行prefix_state_dict = torch.load(os.path.join(CHECKPOINT_PATH, "pytorch_model.bin"))
Expected Behavior
No response
Steps To Reproduce
bash train.sh
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: