We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513f861 commit 03e5669Copy full SHA for 03e5669
examples/embd-input/minigpt4.py
@@ -64,7 +64,7 @@ def __init__(self,
64
self.max_txt_len = max_txt_len
65
self.end_sym = end_sym
66
self.model = MyModel(["main", *args])
67
- # system promt
+ # system prompt
68
self.model.eval_string("Give the following image: <Img>ImageContent</Img>. "
69
"You will be able to see the image once I provide it to you. Please answer my questions."
70
"###")
0 commit comments