-
Notifications
You must be signed in to change notification settings - Fork 79
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
KeyError: 'jetmoe' for jetmoe-8b-chat #4
Comments
|
I have the same issue. I have installed TF from git:
I have also successfully install jetmoe:
Yet I get the below error: KeyError Traceback (most recent call last) 3 frames During handling of the above exception, another exception occurred: ValueError Traceback (most recent call last) ValueError: The checkpoint you are trying to load has model type |
But I wasn't able to run any of the models even |
Please try pulling manually the model files directly from here to see if it works:
|
Can you please provide a little hint on how you would pull manually? I only have experience pulling GGUF models and loading them manually. |
Created a Managed to run
|
Added pulling bash scripts in the model folders. Please move your discussions to the |
jetmoe-8b
model runs fine but forjetmoe-8b-chat
with even the latesttransformers
andtokenizer
I get:The text was updated successfully, but these errors were encountered: