microsoft / onnxruntime-training-examples

Examples for using ONNX Runtime for model training.
MIT License
311 stars 62 forks source link

iOS on-device training example Python dependency installation clarification #178

Closed edgchen1 closed 4 months ago

edgchen1 commented 10 months ago

The instructions don't quite work as is on MacOS.

In particular,

https://github.com/microsoft/onnxruntime-training-examples/blob/8d820c5714f2c14eac2685176853818850b9d053/on_device_training/mobile/ios/README.md?plain=1#L36-L41

doesn't quite work with this requirement line:

https://github.com/microsoft/onnxruntime-training-examples/blob/8d820c5714f2c14eac2685176853818850b9d053/on_device_training/mobile/ios/requirements.txt#L4

See these installation instructions from onnxruntime.ai:

image

carzh commented 4 months ago

Resolved with PR fix