mirror of
https://github.com/RYDE-WORK/ktransformers.git
synced 2026-01-19 12:43:16 +08:00
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 |