Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
`libnuma-dev` on Debian/Ubuntu) — required for the `core_engine` JIT build
(`#include <numa.h>`). `install_deps.sh` installs these automatically; without them
the first server launch fails with `numa.h: No such file or directory`.
- **Model-specific (Kimi-K3 / Kimi-linear)**: `fla-core>=0.5.0` (flash-linear-attention) provides the `fla` Kimi-Delta-Attention kernels. It is listed in `requirements.txt`, so `pip install .` (and `install_deps.sh`) pull it automatically — no separate step.
- **GitHub access**: the repository is currently **private** — anonymous
`git clone` and raw release-asset URLs fail (404). Authenticate first
(e.g. `gh auth login`), clone via `gh repo clone batchgen-project/batchgen`,
Expand Down
2 changes: 2 additions & 0 deletions docs/deploy-kimi-k3-h200.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ and [Manual Installation](manual-installation.md). The default decode/prefill ex
**NCCL**, which needs no extra build. (An optional DeepEP low-latency exchange is covered in
§6.)

Kimi-K3's KDA (Kimi Delta Attention) needs `fla-core>=0.5.0` (flash-linear-attention, the `fla` package). It is listed in `requirements.txt`, so the standard install pulls it automatically — no separate step.

## 4. Start the Server (2 × 8 H200)

### Mount shared memory
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dill==0.3.7
einops==0.8.1
fastapi==0.121.1
filelock==3.20.0
fla-core>=0.5.0
frozenlist==1.8.0
fsspec==2023.10.0
h11==0.16.0
Expand Down
Loading