import bitsandbytes
Browse files
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")
|