Instructions to use kunal732/TiRex-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use kunal732/TiRex-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir TiRex-mlx kunal732/TiRex-mlx
- TiRex
How to use kunal732/TiRex-mlx with TiRex:
# 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
- LM Studio
kunal732/TiRex-mlx
This model was converted from NX-AI/TiRex
using MLX-Swift-TS.
Use with MLX-Swift-TS
import MLXTimeSeries
let forecaster = try await TimeSeriesForecaster.loadFromHub(id: "kunal732/TiRex-mlx")
let input = TimeSeriesInput.univariate(historicalValues)
let prediction = forecaster.forecast(input: input, predictionLength: 64)
Original Model
- Downloads last month
- 12
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/TiRex-mlx
Base model
NX-AI/TiRex