mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	docker : fix filename for convert-hf-to-gguf.py in tools.sh (#8441)
Commit b0a4699 changed the name of this script from convert-hf-to-gguf.py to
convert_hf_to_gguf.py breaking how convert is called from within a Docker
container.
			
			
This commit is contained in:
		| @@ -8,7 +8,7 @@ arg1="$1" | |||||||
| shift | shift | ||||||
|  |  | ||||||
| if [[ "$arg1" == '--convert' || "$arg1" == '-c' ]]; then | if [[ "$arg1" == '--convert' || "$arg1" == '-c' ]]; then | ||||||
|     python3 ./convert-hf-to-gguf.py "$@" |     python3 ./convert_hf_to_gguf.py "$@" | ||||||
| elif [[ "$arg1" == '--quantize' || "$arg1" == '-q' ]]; then | elif [[ "$arg1" == '--quantize' || "$arg1" == '-q' ]]; then | ||||||
|     ./llama-quantize "$@" |     ./llama-quantize "$@" | ||||||
| elif [[ "$arg1" == '--run' || "$arg1" == '-r' ]]; then | elif [[ "$arg1" == '--run' || "$arg1" == '-r' ]]; then | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Armen Kaleshian
					Armen Kaleshian