Spaces:
Sleeping
Sleeping
likunchang
commited on
Commit
·
cdfd9c4
1
Parent(s):
7e078c9
init
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ from modeling.qwen2 import Qwen2Tokenizer
|
|
| 26 |
|
| 27 |
from huggingface_hub import snapshot_download
|
| 28 |
|
| 29 |
-
model_path = "
|
| 30 |
repo_id = "ByteDance-Seed/BAGEL-7B-MoT"
|
| 31 |
cache_dir = model_path + "/cache"
|
| 32 |
|
|
|
|
| 26 |
|
| 27 |
from huggingface_hub import snapshot_download
|
| 28 |
|
| 29 |
+
model_path = "./model"
|
| 30 |
repo_id = "ByteDance-Seed/BAGEL-7B-MoT"
|
| 31 |
cache_dir = model_path + "/cache"
|
| 32 |
|