jwu323 commited on
Commit
037da0c
·
verified ·
1 Parent(s): 93fb83c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ class OptimizedLLMInterface:
25
 
26
  def __init__(
27
  self,
28
- model_repo_id: str = "Lyte/LLaMA-O1-Supervised-1129-Q4_K_M-GGUF",
29
- model_filename: str = "llama-o1-supervised-1129-q4_k_m.gguf",
30
  ):
31
  if OptimizedLLMInterface._model_instance is None:
32
  model_path = hf_hub_download(repo_id=model_repo_id, filename=model_filename)
 
25
 
26
  def __init__(
27
  self,
28
+ model_repo_id: str = "SimpleBerry/LLaMA-O1-Supervised-1129-Q2_K-GGUF",
29
+ model_filename: str = "LLaMA-O1-Supervised-1129-q2_k.gguf",
30
  ):
31
  if OptimizedLLMInterface._model_instance is None:
32
  model_path = hf_hub_download(repo_id=model_repo_id, filename=model_filename)