ar08 commited on
Commit
8e250e5
·
verified ·
1 Parent(s): 45a6593

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import os
7
  command = [
8
  "python",
9
  "run_inference_server.py",
10
- "-m", "./models/Llama3-8B-1.58-100B-tokens-TQ2_0.gguf",
11
  "--host", "0.0.0.0",
12
  "--port", "7860"
13
  ]
 
7
  command = [
8
  "python",
9
  "run_inference_server.py",
10
+ "-m", "./models/ggml-model-i2_s.gguf",
11
  "--host", "0.0.0.0",
12
  "--port", "7860"
13
  ]