You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,9 @@ As a [Nexus Repository](https://help.sonatype.com/en/sonatype-nexus-repository.h
24
24
- define name: `pypi-pytorch` for example
25
25
- define URL for remote storage: `https://sonatype-nexus-community.github.io/pytorch-pypi/whl/`
26
26
27
-
You can also create compute platform specific proxies if necessary, like `pypi-pytorch-cu124` pointing to `https://sonatype-nexus-community.github.io/pytorch-pypi/whl/cu124/`
27
+
You can also create compute platform specific proxies if necessary, like `pypi-pytorch-cu129` pointing to `https://sonatype-nexus-community.github.io/pytorch-pypi/whl/cu129/`
28
+
29
+
For nightly versions, simply create a `pypi-pytorch-nightly` repository pointing to `https://sonatype-nexus-community.github.io/pytorch-pypi/whl/nightly/`
28
30
29
31
These PyPI proxies can also be added to your `pypi-all` group repository if you created one.
30
32
@@ -33,11 +35,19 @@ These PyPI proxies can also be added to your `pypi-all` group repository if you
33
35
Newly created PyPI proxies can now be used with `pip` using provided `--index-url`, like:
0 commit comments