From 911b208d9e3ff065bb87870a6dcd8007c35102fe Mon Sep 17 00:00:00 2001 From: HaD0Yun Date: Sun, 22 Mar 2026 19:25:58 +0900 Subject: [PATCH] Document the current training and vLLM guidance status Adds a status note for the two requests in issue #2: training-script availability and serving guidance. Constraint: Keep this branch scoped to issue #2 only Rejected: Folding this into a multi-issue combined PR | the requested delivery shape is one PR per issue Confidence: high Scope-risk: narrow Directive: Keep this note fact-limited to what the public repository and issue thread currently support Tested: git diff --check --cached Not-tested: Runtime feature execution for the requested capability --- docs/issues/issue-2-training-and-vllm.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/issues/issue-2-training-and-vllm.md diff --git a/docs/issues/issue-2-training-and-vllm.md b/docs/issues/issue-2-training-and-vllm.md new file mode 100644 index 0000000..9dbbba9 --- /dev/null +++ b/docs/issues/issue-2-training-and-vllm.md @@ -0,0 +1,21 @@ +# Issue #2 — Training script and serving guidance status + +## Summary +The current public repository is focused on inference and model conversion. It does not yet include the minimal training reference requested in issue #2. + +## Current repository state +- The repository includes inference examples and conversion scripts. +- Public training / fine-tuning scripts are not currently present. +- In the issue thread, one commenter suggests that `vllm-omni` is the most relevant avenue for multimodal serving. +- In the same thread, a collaborator states that the team plans to release a minimal version of the training code in the coming weeks. + +## What this means today +- A public minimal training reference is not yet available in the repository. +- vLLM integration guidance is not yet documented as a first-class supported serving path in the repo itself. + +## Safe guidance captured from the issue thread +- For multimodal serving exploration, `vllm-omni` is the most specific direction mentioned in the thread. +- For training, the public status is: planned minimal training-code release, but not yet shipped here. + +## Why this note exists +Issue #2 asks for status and guidance. This note records the current public answer without overstating repository capabilities.