Views
No views yet
quantization block in config.json).sensenova-u1-swift (MLX-Swift). Weights are stored in the runtime's key layout (NHWC convs; quantized linears as weight/scales/biases) and load with zero conversion transient — peak load memory ≈ resident.1git clone https://github.com/xocialize/sensenova-u1-swift && cd sensenova-u1-swift && swift build -c release
2hf download mlx-community/SenseNova-U1.5-8B-MoT-8bit --local-dir SenseNova-U1.5-8B-MoT-8bit
3.build/release/sensenova-cli --weights SenseNova-U1.5-8B-MoT-8bit \
4 --prompt "A cinematic mountain lake at sunrise, realistic photography." \
5 --width 1024 --height 1024 --steps 50 --cfg 4.0 --out out.npy--edit-image), VQA (--vqa), and <think> reasoning mode (--think) — see the repository README for the full surface and the parity report (component parity < 1e-4; e2e per-pass cosine 0.999+ vs the reference PyTorch implementation).07d76f6, Apache-2.0, by SenseTime / SenseNova — paper · reference implementation.tokenizer.json is generated from the upstream vocab.json/merges.txt (byte-identical tokenization, verified against reference ids).