Update README.md
Browse files
README.md
CHANGED
@@ -97,7 +97,7 @@ import os
|
|
97 |
|
98 |
# 1. Download the model
|
99 |
repo_id = "OEvortex/HelpingAI-15B"
|
100 |
-
filename = "helpingai-
|
101 |
model_path = download_model(repo_id, filename, os.environ.get("hf_token"))
|
102 |
|
103 |
# 2. Load the model
|
|
|
97 |
|
98 |
# 1. Download the model
|
99 |
repo_id = "OEvortex/HelpingAI-15B"
|
100 |
+
filename = "helpingai-15b-q4_k_m.gguf"
|
101 |
model_path = download_model(repo_id, filename, os.environ.get("hf_token"))
|
102 |
|
103 |
# 2. Load the model
|