sawac commited on
Commit
0957125
·
verified ·
1 Parent(s): 84e2d22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,8 +5,8 @@ import os
5
  import threading
6
  import time
7
 
8
- repo_id = "ineair/llm-jp-3-3.7b-instruct-EZO-Humanities-gguf"
9
- filename = "llm-jp-3-3.7b-instruct-EZO-Humanities-f16.gguf"
10
 
11
  CONTEXT_SIZE = 2048
12
  N_THREADS = min(os.cpu_count(), 4)
 
5
  import threading
6
  import time
7
 
8
+ repo_id = "MCZK/EZO-Humanities-9B-gemma-2-it-GGUF"
9
+ filename = "EZO-Humanities-9B-gemma-2-it.imatrix"
10
 
11
  CONTEXT_SIZE = 2048
12
  N_THREADS = min(os.cpu_count(), 4)