I am trying to download LLAMA2_7B Model on local network.
So I used huggingface – files and versions and got these files into local network.
I used a code by vs code and used
[python convert_llama_weights_to_hf.py –input_dir Z:DocumentsDownload7B –model_size 7B –output_dir model]
and this error occured.
enter image description here
the last sentence is meaning by
[PermissionError: [WinError 32] The process cannot access the file because it is being used by another process]
Can you tell me how to solve this problem?
Or can you recommend me other better solutions to run llama on local networks?
I tried to restart the code
권혁재 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.