Upload to IndexTeam/IndexTTS-2 on ModelScope hub (batch 1/1)

This commit is contained in:
indextts
2025-09-07 15:00:19 +00:00
parent 4e94bec5b4
commit c4f8898bad
12 changed files with 367 additions and 1 deletions

11
Modelfile Normal file
View File

@ -0,0 +1,11 @@
# ollama modelfile auto-generated by llamafactory
FROM .
TEMPLATE """{{ if .System }}System: {{ .System }}<|endoftext|>
{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}Human: {{ .Content }}<|endoftext|>
Assistant:{{ else if eq .Role "assistant" }}{{ .Content }}<|endoftext|>
{{ end }}{{ end }}"""
PARAMETER stop "<|endoftext|>"
PARAMETER num_ctx 4096