Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,8 +7,6 @@ import torch
|
|
| 7 |
# ---------- STEP 1: Fine-tuned 모델 Git에서 clone ----------
|
| 8 |
repo_url = "DMID23/MachineToolAgent"
|
| 9 |
|
| 10 |
-
if not os.path.exists(local_dir):
|
| 11 |
-
subprocess.run(["git", "clone", repo_url, local_dir])
|
| 12 |
|
| 13 |
# ---------- STEP 2: Tokenizer와 모델 로드 ----------
|
| 14 |
base_model = "mistralai/Mistral-7B-Instruct-v0.1"
|
|
|
|
| 7 |
# ---------- STEP 1: Fine-tuned 모델 Git에서 clone ----------
|
| 8 |
repo_url = "DMID23/MachineToolAgent"
|
| 9 |
|
|
|
|
|
|
|
| 10 |
|
| 11 |
# ---------- STEP 2: Tokenizer와 모델 로드 ----------
|
| 12 |
base_model = "mistralai/Mistral-7B-Instruct-v0.1"
|