Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import torch
|
|
7 |
|
8 |
|
9 |
# model_path = '/cjl/llm_finetuning/output/prompt_engineer_en_final/bpo_model'
|
10 |
-
model_path = '
|
11 |
|
12 |
device = 'cpu'
|
13 |
|
|
|
7 |
|
8 |
|
9 |
# model_path = '/cjl/llm_finetuning/output/prompt_engineer_en_final/bpo_model'
|
10 |
+
model_path = 'TheBloke/zephyr-7B-beta-GPTQ'
|
11 |
|
12 |
device = 'cpu'
|
13 |
|