typo
Browse files
README.md
CHANGED
@@ -119,7 +119,7 @@ When prompting with videos/3D/multi-view input, prompt like following:
|
|
119 |
image_tokens = "<image>" * n
|
120 |
prompt = f"<|im_start|>user {image_tokens}\nWhat are these?|im_end|><|im_start|>assistant"
|
121 |
|
122 |
-
# With chat template if you sampled
|
123 |
conversation = [
|
124 |
{
|
125 |
|
|
|
119 |
image_tokens = "<image>" * n
|
120 |
prompt = f"<|im_start|>user {image_tokens}\nWhat are these?|im_end|><|im_start|>assistant"
|
121 |
|
122 |
+
# With chat template if you sampled 5 frames you have to have 5 images in one conversation turn
|
123 |
conversation = [
|
124 |
{
|
125 |
|