Update README.md
Browse files
README.md
CHANGED
@@ -96,7 +96,7 @@ from webscout.Local.samplers import SamplerSettings
|
|
96 |
|
97 |
# Download the model
|
98 |
repo_id = "OEvortex/HelpingAI2-9B "
|
99 |
-
filename = "
|
100 |
model_path = download_model(repo_id, filename, token="")
|
101 |
|
102 |
# Load the model
|
|
|
96 |
|
97 |
# Download the model
|
98 |
repo_id = "OEvortex/HelpingAI2-9B "
|
99 |
+
filename = "helpingai2-9b-q5_0.gguf"
|
100 |
model_path = download_model(repo_id, filename, token="")
|
101 |
|
102 |
# Load the model
|