clui commited on
Commit
7bf2d9d
·
verified ·
1 Parent(s): d7d31fe

import bitsandbytes

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -10,6 +10,8 @@ from llama_index.llms.ollama import Ollama
10
  from llama_index.llms.huggingface import HuggingFaceLLM
11
 
12
  from llama_index.core import Settings
 
 
13
 
14
  # Ustawienia strony
15
  st.title("Aplikacja z LlamaIndex")
 
10
  from llama_index.llms.huggingface import HuggingFaceLLM
11
 
12
  from llama_index.core import Settings
13
+ from transformers import BitsAndBytesConfig
14
+
15
 
16
  # Ustawienia strony
17
  st.title("Aplikacja z LlamaIndex")