yuna1126 commited on
Commit
e2eb426
·
verified ·
1 Parent(s): e58f6e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ from huggingface_hub import hf_hub_download
18
 
19
  # モデルの設定
20
  model_id = "yuna1126/Tema_Q-R-0.4B-GGUF"
21
- model_file = "Tema_Q-R-0.4B-Q4_K_M.gguf"
22
 
23
  # 入力制限文字数
24
  MAX_INPUT_CHARS = 300
 
18
 
19
  # モデルの設定
20
  model_id = "yuna1126/Tema_Q-R-0.4B-GGUF"
21
+ model_file = "Tema_Q-R-0.4B-f16.gguf"
22
 
23
  # 入力制限文字数
24
  MAX_INPUT_CHARS = 300