Update src/pdfchatbot.py
Browse files- src/pdfchatbot.py +1 -1
src/pdfchatbot.py
CHANGED
@@ -83,7 +83,7 @@ class PDFChatBot:
|
|
83 |
"""
|
84 |
pipe = pipeline(
|
85 |
"text-generation",
|
86 |
-
model="
|
87 |
model_kwargs={"torch_dtype": torch.bfloat16},
|
88 |
device="cuda",
|
89 |
)
|
|
|
83 |
"""
|
84 |
pipe = pipeline(
|
85 |
"text-generation",
|
86 |
+
model="gradientai/Llama-3-8B-Instruct-Gradient-1048k",
|
87 |
model_kwargs={"torch_dtype": torch.bfloat16},
|
88 |
device="cuda",
|
89 |
)
|