Patrick Devine
|
c7cb0f0602
|
image processing for llama3.2 (#6963)
Co-authored-by: jmorganca <jmorganca@gmail.com>
Co-authored-by: Michael Yang <mxyng@pm.me>
Co-authored-by: Jesse Gross <jesse@ollama.com>
|
2024-10-18 16:12:35 -07:00 |
|
Michael Yang
|
9468c6824a
|
Merge pull request #6534 from ollama/mxyng/messages
update templates to use messages
|
2024-08-30 09:39:59 -07:00 |
|
Patrick Devine
|
7416ced70f
|
add llama3.1 chat template (#6545)
|
2024-08-28 14:03:20 -07:00 |
|
Michael Yang
|
413ae39f3c
|
update templates to use messages
|
2024-08-27 15:44:04 -07:00 |
|
Michael Yang
|
b732beba6a
|
lint
|
2024-08-01 17:06:06 -07:00 |
|
Michael Yang
|
ec4c35fe99
|
Merge pull request #5512 from ollama/mxyng/detect-stop
autodetect stop parameters from template
|
2024-07-26 13:48:23 -07:00 |
|
Jeffrey Morgan
|
20090f3172
|
preserve last assistant message (#5802)
|
2024-07-19 20:19:26 -07:00 |
|
Michael Yang
|
b255445557
|
marshal json automatically for some template values (#5758)
|
2024-07-17 15:35:11 -07:00 |
|
Michael Yang
|
5b82960df8
|
stub response (#5750)
|
2024-07-17 10:39:22 -07:00 |
|
Michael Yang
|
d290e87513
|
add suffix support to generate endpoint
this change is triggered by the presence of "suffix", particularly
useful for code completion tasks
|
2024-07-16 14:31:35 -07:00 |
|
Michael Yang
|
ef5136a745
|
tools test
|
2024-07-15 17:18:21 -07:00 |
|
Michael Yang
|
d02bbebb11
|
tools
|
2024-07-15 15:26:16 -07:00 |
|
Michael Yang
|
22c5451fc2
|
fix system prompt (#5662)
* fix system prompt
* execute template when hitting previous roles
* fix tests
---------
Co-authored-by: jmorganca <jmorganca@gmail.com>
|
2024-07-12 21:04:44 -07:00 |
|
Michael Yang
|
ebc529cbb3
|
autodetect stop parameters from template
|
2024-07-12 16:01:23 -07:00 |
|
Michael Yang
|
36c87c433b
|
template: preprocess message and collect system
|
2024-07-12 12:26:43 -07:00 |
|
Michael Yang
|
5056bb9c01
|
rename aggregate to contents
|
2024-07-11 17:00:26 -07:00 |
|
Michael Yang
|
57ec6901eb
|
revert embedded templates to use prompt/response
This reverts commit 19753c18c0 .
for compat. messages will be added at a later date
|
2024-07-11 14:49:35 -07:00 |
|
Michael Yang
|
e64f9ebb44
|
do no automatically aggregate system messages
|
2024-07-11 14:49:35 -07:00 |
|
Michael Yang
|
19753c18c0
|
update embedded templates
|
2024-07-10 17:03:08 -07:00 |
|
Michael Yang
|
41be28096a
|
add system prompt to first legacy template
|
2024-07-10 17:03:08 -07:00 |
|
Michael Yang
|
fb6cbc02fb
|
update named templates
|
2024-07-05 16:29:32 -07:00 |
|
Michael Yang
|
326363b3a7
|
no funcs
|
2024-07-05 13:17:25 -07:00 |
|
Michael Yang
|
2c3fe1fd97
|
comments
|
2024-07-05 13:17:24 -07:00 |
|
Michael Yang
|
269ed6e6a2
|
update message processing
|
2024-07-05 13:16:58 -07:00 |
|
Michael Yang
|
a30915bde1
|
add capabilities
|
2024-07-01 10:47:43 -07:00 |
|
Michael Yang
|
58e3fff311
|
rename templates to template
|
2024-07-01 10:40:54 -07:00 |
|