FileNotFoundError: [Errno 2] No such file or directory: '.\\output_models\\llama_7b_lora\\7B\\params.json'
(lmflow) PS E:\LMFlow-main\LMFlow-main> python ./scripts/convert_llama_weights_to_hf.py --input_dir .\output_models\llama_7b_lora\ --model_size 7B --output_dir .\output_models\llama-7b-hf
Traceback (most recent call last):
File "E:\LMFlow-main\LMFlow-main\scripts\convert_llama_weights_to_hf.py", line 279, in
To download the model, please go to the 'output_models' folder and execute 'bash download.sh all'.
下载之后出现的

是不是可以修改这个代码


You can use the downloaded files without any changes. Please refer to our Chinese version documentation for more information about setting up and tuning models. Thanks https://github.com/OptimalScale/LMFlow/blob/main/readme/README_zh-hans.md
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