mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-04-20 14:29:22 +00:00
* Change named 'KT-SFT' to 'kt-sft' * [docs]: update kt-sft name --------- Co-authored-by: ZiWei Yuan <yzwliam@126.com>
18 lines
374 B
TOML
18 lines
374 B
TOML
[book]
|
|
authors = ["kvcache-ai"]
|
|
language = "zh-CN"
|
|
title = "Ktransformers"
|
|
src = "doc"
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/kvcache-ai/ktransformers"
|
|
edit-url-template = "https://github.com/kvcache-ai/ktransformers/edit/main/{path}"
|
|
|
|
[output.html.playground]
|
|
editable = true
|
|
copy-js = true
|
|
# line-numbers = true
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
level = 0 |