Skip to main content

training Pytorch models with onnxruntime

Project description

training pytorch models with onnxruntime

to build (you need to update version number in version.txt in order to be able to upload python whl):

rm dist/*
python setup.py bdist_wheel

to publish:

twine upload dist/*

to install:

stable:

pip install torch-ort-poc

nightly:

pip install --pre torch-ort-poc

to use torch_ort within PyTorch training scripts:

import onnxruntime
from torch_ort import ORTModule
model = ORTModule(model)
# normal PyTorch training script follows

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

File details

Details for the file torch_ort_poc-0.0.6.dev20210314-py3-none-any.whl.

File metadata

  • Download URL: torch_ort_poc-0.0.6.dev20210314-py3-none-any.whl
  • Upload date:
  • Size: 2.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for torch_ort_poc-0.0.6.dev20210314-py3-none-any.whl
Algorithm Hash digest
SHA256 0d32d965f6044afa7bacad5f2380bcdd83cf4db968320d41741e1ff2234b5476
MD5 59459a8a245a6794f6c241c9b5db6cac
BLAKE2b-256 acb28d26da9e7cc9d5149bec8fd09bf024be7cb40362cd296ec777f5f93954f1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page