Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ data = dataset["train"]
|
|
| 19 |
data = data.add_faiss_index("embeddings") # column name that has the embeddings of the dataset
|
| 20 |
|
| 21 |
|
| 22 |
-
model_id = "meta-llama/
|
| 23 |
|
| 24 |
# use quantization to lower GPU usage
|
| 25 |
bnb_config = BitsAndBytesConfig(
|
|
|
|
| 19 |
data = data.add_faiss_index("embeddings") # column name that has the embeddings of the dataset
|
| 20 |
|
| 21 |
|
| 22 |
+
model_id = "meta-llama/Llama-3.2-3B-Instruct"
|
| 23 |
|
| 24 |
# use quantization to lower GPU usage
|
| 25 |
bnb_config = BitsAndBytesConfig(
|