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 418c582 commit 7575d06Copy full SHA for 7575d06
gallery/phi-3-vision.yaml
@@ -20,4 +20,6 @@ config_file: |
20
completion: |
21
{{.Input}}
22
use_tokenizer_template: false
23
+ multimodal: "{{ range .Images }}<|image_{{ add1 .ID}}|>{{end}}\n{{.Text}}"
24
+ # XXX: The one below can be dropped after a new release is out
25
image: "<|image_{{ add1 .ID }}|>\n{{.Text}}"
0 commit comments