Skip to content

Commit 03e5669

Browse files
author
Ikko Eltociear Ashimine
authored
examples : fix typo in minigpt4.py (#2298)
promt -> prompt
1 parent 513f861 commit 03e5669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/embd-input/minigpt4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def __init__(self,
6464
self.max_txt_len = max_txt_len
6565
self.end_sym = end_sym
6666
self.model = MyModel(["main", *args])
67-
# system promt
67+
# system prompt
6868
self.model.eval_string("Give the following image: <Img>ImageContent</Img>. "
6969
"You will be able to see the image once I provide it to you. Please answer my questions."
7070
"###")

0 commit comments

Comments
 (0)