当前位置:   article > 正文

chatglm3全量微调后部署,报错does not appear to have a file named configuration_chatglm.py.

does not appear to have a file named configuration_chatglm.py

全量微调的部署:

  1. cd ../composite_demo
  2. MODEL_PATH="path to finetuned model checkpoint" TOKENIZER_PATH="path/chatglm3-6b" streamlit run main.py

报错:

OSError: ../finetune_chatmodel_demo/output/……/checkpoint-500 does not appear to have a file named configuration_chatglm.py. Checkout 'https://huggingface.co/../finetune_chatmodel_demo/output/……/checkpoint-500/None' for available files.

原因:

        MODEL路径下缺失configuration_chatglm.py。

解决办法:

        微调后的output里没有对应的py文件,这些文件在chatglm3-6b里,把对应的py文件从chatglm3-6b里复制到你的/checkpoint-500路径下即可。

        包括:configuration_chatglm.py、modeling_chatglm.py、quantization.py。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/360758
推荐阅读
相关标签
  

闽ICP备14008679号