Dorian2B commited on
Commit
0a19e0e
·
verified ·
1 Parent(s): 21c07f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  from huggingface_hub import hf_hub_download
7
 
8
  # Configuration du modèle
9
- MODEL_NAME = "Dorian2B/Vera-v1.5-Instruct-GGUF"
10
  MODEL_FILE = "vera-v1.5-instruct-q8_0.gguf"
11
 
12
  def download_model():
 
6
  from huggingface_hub import hf_hub_download
7
 
8
  # Configuration du modèle
9
+ MODEL_NAME = "Dorian2B/Vera-v1.5-Instruct-2B-GGUF"
10
  MODEL_FILE = "vera-v1.5-instruct-q8_0.gguf"
11
 
12
  def download_model():