mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-26 22:35:43 +00:00
packaging pipeline produces -cpu- named packages due to a logical error (#8665)
This commit is contained in:
parent
cadb43a715
commit
1a2b41dbbc
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -327,7 +327,7 @@ if enable_training:
|
|||
+ 'cu' + cuda_version.replace('.', '')
|
||||
else:
|
||||
local_version = '+cu' + cuda_version.replace('.', '')
|
||||
if rocm_version:
|
||||
elif rocm_version:
|
||||
# removing '.' to make Cuda version number in the same form as Pytorch.
|
||||
rocm_version = rocm_version.replace('.', '')
|
||||
if torch_version:
|
||||
|
|
|
|||
Loading…
Reference in a new issue