outputmodel 中没有pytorch_model.bin
(lmflow) PS E:\LMFlow-main\LMFlow-main> bash .\scripts\run_chatbot.sh .\output_models\llama7b-lora-medical\ .\output_models\llama7b-lora-medical\llama7b-lora-medical
[2023-04-24 22:59:26,646] [WARNING] [runner.py:190:fetch_hostfile] Unable to find hostfile, will proceed with training with local resources only.
Detected CUDA_VISIBLE_DEVICES=0: setting --include=localhost:0
[2023-04-24 22:59:26,667] [INFO] [runner.py:540:main] cmd = D:\UserSoftware\Anaconda3\envs\lmflow\python.exe -u -m deepspeed.launcher.launch --world_info=eyJsb2NhbGhvc3QiOiBbMF19 --master_addr=127.0.0.1 --master_port=29500 --enable_each_rank_log=None examples/chatbot.py --deepspeed configs/ds_config_chatbot.json --model_name_or_path .\output_models\llama7b-lora-medical\ --lora_model_path .\output_models\llama7b-lora-medical\llama7b-lora-medical
[2023-04-24 22:59:28,342] [INFO] [launch.py:229:main] WORLD INFO DICT: {'localhost': [0]}
[2023-04-24 22:59:28,342] [INFO] [launch.py:235:main] nnodes=1, num_local_procs=1, node_rank=0
[2023-04-24 22:59:28,343] [INFO] [launch.py:246:main] global_rank_mapping=defaultdict(<class 'list'>, {'localhost': [0]})
[2023-04-24 22:59:28,346] [INFO] [launch.py:247:main] dist_world_size=1
[2023-04-24 22:59:28,346] [INFO] [launch.py:249:main] Setting CUDA_VISIBLE_DEVICES=0
configs/ds_config_chatbot.json
Traceback (most recent call last):
File "E:\LMFlow-main\LMFlow-main\examples\chatbot.py", line 155, in
需要下载模型,请进入output_models文件夹然后执行bash download.sh all.
To download the model, please go to the 'output_models' folder and execute 'bash download.sh all'.

下载后运行的出现的问题

图中没有看到报错信息,烦请提供更多信息
I didn't see any error message in the picture, please provide more information.
This issue has been marked as stale because it has not had recent activity. If you think this still needs to be addressed please feel free to reopen this issue. Thanks