Spaces:
Runtime error
Runtime error
StevenChen16
commited on
Commit
•
f3c9054
1
Parent(s):
cf24113
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,6 @@ def process_paragraph(paragraph, progress=gr.Progress()):
|
|
27 |
torch_gc()
|
28 |
return results
|
29 |
|
30 |
-
%cd /root/autodl-tmp/LLaMA-Factory/
|
31 |
|
32 |
args = dict(
|
33 |
model_name_or_path="princeton-nlp/Llama-3-Instruct-8B-SimPO", # 使用量化的 Llama-3-8B-Instruct 模型
|
|
|
27 |
torch_gc()
|
28 |
return results
|
29 |
|
|
|
30 |
|
31 |
args = dict(
|
32 |
model_name_or_path="princeton-nlp/Llama-3-Instruct-8B-SimPO", # 使用量化的 Llama-3-8B-Instruct 模型
|