KakaoL0L commited on
Commit
5969acd
1 Parent(s): 81f487c

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -24,7 +24,7 @@ class HuggingFaceHandler:
24
  return generated_text
25
 
26
  # Assumer que le chemin du modèle est déjà spécifié lors de l'initialisation de l'objet handler.
27
- model_path = "huggingface.co/KakaoL0L/Mistral7B_MatheoAI_lora"
28
 
29
  # Créer une instance du gestionnaire
30
  handler = HuggingFaceHandler(model_path)
 
24
  return generated_text
25
 
26
  # Assumer que le chemin du modèle est déjà spécifié lors de l'initialisation de l'objet handler.
27
+ model_path = "KakaoL0L/Mistral7B_MatheoAI_lora"
28
 
29
  # Créer une instance du gestionnaire
30
  handler = HuggingFaceHandler(model_path)