mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-19 21:32:23 +00:00
Remove torch package from requirements.txt of stable diffusion models (#14630)
### Description Remove torch package from requirements to unblock nuget windowsai pipeline which does not allow --extra-index-url ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
parent
0a6b22018f
commit
cfda876a3f
1 changed files with 3 additions and 2 deletions
|
|
@ -10,5 +10,6 @@ packaging==23.0
|
|||
protobuf==3.20.3
|
||||
psutil==5.9.4
|
||||
sympy==1.11.1
|
||||
--extra-index-url https://download.pytorch.org/whl/cu117
|
||||
torch==1.13.1+cu117
|
||||
#Tested with PyTorch 1.13.1+cu117 (see pytorch.org for more download options).
|
||||
#--extra-index-url https://download.pytorch.org/whl/cu117
|
||||
#torch==1.13.1+cu117
|
||||
|
|
|
|||
Loading…
Reference in a new issue