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');
自己微调模型转换onnx
#1
by BZ2024 - opened
你好,这边有官方库模型或者微调模型之后,转换为onnx,的教程和相关代码吗?感谢
你好,这边有官方库模型或者微调模型之后,转换为onnx,的教程和相关代码吗?感谢
Hi, just asking if you found it? I also need tutorials and code for converting my own fine-tuned model to ONNX.