Instructions to use kashif/chronos-2-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use kashif/chronos-2-onnx with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('time-series-forecasting', 'kashif/chronos-2-onnx');
The Chronos2Model architecture isn't supported in the current Transformers.js release
#2 opened about 2 months ago
by
julien-c
自己微调模型转换onnx
1
#1 opened 4 months ago
by
BZ2024