convert: import support for command-r models from safetensors (#6063)

---------

Co-authored-by: Patrick Devine <patrick@infrahq.com>
This commit is contained in:
Josh
2025-01-15 16:31:22 -08:00
committed by GitHub
parent a041b4df7c
commit 93a8daf285
10 changed files with 503 additions and 0 deletions

6
template/command-r.json Normal file
View File

@@ -0,0 +1,6 @@
{
"stop": [
"<|START_OF_TURN_TOKEN|>",
"<|END_OF_TURN_TOKEN|>"
]
}