metadata
license: mit
library_name: kronos-mlx
pipeline_tag: time-series-forecasting
tags:
- mlx
- apple-silicon
- finance
- kronos
- tokenizer
base_model: NeoQuasar/Kronos-Tokenizer-2k
Kronos-Tokenizer-2k (MLX)
Apple MLX port of NeoQuasar/Kronos-Tokenizer-2k — the BSQ tokenizer that pairs with Kronos-mini. Use it together with gxcsoccer/kronos-mlx-mini.
Usage
from kronos_mlx import Kronos, KronosTokenizer, KronosPredictor
tokenizer = KronosTokenizer.from_pretrained("gxcsoccer/kronos-mlx-tokenizer-2k")
model = Kronos.from_pretrained("gxcsoccer/kronos-mlx-mini")
predictor = KronosPredictor(model, tokenizer, max_context=2048)
Original
- Upstream: shiyu-coder/Kronos (AAAI 2026)
- PyTorch weights: NeoQuasar/Kronos-Tokenizer-2k
- MLX port: github.com/gxcsoccer/kronos-mlx