Osaurus-AI commited on
Commit
f9f278b
·
verified ·
1 Parent(s): f8c5df9

Update runtime support matrix: vmlx-swift-lm Hy3 now supported

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -140,6 +140,6 @@ attribute count it modified.
140
  | Surface | Status |
141
  |---|---|
142
  | `jang-tools` Python (`load_jangtq_model`) | ✅ working — this README's load snippet |
143
- | `vmlx_engine` Python via re-export | pending — `vmlx_engine.loaders.load_jangtq_hy3` should re-export `jang_tools.hy3.runtime.load_hy3_model` |
144
- | `vmlx-swift-lm` Swift | pending — `LLMModelFactory.dispatchHy3Unsupported` currently throws; needs new `Hy3.swift` model class + JANGTQ Swift dispatch |
145
  | MTP speculative decode | preserved-disabled — weights present in bundle, accept/reject loop not yet implemented in any JANG runtime |
 
140
  | Surface | Status |
141
  |---|---|
142
  | `jang-tools` Python (`load_jangtq_model`) | ✅ working — this README's load snippet |
143
+ | `vmlx-swift-lm` Swift | working — `Libraries/MLXLLM/Models/Hy3.swift` + JANGTQ codebook dispatch. Same family path that ships ZAYA and Bailing/Ling. |
144
+ | `vmlx_engine` Python via re-export | pending — `vmlx_engine.loaders.load_jangtq_hy3` re-export of `jang_tools.hy3.runtime.load_hy3_model` not yet wired |
145
  | MTP speculative decode | preserved-disabled — weights present in bundle, accept/reject loop not yet implemented in any JANG runtime |