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
OSError: Error no file named pytorch_model.bin, tf_model.h5, model.ckpt.index or flax_model.msgpack found in
directory /media/sdb/xxx/LLama/vicuna_weights.
I double check the downloaded weights in /media/sdb/xxx/LLama/vicuna_weights:
Anyone know what caused the OSError message? thanks.
The text was updated successfully, but these errors were encountered:
dragen1860
changed the title
SError: Error no file named pytorch_model.bin, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory /media/sdb/long/LLama/vicuna_weights.
OSError: Error no file named pytorch_model.bin, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory /media/sdb/long/LLama/vicuna_weights.
Apr 18, 2023
dragen1860
changed the title
OSError: Error no file named pytorch_model.bin, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory /media/sdb/long/LLama/vicuna_weights.
OSError: Error no file named pytorch_model.bin, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory
Apr 18, 2023
Thanks for your interest! The vicuna weight you downloaded is a delta version and need some further processing to turn it into a working version. Please refer to our updated readme to know how to prepare vicuna
Hi, all:
I clone the repo and download the weights from https://huggingface.co/lmsys/vicuna-13b-delta-v0/tree/main, when run
I encounter the following error:
I double check the downloaded weights in /media/sdb/xxx/LLama/vicuna_weights:
Anyone know what caused the OSError message? thanks.
The text was updated successfully, but these errors were encountered: