Lyte commited on
Commit
702f8cc
·
verified ·
1 Parent(s): 0fde133

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from typing import List
7
 
8
  model = Llama(
9
  model_path=hf_hub_download(
10
- repo_id=os.environ.get("REPO_ID", "Lyte/QuadConnect2.5-0.5B-v0.1.1b"), #"Lyte/QuadConnect2.5-0.5B-v0.0.9b"),
11
  filename=os.environ.get("MODEL_FILE", "unsloth.Q8_0.gguf"),
12
  ),
13
  n_ctx=16384
 
7
 
8
  model = Llama(
9
  model_path=hf_hub_download(
10
+ repo_id=os.environ.get("REPO_ID", "Lyte/QuadConnect2.5-0.5B-v0.0.9b"), #"Lyte/QuadConnect2.5-0.5B-v0.0.9b"),
11
  filename=os.environ.get("MODEL_FILE", "unsloth.Q8_0.gguf"),
12
  ),
13
  n_ctx=16384