I am trying to run the openLLM but i am facing this error. I ran 3 commands.
- !pip3 install openllm
- !openllm -h
- !openllm start opt
but the 3rd commands output is generating this error
OSError: model.safetensors or model.safetensors.index.json and thus cannot be loaded with
safetensors
. Please make sure that the model has been saved withsafe_serialization=True
or do not setuse_safetensors=True
.text
trying to run OPENllm faced an OS error