abetlen / abetlen/llama-cpp-python
How do I customize the Chat format?
未關閉
- 主要語言
- Python
- 星號
- 10.6k
- 分支
- 1.4k
- PR 合併指標
- PR 指標待擷取
描述
I'm trying to run CodeGeeX-4-all-9B, but the chat format it needs is like this:
[gMASK]{{ if .System }}<|system|>
{{ .System }}{{ end }}{{ if .Prompt }}<|user|>
{{ .Prompt }}{{ end }}<|assistant|>
{{ .Response }}
貢獻指南
評估
這個 Issue 還沒有評估資料。