EncikAM's picture
|
download
raw
1.42 kB
metadata
license: mit
library_name: kronos-mlx
pipeline_tag: time-series-forecasting
tags:
  - mlx
  - apple-silicon
  - finance
  - kronos
  - time-series
base_model: NeoQuasar/Kronos-base

Kronos-base (MLX)

Apple MLX port of NeoQuasar/Kronos-base — the 102M-parameter Kronos variant. d_model=832, n_layers=12, max_context=512. Pair with gxcsoccer/kronos-mlx-tokenizer-base.

Usage

from kronos_mlx import Kronos, KronosTokenizer, KronosPredictor

tokenizer = KronosTokenizer.from_pretrained("gxcsoccer/kronos-mlx-tokenizer-base")
model     = Kronos.from_pretrained("gxcsoccer/kronos-mlx-base")
predictor = KronosPredictor(model, tokenizer, max_context=512)

For 8-bit Linear weight quantization (390 MB → ~115 MB, -71 %):

model = Kronos.from_pretrained("gxcsoccer/kronos-mlx-base", bits=8)

8-bit on Kronos-base is much higher fidelity than on Kronos-small thanks to the larger model's redundancy — recommended for memory-constrained Apple Silicon.

Original

Xet Storage Details

Size:
1.42 kB
·
Xet hash:
524314c2d97b803e69fa2681c4ed9a612048c218fc58ec288c0d0b9c66386958

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.