sawac commited on
Commit
acd4aa6
·
verified ·
1 Parent(s): 0a21122

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -5,11 +5,11 @@ import os
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.iQ4_XS.gguf"
10
 
11
  CONTEXT_SIZE = 2048
12
- N_THREADS = min(os.cpu_count(), 4)
13
 
14
  llm = None
15
  model_loaded = False
 
5
  import threading
6
  import time
7
 
8
+ repo_id = "mmnga/japanese-stablelm-2-instruct-1_6b-gguf"
9
+ filename = "japanese-stablelm-2-instruct-1_6b-IQ4_NL.gguf"
10
 
11
  CONTEXT_SIZE = 2048
12
+ N_THREADS = 2 #FreeのCPUは2なので
13
 
14
  llm = None
15
  model_loaded = False