Spaces:
Sleeping
Sleeping
harisankar99
commited on
Commit
•
6838ccf
1
Parent(s):
12a46a9
70B
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ data = dataset
|
|
78 |
data = data.add_faiss_index("embeddings") # column name that has the embeddings of the dataset
|
79 |
|
80 |
model_id = "meta-llama/Meta-Llama-3-8B-Instruct"
|
81 |
-
client = InferenceClient("meta-llama/Meta-Llama-3-
|
82 |
# model_id = r"D:\Meta-Llama-3-8B-Instruct"
|
83 |
|
84 |
# use quantization to lower GPU usage
|
|
|
78 |
data = data.add_faiss_index("embeddings") # column name that has the embeddings of the dataset
|
79 |
|
80 |
model_id = "meta-llama/Meta-Llama-3-8B-Instruct"
|
81 |
+
client = InferenceClient("meta-llama/Meta-Llama-3-70B-Instruct")
|
82 |
# model_id = r"D:\Meta-Llama-3-8B-Instruct"
|
83 |
|
84 |
# use quantization to lower GPU usage
|