mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Remove ONNX from requirements.txt (#4073)
* Avoid installing ONNX package on aarch64 * Removed onnx from requirements * Add note in backend.py
This commit is contained in:
parent
348ed698ec
commit
dd43623da2
2 changed files with 1 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ class OnnxRuntimeBackend(Backend):
|
|||
multiple runtimes with the same API.
|
||||
`Importing models from ONNX to Caffe2 <https://github.com/onnx/tutorials/blob/master/tutorials/OnnxCaffe2Import.ipynb>`_
|
||||
shows how to use *caffe2* as a backend for a converted model.
|
||||
Note: This is not the official Python API.
|
||||
""" # noqa: E501
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
numpy >= 1.16.6
|
||||
onnx >= 1.2.3
|
||||
protobuf
|
||||
|
|
|
|||
Loading…
Reference in a new issue