darsoarafa commited on
Commit
7c60f92
·
verified ·
1 Parent(s): d0d9b55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,8 +20,8 @@ data = data.add_faiss_index("embeddings") # column name that has the embeddings
20
 
21
 
22
  # model_id = "meta-llama/Meta-Llama-3-8B-Instruct"
23
- # model_id = "google/gemma-2-2b-it"
24
- model_id = "meta-llama/Llama-3.2-1B"
25
 
26
 
27
  # use quantization to lower GPU usage
 
20
 
21
 
22
  # model_id = "meta-llama/Meta-Llama-3-8B-Instruct"
23
+ model_id = "google/gemma-2-2b-it"
24
+ # model_id = "meta-llama/Llama-3.2-1B"
25
 
26
 
27
  # use quantization to lower GPU usage