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
saved_delta_path
When running in llama.py, after loading llama weights, the code requires to load another saved_delta_path:
https://github.com/thunlp/Delta-CoMe/blob/646a1fbf3443295c4b04aba27334c6bc5aa3df4f/llama.py#L314C5-L314C51
Seems like we need to generate this file first, but I can not find any hint of this in codebase.
What is the exact meaning of this, and how to get this file?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running in llama.py, after loading llama weights, the code requires to load another
saved_delta_path
:https://github.com/thunlp/Delta-CoMe/blob/646a1fbf3443295c4b04aba27334c6bc5aa3df4f/llama.py#L314C5-L314C51
Seems like we need to generate this file first, but I can not find any hint of this in codebase.
What is the exact meaning of this, and how to get this file?
The text was updated successfully, but these errors were encountered: