Skip to content

Commit cef52e7

Browse files
authored
Merge pull request #5 from manjunathshiva/manjunathshiva-patch-1
Update chatbot_app.py
2 parents 361235c + a5b60fd commit cef52e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatbot_app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
device = torch.device('cpu')
2121

22-
checkpoint = "LaMini-T5-738M"
22+
checkpoint = "MBZUAI/LaMini-T5-738M"
2323
print(f"Checkpoint path: {checkpoint}") # Add this line for debugging
2424
tokenizer = AutoTokenizer.from_pretrained(checkpoint)
2525
base_model = AutoModelForSeq2SeqLM.from_pretrained(

0 commit comments

Comments
 (0)