zeeshan391 commited on
Commit
52bfc97
1 Parent(s): 2fc6d22

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ callback_manager = CallbackManager([StreamingStdOutCallbackHandler()])
28
  def load_model(
29
  directory: str = ".",
30
  model_name: str = "natsumura-storytelling-rp-1.0-llama-3.1-8B.Q3_K_M.gguf",
31
- model_url: str = "https://huggingface.co/tohur/natsumura-storytelling-rp-1.0-llama-3.1-8b-GGUF/tree/main/natsumura-storytelling-rp-1.0-llama-3.1-8B.Q3_K_M.gguf"
32
  ):
33
  final_model_path = os.path.join(directory, model_name)
34
 
 
28
  def load_model(
29
  directory: str = ".",
30
  model_name: str = "natsumura-storytelling-rp-1.0-llama-3.1-8B.Q3_K_M.gguf",
31
+ model_url: str = "https://huggingface.co/tohur/natsumura-storytelling-rp-1.0-llama-3.1-8b-GGUF/resolve/main/natsumura-storytelling-rp-1.0-llama-3.1-8B.Q3_K_M.gguf"
32
  ):
33
  final_model_path = os.path.join(directory, model_name)
34