Spaces:
OrbitMC
/
Runtime error

OrbitMC commited on
Commit
c5a2baa
·
verified ·
1 Parent(s): 645e05e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -28,10 +28,10 @@ IMG_DIR = Path(__file__).parent / "img"
28
 
29
  # Current Model: Qwen 3.5 Uncensored
30
  # To change to Liquid AI, just change these to:
31
- # GGUF_REPO = "LiquidAI/LFM2-2.6B-Exp"
32
- # GGUF_FILE = "LFM2-2.6B-Exp-Q4_0.gguf"
33
- GGUF_REPO = os.environ.get("GGUF_REPO", "HauhauCS/Qwen3.5-2B-Uncensored-HauhauCS-Aggressive")
34
- GGUF_FILE = os.environ.get("GGUF_FILE", "Qwen3.5-2B-Uncensored-HauhauCS-Aggressive-Q4_K_M.gguf")
35
 
36
  MODEL_DIR = Path(__file__).parent / "models"
37
  LLAMA_BIN_DIR = Path(__file__).parent / "llama_bin"
 
28
 
29
  # Current Model: Qwen 3.5 Uncensored
30
  # To change to Liquid AI, just change these to:
31
+ GGUF_REPO = "LiquidAI/LFM2-2.6B-Exp"
32
+ GGUF_FILE = "LFM2-2.6B-Exp-Q4_0.gguf"
33
+ # GGUF_REPO = os.environ.get("GGUF_REPO", "HauhauCS/Qwen3.5-2B-Uncensored-HauhauCS-Aggressive")
34
+ # GGUF_FILE = os.environ.get("GGUF_FILE", "Qwen3.5-2B-Uncensored-HauhauCS-Aggressive-Q4_K_M.gguf")
35
 
36
  MODEL_DIR = Path(__file__).parent / "models"
37
  LLAMA_BIN_DIR = Path(__file__).parent / "llama_bin"