-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Issue in running the transfer script #4
Comments
Sorry, this went wrong while cleaning up the codebase. Should be fixed now! |
Thank you @bminixhofer , it is now working. Still the other script doesn't work
I get |
I tried to change the foulder name because there is a dot in the name, now getting this error
|
|
Thanks @jubgjf for the suggestion, already tried multiple versions of transformers and still getting this error. |
I created a new environment and rewrite requirements.txt:
and install cuda toolkit with conda:
These steps work for me. |
@zaidalyafeai does this solution work for you? If it does, I'll update the requirements.txt to match the one from @jubgjf (thanks!) |
I tried it @bminixhofer but it doesn't work. I am not using conda, so this might be the issue. |
This environment may still incorrect, as I met issues when training a hypernetwork mentioned in #6 (comment) |
Upgrading to Here is the list of supported models. |
I encountered an EnvironmentError while executing this code. The error seemed to be due to accessing the files without proper permission.
The error was resolved after I accepted the conditions to access its files and content on the model hub (https://huggingface.co/mistralai/Mistral-7B-v0.1). Then, I created access tokens ($HUGGINGFACE_TOKEN) for the required permissions. Remember to add the repository to your access token settings. After logging in, it seems good now.
|
I tried running
But I got
AttributeError: 'HyperRobertaConfig' object has no attribute 'language_adapter_bottleneck_dim'
The text was updated successfully, but these errors were encountered: