mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	lora : fix llama conversion script with ROPE_FREQS (#9117)
This commit is contained in:
		| @@ -14,7 +14,7 @@ MODELS_REPO_URL=https://huggingface.co/ggml-org/$MODELS_REPO | ||||
| # Clone the Hugging Face repository if the directory does not exist | ||||
| if [ ! -d "$MODELS_REPO" ]; then | ||||
|     echo "Cloning the Hugging Face repository..." | ||||
|     git clone $MODELS_REPO_URL | ||||
|     git clone $MODELS_REPO_URL --depth 1 | ||||
| else | ||||
|     echo "Repository already exists. Skipping clone." | ||||
| fi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Xuan Son Nguyen
					Xuan Son Nguyen