-
Notifications
You must be signed in to change notification settings - Fork 500
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
local models #518
Comments
If the online repo has restrictions (IE must approve, fill in a form etc), you may get this error. |
Sorry, I probably didn’t explain the issue clearly. I’m having trouble loading a model from a local directory. The error occurs when I try to load the base model specified in the YAML file, which points to a model stored in a local directory /xxx/xxxx/. |
Are there base_model:
model:
path: /your/path/with+plus+signs/here
# revision: optional revision
# lora: optional LoRA to apply
# path: ...
# revision: ...
parameters: # ... and so on |
Yes! That was the cause of the error. |
I'm trying to merge models from disk instead of using Hugging Face links, but I can't get it to work. I'm encountering the following error: RuntimeError: Can't parse "modelpath"
for instance a config, base model has the path to the model:
Do you have any idea how to fix this?
Ander
The text was updated successfully, but these errors were encountered: