Rename app.py to app.py.NOK_2025.02.09
Browse files
app.py → app.py.NOK_2025.02.09
RENAMED
@@ -6,6 +6,7 @@ from pptx.util import Inches
|
|
6 |
from transformers import AutoModelForCausalLM, AutoTokenizer, BitsAndBytesConfig, TextIteratorStreamer
|
7 |
#from llama_cpp import Llama LLMCppModel
|
8 |
from llama_cpp import Llama
|
|
|
9 |
|
10 |
|
11 |
# Préprompt pour donner des instructions au modèle
|
|
|
6 |
from transformers import AutoModelForCausalLM, AutoTokenizer, BitsAndBytesConfig, TextIteratorStreamer
|
7 |
#from llama_cpp import Llama LLMCppModel
|
8 |
from llama_cpp import Llama
|
9 |
+
from huggingface_hub import hf_hub_download
|
10 |
|
11 |
|
12 |
# Préprompt pour donner des instructions au modèle
|