Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ from llama_cpp import Llama
|
|
4 |
import os
|
5 |
|
6 |
# Hugging Face Hub上のモデルを指定
|
7 |
-
repo_id = "
|
8 |
-
filename = "
|
9 |
|
10 |
# モデルをダウンロード(キャッシュされている場合はキャッシュを使用)
|
11 |
model_path = hf_hub_download(repo_id=repo_id, filename=filename)
|
|
|
4 |
import os
|
5 |
|
6 |
# Hugging Face Hub上のモデルを指定
|
7 |
+
repo_id = "ineair/llm-jp-3-3.7b-instruct-EZO-Humanities-gguf"
|
8 |
+
filename = "llm-jp-3-3.7b-instruct-EZO-Humanities-f16.gguf"
|
9 |
|
10 |
# モデルをダウンロード(キャッシュされている場合はキャッシュを使用)
|
11 |
model_path = hf_hub_download(repo_id=repo_id, filename=filename)
|