Commit 4f44505 1 parent 911be3c commit 4f44505 Copy full SHA for 4f44505
File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -138,3 +138,4 @@ werkzeug==3.1.3
138
138
wsproto==1.2.0
139
139
xarray==2024.11.0
140
140
xyzservices==2024.9.0
141
+ --extra-index-url https://download.pytorch.org/whl/cpu
Original file line number Diff line number Diff line change @@ -151,3 +151,4 @@ werkzeug==3.1.3
151
151
wsproto==1.2.0
152
152
xarray==2024.11.0
153
153
xyzservices==2024.9.0
154
+ --extra-index-url https://download.pytorch.org/whl/cu124
Original file line number Diff line number Diff line change @@ -14,3 +14,7 @@ uv export --no-hashes > "${SCRIPT_DIR}/base.txt"
14
14
uv export --no-hashes --extra cpu > " ${SCRIPT_DIR} /cpu.txt"
15
15
uv export --no-hashes --extra cu124 > " ${SCRIPT_DIR} /cu124.txt"
16
16
uv export --no-hashes --extra pypi > " ${SCRIPT_DIR} /pypi.txt"
17
+
18
+ # TODO: uv should take care of that
19
+ echo " --extra-index-url https://download.pytorch.org/whl/cpu" >> " ${SCRIPT_DIR} /cpu.txt"
20
+ echo " --extra-index-url https://download.pytorch.org/whl/cu124" >> " ${SCRIPT_DIR} /cu124.txt"
You can’t perform that action at this time.
0 commit comments