sawac commited on
Commit
1362f1f
·
verified ·
1 Parent(s): acd4aa6

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 = "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なので
 
5
  import threading
6
  import time
7
 
8
+ repo_id = "bartowski/Qwen2.5-1.5B-Instruct-GGUF"
9
+ filename = "Qwen2.5-1.5B-Instruct-Q3_K_S.gguf"
10
 
11
  CONTEXT_SIZE = 2048
12
  N_THREADS = 2 #FreeのCPUは2なので