Purpose
This issue is the asynchronous status channel for the remaining work. All material progress, blockers, decisions, PR links, and final results will be posted here.
Parallel workstreams
Required implementation paths
Option A: official BF16 + Olive
Pin the source revision, implement faithful architecture/config/weight support, export with Mobius, provide an Olive quantization recipe, assemble the runtime package, and execute the quantized result.
Option B: direct GGUF conversion
Proceed only if GGUF architecture metadata, tensor mappings, quantization types, tokenizer/config provenance, Mobius weight loading, and the target runtime are all supported. Provide exact commands and post-conversion generation evidence. If unsupported, fail early with an actionable explanation rather than emitting a non-runnable package.
Acceptance principles
- Graph creation, export completion, config emission, and session loading are not semantic correctness evidence.
- Validate real nonzero input and final generated output.
- Include exact commands, artifact layout, dtype/EP/runtime, and provider assignment.
- Validate L1-L5 where feasible; document narrow resource/runtime waivers with evidence.
- Run initialized repository-pinned lint and automated review.
- Do not alter unrelated model code or tolerances to hide baseline failures.
Current status
CI repair #484 is merged. Option B guards and direct-GGUF skill guidance are published as #486 and are rebasing onto the repaired main. Option A official-checkpoint + Olive support is #487; its review fixes and rebase validation are in progress. The Chinese customer prompt is #485.
Reporting
All subsequent tracking updates on this issue will be in English. The final customer prompt will be delivered in a separate Chinese-language issue.
Purpose
This issue is the asynchronous status channel for the remaining work. All material progress, blockers, decisions, PR links, and final results will be posted here.
Parallel workstreams
main; Fix merged unit and lint regressions #484 merged as2073725840e007c1fba59ce3cb1f06e4ad9fe75a.unsloth/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF; direct conversion is not semantically supportable, and reusable fail-fast guards plus evidence-based limitations are published in Guard unsupported Nemotron 3.5 GGUF conversion #486.Required implementation paths
Option A: official BF16 + Olive
Pin the source revision, implement faithful architecture/config/weight support, export with Mobius, provide an Olive quantization recipe, assemble the runtime package, and execute the quantized result.
Option B: direct GGUF conversion
Proceed only if GGUF architecture metadata, tensor mappings, quantization types, tokenizer/config provenance, Mobius weight loading, and the target runtime are all supported. Provide exact commands and post-conversion generation evidence. If unsupported, fail early with an actionable explanation rather than emitting a non-runnable package.
Acceptance principles
Current status
CI repair #484 is merged. Option B guards and direct-GGUF skill guidance are published as #486 and are rebasing onto the repaired main. Option A official-checkpoint + Olive support is #487; its review fixes and rebase validation are in progress. The Chinese customer prompt is #485.
Reporting
All subsequent tracking updates on this issue will be in English. The final customer prompt will be delivered in a separate Chinese-language issue.