MisterAI commited on
Commit
a8ea78d
·
verified ·
1 Parent(s): 879a2f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -26,7 +26,6 @@ Voici le texte à transformer en présentation :"""
26
  model_path = "MisterAI/Bartowski_MistralAI_Mistral-Small-24B-Base-2501-GGUF"
27
  #text_to_presentation = LLMCppModel(model_path)
28
  #text_to_presentation = model_path
29
- text_to_presentation = Llama(model_path, )
30
  text_to_presentation = Llama(model_path, verbose=True)
31
 
32
  # Chargement du tokenizer depuis Hugging Face
 
26
  model_path = "MisterAI/Bartowski_MistralAI_Mistral-Small-24B-Base-2501-GGUF"
27
  #text_to_presentation = LLMCppModel(model_path)
28
  #text_to_presentation = model_path
 
29
  text_to_presentation = Llama(model_path, verbose=True)
30
 
31
  # Chargement du tokenizer depuis Hugging Face