Skip to content
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

Cannot load replit-code-v1-3b #248

Closed
matthiasgeihs opened this issue Jun 12, 2023 · 2 comments
Closed

Cannot load replit-code-v1-3b #248

matthiasgeihs opened this issue Jun 12, 2023 · 2 comments

Comments

@matthiasgeihs
Copy link

I am using ggml@f52d2a0 and am having trouble loading replit-code-v1-3b.

I used replit/convert-h5-to-ggml.py to convert to ggml f16.
Also created a q4_0 quantized version using replit-quantize.

However, when trying to load either of the models with replit
(e.g., ./bin/replit -m replit-code-v1-3b.f16.bin -p "def hello_world():")
I get:

replit_model_load: unknown tensor 'transformer.blocks.0.norm_1.weight' in model file
main: failed to load model from '/Users/matthias/.cache/ggml/replit-code-v1-3b.f16.bin'

Any ideas?

@apcameron
Copy link
Contributor

You may need this PR #218

@matthiasgeihs
Copy link
Author

Works now on 0a63fc0! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants