HKUDS / GraphEdit

"GraphEdit: Large Language Models for Graph Structure Learning"
https://arxiv.org/abs/2402.15183
Apache License 2.0
120 stars 10 forks source link

Encountering problems in reproducing #2

Closed xms66 closed 7 months ago

xms66 commented 7 months ago
1710768939415

我按照指示从huggingface中下载vicuna7b,并放到下图所示的位置

1710769763583

当我执行sh scripts/train_lora.sh时,遇到了这样的报错:

1710769864125
LarFii commented 7 months ago

可以试试换成相对路径,例如 ./scripts/vicuna7b

xms66 commented 7 months ago

可以试试换成相对路径,例如 ./scripts/vicuna7b

还是一样的报错 OSError: Error no file named pytorch_model.bin, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory ./scripts/vicuna7b.