Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Training] Onnxruntime-training 1.18.0 for windows not available #21149

Open
GeorgeS2019 opened this issue Jun 24, 2024 · 5 comments
Open

[Training] Onnxruntime-training 1.18.0 for windows not available #21149

GeorgeS2019 opened this issue Jun 24, 2024 · 5 comments
Labels
platform:windows issues related to the Windows platform stale issues that have not been addressed in a while; categorized by a bot training issues related to ONNX Runtime training; typically submitted using template

Comments

@GeorgeS2019
Copy link

Describe the issue

Onnxruntime-training 1.18.0 for windows not available

To reproduce

Onnxruntime-training 1.18.0 for windows not available

Urgency

No response

ONNX Runtime Installation

Released Package

ONNX Runtime Version or Commit ID

1.18

PyTorch Version

1.13.1

Execution Provider

Default CPU

Execution Provider Library Version

No response

@GeorgeS2019 GeorgeS2019 added the training issues related to ONNX Runtime training; typically submitted using template label Jun 24, 2024
@github-actions github-actions bot added the platform:windows issues related to the Windows platform label Jun 24, 2024
@snnn
Copy link
Member

snnn commented Jun 24, 2024

It is because our storage was full. pypi/support#4085

@snnn
Copy link
Member

snnn commented Jun 24, 2024

Oh, I might be wrong. We have training CPU packages and GPU packages.

  1. https://pypi.org/project/onnxruntime-training/#files
  2. https://pypi.org/project/onnxruntime-training-cpu/#files

The second one supports Windows and macOS. The first one only has Linux packages, and currently we do not have a plan to publish Windows GPU packages for training.

@wschin, is it right?

@baijumeswani
Copy link
Contributor

@snnn is correct. The current setup is as follows:

  • Large model training - targets linux gpu scenarios. Windows packages are not made available. Installation command:
    • pip install onnxruntime-training
  • On-device training - targets linux, macos, windows cpu. Installation command:
    • pip install -i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT/pypi/simple/ onnxruntime-training-cpu

Note that the large model training python package for gpu contains all the pieces for on-device training. So, the large model training linux gpu package can also be used for on-device training.
But we do not publish the windows gpu python package.

The getting started table has all the installation information: https://onnxruntime.ai/getting-started

https://onnxruntime.ai/getting-started

@GeorgeS2019
Copy link
Author

GeorgeS2019 commented Jun 24, 2024

@baijumeswani
@snnn
The existing Jupiter notebook for onnx runtime training on device..masked nlp ..not updated for windows onnxrunetime training v 1.18.0

Copy link
Contributor

This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details.

@github-actions github-actions bot added the stale issues that have not been addressed in a while; categorized by a bot label Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform:windows issues related to the Windows platform stale issues that have not been addressed in a while; categorized by a bot training issues related to ONNX Runtime training; typically submitted using template
Projects
None yet
Development

No branches or pull requests

3 participants