What problem does it solve?
This Skill resolves the common mistake of installing the wrong PyPI package when trying to use the financial Kronos forecasting model, which can lead to failed imports, missing dependencies, and confusion about the correct package name.
Core Features & Use Cases
- Correct Installation Path: Identifies when
pip install kronos installs an unrelated Django-based scheduler instead of the financial model.
- Model Loading Guidance: Shows how to install Kronos from the official GitHub repository and import it through the correct
model package.
- Tokenizer and Device Setup: Provides the right checkpoint-to-tokenizer pairings and Mac-safe device guidance for
cpu and mps.
- Use Case: A quant developer wants to run Kronos forecasts in a trading pipeline but keeps getting
ModuleNotFoundError: No module named 'django'; this Skill points them to the proper source install and import pattern.
Quick Start
Ask the assistant to help you install Kronos from the official GitHub repository and load it with the correct model imports and tokenizer pairing for your checkpoint.