Views
No views yet
pyloxsystems/hochelaga-8b, the first open-weights foundation model for Quebec French.pyloxsystems/hochelaga-8b (BF16)| Configuration | Concurrency | Aggregate tok/s | Per-stream tok/s |
|---|---|---|---|
| NVFP4 (CUDA Graphs ON, single-stream) | 1 | 212.3 | 211.9 ⭐ |
| NVFP4 baseline | 100 | 6,551.9 | 74.8 |
| NVFP4 baseline | 400 | 8,760.0 | 25.1 |
| NVFP4 baseline | 800 | 8,907.9 | 12.3 |
| NVFP4 baseline (peak aggregate) | 1,600 | 8,919.4 ⭐ | 10.5 |
| NVFP4 baseline (saturated) | 2,400 | 8,880.0 | 10.5 |
VLLM_NVFP4_GEMM_BACKEND=marlin. Raw JSON results bundled in the model card provenance archive.pyloxsystems/hochelaga-8b-eagle3-drafter. Note: under the current Marlin backend, EAGLE-3 K=1 at single-stream (197 tok/s) does not exceed the NVFP4 baseline (212 tok/s) because the Marlin kernel absorbs the drafter latency win. EAGLE-3 still helps at high concurrency in the saturation analysis, but is not the recommended single-user-latency configuration on this backend.1pip install vllm
2
3vllm serve pyloxsystems/hochelaga-8b-nvfp4 \
4 --quantization nvfp4 \
5 --max-model-len 8192 \
6 --tensor-parallel-size 11vllm serve pyloxsystems/hochelaga-8b-nvfp4 \
2 --quantization nvfp4 \
3 --speculative-config '{"model": "pyloxsystems/hochelaga-8b-eagle3-drafter", "num_speculative_tokens": 1, "method": "eagle3"}'