You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some weights of BloomForCausalLM were not initialized from the model checkpoint at D:\projects\code\bloomz-7b1-mt and are newly initialized: ['lm_head.weight']
You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference.
...
Traceback (most recent call last):
File "D:\projects\code\bloomz.cpp\convert-hf-to-ggml.py", line 151, in <module>
data.tofile(fout)
OSError: 67108864 requested and 0 written
The text was updated successfully, but these errors were encountered:
I have the following problems when converting bloomz-7b1-mt model:
The text was updated successfully, but these errors were encountered: