OSError: Unable to load weights from pytorch checkpoint file for './vicuna-13b/pytorch_model-00002-of-00003.bin' at

#3
by hswu - opened

I try load model with python3 -m fastchat.serve.cli --model-name ./vicuna-13b --num-gpus 2
get error :
OSError: Unable to load weights from pytorch checkpoint file for
'./vicuna-13b/pytorch_model-00002-of-00003.bin' at
'./vicuna-13b/pytorch_model-00002-of-00003.bin'. If you tried to load a PyTorch
model from a TF 2.0 checkpoint, please set from_tf=True.

Sign up or log in to comment