Yoxas commited on
Commit
415d741
·
verified ·
1 Parent(s): 4750fd6

Update src/pdfchatbot.py

Browse files
Files changed (1) hide show
  1. src/pdfchatbot.py +1 -1
src/pdfchatbot.py CHANGED
@@ -83,7 +83,7 @@ class PDFChatBot:
83
  """
84
  pipe = pipeline(
85
  "text-generation",
86
- model="meta-llama/Meta-Llama-3-8B-Instruct",
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
  )