Thank you team for the amazing work.
Actually, I have successfully run the 2b-it-sfp model.
I am trying to run the model 2b-it, but it does not work, here is my process:
First run:
./gemma --tokenizer model_2b_it/tokenizer.spm --compressed_weights model_2b_it/2b-it.sbs --model 2b-it
And I got the error:
Failed to read cache gating_ein_0 (error 294)
Abort at /gemma.cpp/./gemma.cc:117: Failed to open model file - does it exist?
Aborted (core dumped)
After that, I change the script to:
./gemma --tokenizer model_2b_it/tokenizer.spm --weights model_2b_it/2b-it.sbs --compressed_weights model_2b_it/compressed_model --model 2b-it
And got the error:
Cached compressed weights does not exist yet (code 256), compressing weights and creating file: model_2b_it/compressed_model.
Abort at /gemma.cpp/./gemma.cc:141: Failed to read from model_2b_it/2b-it.sbs - might be a directory, or too small?
Aborted (core dumped)
Hopefully it shows enough information about the issue.
Thank you team for the amazing work.
Actually, I have successfully run the
2b-it-sfpmodel.I am trying to run the model
2b-it, but it does not work, here is my process:First run:
And I got the error:
After that, I change the script to:
And got the error:
Hopefully it shows enough information about the issue.