Abhaykoul commited on
Commit
02f191d
1 Parent(s): 7c4587c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -97,7 +97,7 @@ import os
97
 
98
  # 1. Download the model
99
  repo_id = "OEvortex/HelpingAI-15B"
100
- filename = "helpingai-15B.Q4_0.gguf"
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