Spaces:
Runtime error
Runtime error
sanjeevbora
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ books_db = Chroma(persist_directory="./pdf_db", embedding_function=embeddings)
|
|
33 |
books_db_client = books_db.as_retriever()
|
34 |
|
35 |
# Initialize the model and tokenizer
|
36 |
-
model_name = "
|
37 |
|
38 |
# bnb_config = transformers.BitsAndBytesConfig(
|
39 |
# load_in_4bit=True,
|
|
|
33 |
books_db_client = books_db.as_retriever()
|
34 |
|
35 |
# Initialize the model and tokenizer
|
36 |
+
model_name = "unsloth/Llama-3.2-3B-Instruct"
|
37 |
|
38 |
# bnb_config = transformers.BitsAndBytesConfig(
|
39 |
# load_in_4bit=True,
|