wop commited on
Commit
f41482f
1 Parent(s): 61980a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ from huggingface_hub import hf_hub_download
7
 
8
  llm = Llama(
9
  model_path=hf_hub_download(
10
- repo_id=os.environ.get("REPO_ID", "microsoft/Phi-3-mini-4k-instruct-gguf"),
11
- filename=os.environ.get("MODEL_FILE", "Phi-3-mini-4k-instruct-q4.gguf"),
12
  ),
13
  n_ctx=2048,
14
  n_gpu_layers=50, # change n_gpu_layers if you have more or less VRAM
 
7
 
8
  llm = Llama(
9
  model_path=hf_hub_download(
10
+ repo_id=os.environ.get("REPO_ID", "wop/kosmox-gguf"),
11
+ filename=os.environ.get("MODEL_FILE", "kosmox-gguf-unsloth.Q8_0.gguf"),
12
  ),
13
  n_ctx=2048,
14
  n_gpu_layers=50, # change n_gpu_layers if you have more or less VRAM