daqc commited on
Commit
88f4b7e
·
verified ·
1 Parent(s): b573c44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
7
  from threading import Thread
8
  from huggingface_hub import hf_hub_download
9
  import re
 
10
  from typing import Iterator
11
 
12
  # Intentar importar spaces solo si estamos en un espacio de Hugging Face
 
7
  from threading import Thread
8
  from huggingface_hub import hf_hub_download
9
  import re
10
+ from llama_cpp import Llama
11
  from typing import Iterator
12
 
13
  # Intentar importar spaces solo si estamos en un espacio de Hugging Face