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.dev20210313-py3-none-any.whl.

File metadata

  • Download URL: torch_ort_poc-0.0.6.dev20210313-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.dev20210313-py3-none-any.whl
Algorithm Hash digest
SHA256 fbd2113731842c67411976e8b672ec8785077bb6af06ddac0df5ba5cf8e52c39
MD5 74081bfa671ca2ca79bbb20a4e7828ea
BLAKE2b-256 4b587a1c9634f95c719f1c2b6b5584823a82da9a221d9b66b2ea8e0b56210ea4

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