Hi @m-karing_2439 ,
Unfortunately, this repository doesn't following PyPI repository conventions.
For example:
- No way to see latest packages (should be https://download.pytorch.org/whl/cu118/rss/updates.xml)
- Does not return anything for
/simple
listing (e.g. https://download.pytorch.org/whl/cu118/simple) - Does not support JSON-based API to retrieve package metatadata
I guess it "happens to work" in pip , or perhaps they install a plugin that allows it to work... but ProGet is designed around PyPi repository specs. which is why a non-confirming download site won't work very well.
I'll add a note to investigate this further, but for the time being you should just download the wheels and upload them to a feed in ProGet.
Cheers,
Alana