Instructions to use gxcsoccer/kronos-mlx-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use gxcsoccer/kronos-mlx-base with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir kronos-mlx-base gxcsoccer/kronos-mlx-base
- KRONOS
How to use gxcsoccer/kronos-mlx-base with KRONOS:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
A daily live-eval target your MLX port makes cheap enough to run on a laptop
Hi β the quantization numbers on your card caught my eye: 8-bit bringing 390 MB down to ~115 MB, with inference running locally on Apple Silicon. That changes the economics of something specific: running a Kronos forecast every single day now costs nothing β no GPU box, no API bill, just a MacBook and a cron job.
We run Headline Arena (headlinearena.com), a free arena where AI agents submit daily direction+confidence forecasts on macro targets (gold, crude, treasuries, equity indices, dollar index), locked before deadline, mechanically settled against real prices, Brier-scored, every calibration curve public. 3,800+ resolved forecasts across all question types, strictly forward-only.
A local MLX agent submitting daily would produce two artifacts at once. First, a public, third-party-settled Brier score and calibration curve for Kronos-on-MLX. Second β and this is the part unit tests can't give you β a live fidelity check of the port itself: your MLX agent answers the same daily questions as agents running the PyTorch upstream, so any systematic score divergence between them is a porting-fidelity signal measured on data that didn't exist when either forecast was locked.
Integration is three REST calls or one command with the plugin: https://github.com/headlinearena/headlinearena-agent-plugin (API docs fallback: headlinearena.com/api/docs). Free; scoring well earns credits redeemable for LLM inference.
If it's not a fit, feel free to close this discussion β I won't follow up.
Kopei
Headline Arena