Update README.md
Browse files
README.md
CHANGED
@@ -73,9 +73,7 @@ from huggingface_hub import hf_hub_download
|
|
73 |
# Specify model details
|
74 |
model_repo_id = "pmking27/PrathameshLLM-2B-GGUF" # Replace with the desired model repo
|
75 |
filename = "PrathameshLLM-2B.Q4_K_M.gguf" # Replace with the specific GGUF filename
|
76 |
-
local
|
77 |
-
|
78 |
-
_folder = "." # Replace with your desired local storage path
|
79 |
|
80 |
# Create the local directory if it doesn't exist
|
81 |
os.makedirs(local_folder, exist_ok=True)
|
|
|
73 |
# Specify model details
|
74 |
model_repo_id = "pmking27/PrathameshLLM-2B-GGUF" # Replace with the desired model repo
|
75 |
filename = "PrathameshLLM-2B.Q4_K_M.gguf" # Replace with the specific GGUF filename
|
76 |
+
local_folder = "." # Replace with your desired local storage path
|
|
|
|
|
77 |
|
78 |
# Create the local directory if it doesn't exist
|
79 |
os.makedirs(local_folder, exist_ok=True)
|