DMID23 commited on
Commit
538ce0f
·
verified ·
1 Parent(s): 857c0e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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"