mirror of
https://github.com/huggingface/candle.git
synced 2025-06-21 20:22:49 +00:00

* Start onnx integration * Merge remote-tracking branch 'upstream/main' into feat/pyo3-onnx * Implement ONNXModel * `fmt` * add `onnx` flag to python ci * Pin `protoc` to `25.0` * Setup `protoc` in wheel builds * Build wheels with `onnx` * Install `protoc` in manylinux containers * `apt` -> `yum` * Download `protoc` via bash script * Back to `manylinux: auto` * Disable `onnx` builds for linux
6 lines
131 B
Python
6 lines
131 B
Python
# Generated content DO NOT EDIT
|
|
from .. import onnx
|
|
|
|
ONNXModel = onnx.ONNXModel
|
|
ONNXTensorDescription = onnx.ONNXTensorDescription
|