Skip to content

Commit

Permalink
Remove torch package from requirements.txt of stable diffusion models (
Browse files Browse the repository at this point in the history
…microsoft#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. -->
  • Loading branch information
tianleiwu authored Feb 8, 2023
1 parent 0a6b220 commit cfda876
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cfda876

Please sign in to comment.