Instructions to use kunal732/Kairos_50m-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use kunal732/Kairos_50m-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Kairos_50m-mlx kunal732/Kairos_50m-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
kunal732/Kairos_50m-mlx
This model was converted from mldi-lab/Kairos_50m
using MLX-Swift-TS.
Use with MLX-Swift-TS
import MLXTimeSeries
let forecaster = try await TimeSeriesForecaster.loadFromHub(id: "kunal732/Kairos_50m-mlx")
let input = TimeSeriesInput.univariate(historicalValues)
let prediction = forecaster.forecast(input: input, predictionLength: 64)
Original Model
- Downloads last month
- 21
Hardware compatibility
Log In to add your hardware
Quantized
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
Model tree for kunal732/Kairos_50m-mlx
Base model
mldi-lab/Kairos_50m