mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Liqun/ort package name2 (#7337)
This commit is contained in:
parent
f62db1a09c
commit
75d8319286
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -251,7 +251,7 @@ if enable_training:
|
|||
# this is needed immediately by pytorch/ort so that the user is able to
|
||||
# install an onnxruntime training package with matching torch cuda version.
|
||||
package_name = 'onnxruntime-training'
|
||||
if cuda_version and not nightly_build:
|
||||
if cuda_version:
|
||||
# removing '.' to make Cuda version number in the same form as Pytorch.
|
||||
cuda_version = cuda_version.replace('.', '')
|
||||
local_version = '+cu' + cuda_version
|
||||
|
|
|
|||
Loading…
Reference in a new issue