SimrusDenuvo commited on
Commit
4f42334
·
verified ·
1 Parent(s): 884ac0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ except:
17
  # --- 2. Загрузка локальной модели (не требует API) ---
18
  model = pipeline(
19
  "text-generation",
20
- model="IlyaGusev/saiga_mistral_7b-lora",
21
  device="cpu" # Для GPU укажите device=0
22
  )
23
 
 
17
  # --- 2. Загрузка локальной модели (не требует API) ---
18
  model = pipeline(
19
  "text-generation",
20
+ model="IlyaGusev/saiga_mistral_7b_merged",
21
  device="cpu" # Для GPU укажите device=0
22
  )
23