-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gen 5: add pip, setuptools, and wheel
- Loading branch information
1 parent
ba11753
commit 48ec328
Showing
106 changed files
with
18,280 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
153 changes: 153 additions & 0 deletions
153
src/requirements/g00005/python3.10-torch2.0.0-cu118.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,153 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile --python-platform x86_64-unknown-linux-gnu --emit-index-url --emit-find-links --emit-build-options --emit-index-annotation --extra-index-url https://pypi.org/simple --index-url https://download.pytorch.org/whl/cu118 --index-strategy unsafe-best-match - | ||
--index-url https://download.pytorch.org/whl/cu118 | ||
--extra-index-url https://pypi.org/simple | ||
|
||
annotated-types==0.7.0 | ||
# via pydantic | ||
# from https://pypi.org/simple | ||
anyio==4.6.2.post1 | ||
# via | ||
# starlette | ||
# watchfiles | ||
# from https://pypi.org/simple | ||
attrs==23.2.0 | ||
# via cog | ||
# from https://pypi.org/simple | ||
certifi==2024.8.30 | ||
# via requests | ||
# from https://pypi.org/simple | ||
charset-normalizer==3.4.0 | ||
# via requests | ||
# from https://pypi.org/simple | ||
click==8.1.7 | ||
# via uvicorn | ||
# from https://pypi.org/simple | ||
cmake==3.30.4 | ||
# via triton | ||
# from https://pypi.org/simple | ||
cog @ https://github.com/replicate/cog/archive/2f883e462e0e0606e38a1d05ef5d02bfe43fa19e.zip | ||
exceptiongroup==1.2.2 | ||
# via anyio | ||
# from https://pypi.org/simple | ||
fastapi==0.110.3 | ||
# via cog | ||
# from https://pypi.org/simple | ||
filelock==3.16.1 | ||
# via | ||
# torch | ||
# triton | ||
# from https://pypi.org/simple | ||
h11==0.14.0 | ||
# via uvicorn | ||
# from https://pypi.org/simple | ||
httptools==0.6.2 | ||
# via uvicorn | ||
# from https://pypi.org/simple | ||
idna==3.10 | ||
# via | ||
# anyio | ||
# requests | ||
# from https://pypi.org/simple | ||
jinja2==3.1.4 | ||
# via torch | ||
# from https://pypi.org/simple | ||
lit==18.1.8 | ||
# via triton | ||
# from https://pypi.org/simple | ||
markupsafe==3.0.1 | ||
# via jinja2 | ||
# from https://pypi.org/simple | ||
mpmath==1.3.0 | ||
# via sympy | ||
# from https://pypi.org/simple | ||
networkx==3.4.1 | ||
# via torch | ||
# from https://pypi.org/simple | ||
numpy==2.1.2 | ||
# via | ||
# opencv-python | ||
# torchvision | ||
# from https://pypi.org/simple | ||
opencv-python==4.10.0.84 | ||
# from https://pypi.org/simple | ||
pillow==11.0.0 | ||
# via torchvision | ||
# from https://pypi.org/simple | ||
pip==24.2 | ||
# from https://pypi.org/simple | ||
pydantic==2.9.2 | ||
# via | ||
# cog | ||
# fastapi | ||
# from https://pypi.org/simple | ||
pydantic-core==2.23.4 | ||
# via pydantic | ||
# from https://pypi.org/simple | ||
python-dotenv==1.0.1 | ||
# via uvicorn | ||
# from https://pypi.org/simple | ||
pyyaml==6.0.2 | ||
# via | ||
# cog | ||
# uvicorn | ||
# from https://pypi.org/simple | ||
requests==2.32.3 | ||
# via | ||
# cog | ||
# torchvision | ||
# from https://pypi.org/simple | ||
setuptools==75.1.0 | ||
# from https://pypi.org/simple | ||
sniffio==1.3.1 | ||
# via anyio | ||
# from https://pypi.org/simple | ||
starlette==0.37.2 | ||
# via fastapi | ||
# from https://pypi.org/simple | ||
structlog==24.4.0 | ||
# via cog | ||
# from https://pypi.org/simple | ||
sympy==1.13.3 | ||
# via torch | ||
# from https://pypi.org/simple | ||
torch==2.0.0+cu118 | ||
# via | ||
# torchaudio | ||
# torchvision | ||
# triton | ||
# from https://download.pytorch.org/whl/cu118 | ||
torchaudio==2.0.0+cu118 | ||
# from https://download.pytorch.org/whl/cu118 | ||
torchvision==0.15.0+cu118 | ||
# from https://download.pytorch.org/whl/cu118 | ||
triton==2.0.0 | ||
# via torch | ||
# from https://pypi.org/simple | ||
typing-extensions==4.12.2 | ||
# via | ||
# anyio | ||
# cog | ||
# fastapi | ||
# pydantic | ||
# pydantic-core | ||
# torch | ||
# uvicorn | ||
# from https://pypi.org/simple | ||
urllib3==2.2.3 | ||
# via requests | ||
# from https://pypi.org/simple | ||
uvicorn==0.31.1 | ||
# via cog | ||
# from https://pypi.org/simple | ||
uvloop==0.21.0 | ||
# via uvicorn | ||
# from https://pypi.org/simple | ||
watchfiles==0.24.0 | ||
# via uvicorn | ||
# from https://pypi.org/simple | ||
websockets==13.1 | ||
# via uvicorn | ||
# from https://pypi.org/simple | ||
wheel==0.44.0 | ||
# from https://pypi.org/simple |
153 changes: 153 additions & 0 deletions
153
src/requirements/g00005/python3.10-torch2.0.1-cu118.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,153 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile --python-platform x86_64-unknown-linux-gnu --emit-index-url --emit-find-links --emit-build-options --emit-index-annotation --extra-index-url https://pypi.org/simple --index-url https://download.pytorch.org/whl/cu118 --index-strategy unsafe-best-match - | ||
--index-url https://download.pytorch.org/whl/cu118 | ||
--extra-index-url https://pypi.org/simple | ||
|
||
annotated-types==0.7.0 | ||
# via pydantic | ||
# from https://pypi.org/simple | ||
anyio==4.6.2.post1 | ||
# via | ||
# starlette | ||
# watchfiles | ||
# from https://pypi.org/simple | ||
attrs==23.2.0 | ||
# via cog | ||
# from https://pypi.org/simple | ||
certifi==2024.8.30 | ||
# via requests | ||
# from https://pypi.org/simple | ||
charset-normalizer==3.4.0 | ||
# via requests | ||
# from https://pypi.org/simple | ||
click==8.1.7 | ||
# via uvicorn | ||
# from https://pypi.org/simple | ||
cmake==3.30.4 | ||
# via triton | ||
# from https://pypi.org/simple | ||
cog @ https://github.com/replicate/cog/archive/2f883e462e0e0606e38a1d05ef5d02bfe43fa19e.zip | ||
exceptiongroup==1.2.2 | ||
# via anyio | ||
# from https://pypi.org/simple | ||
fastapi==0.110.3 | ||
# via cog | ||
# from https://pypi.org/simple | ||
filelock==3.16.1 | ||
# via | ||
# torch | ||
# triton | ||
# from https://pypi.org/simple | ||
h11==0.14.0 | ||
# via uvicorn | ||
# from https://pypi.org/simple | ||
httptools==0.6.2 | ||
# via uvicorn | ||
# from https://pypi.org/simple | ||
idna==3.10 | ||
# via | ||
# anyio | ||
# requests | ||
# from https://pypi.org/simple | ||
jinja2==3.1.4 | ||
# via torch | ||
# from https://pypi.org/simple | ||
lit==18.1.8 | ||
# via triton | ||
# from https://pypi.org/simple | ||
markupsafe==3.0.1 | ||
# via jinja2 | ||
# from https://pypi.org/simple | ||
mpmath==1.3.0 | ||
# via sympy | ||
# from https://pypi.org/simple | ||
networkx==3.4.1 | ||
# via torch | ||
# from https://pypi.org/simple | ||
numpy==2.1.2 | ||
# via | ||
# opencv-python | ||
# torchvision | ||
# from https://pypi.org/simple | ||
opencv-python==4.10.0.84 | ||
# from https://pypi.org/simple | ||
pillow==11.0.0 | ||
# via torchvision | ||
# from https://pypi.org/simple | ||
pip==24.2 | ||
# from https://pypi.org/simple | ||
pydantic==2.9.2 | ||
# via | ||
# cog | ||
# fastapi | ||
# from https://pypi.org/simple | ||
pydantic-core==2.23.4 | ||
# via pydantic | ||
# from https://pypi.org/simple | ||
python-dotenv==1.0.1 | ||
# via uvicorn | ||
# from https://pypi.org/simple | ||
pyyaml==6.0.2 | ||
# via | ||
# cog | ||
# uvicorn | ||
# from https://pypi.org/simple | ||
requests==2.32.3 | ||
# via | ||
# cog | ||
# torchvision | ||
# from https://pypi.org/simple | ||
setuptools==75.1.0 | ||
# from https://pypi.org/simple | ||
sniffio==1.3.1 | ||
# via anyio | ||
# from https://pypi.org/simple | ||
starlette==0.37.2 | ||
# via fastapi | ||
# from https://pypi.org/simple | ||
structlog==24.4.0 | ||
# via cog | ||
# from https://pypi.org/simple | ||
sympy==1.13.3 | ||
# via torch | ||
# from https://pypi.org/simple | ||
torch==2.0.1+cu118 | ||
# via | ||
# torchaudio | ||
# torchvision | ||
# triton | ||
# from https://download.pytorch.org/whl/cu118 | ||
torchaudio==2.0.2+cu118 | ||
# from https://download.pytorch.org/whl/cu118 | ||
torchvision==0.15.2+cu118 | ||
# from https://download.pytorch.org/whl/cu118 | ||
triton==2.0.0 | ||
# via torch | ||
# from https://pypi.org/simple | ||
typing-extensions==4.12.2 | ||
# via | ||
# anyio | ||
# cog | ||
# fastapi | ||
# pydantic | ||
# pydantic-core | ||
# torch | ||
# uvicorn | ||
# from https://pypi.org/simple | ||
urllib3==2.2.3 | ||
# via requests | ||
# from https://pypi.org/simple | ||
uvicorn==0.31.1 | ||
# via cog | ||
# from https://pypi.org/simple | ||
uvloop==0.21.0 | ||
# via uvicorn | ||
# from https://pypi.org/simple | ||
watchfiles==0.24.0 | ||
# via uvicorn | ||
# from https://pypi.org/simple | ||
websockets==13.1 | ||
# via uvicorn | ||
# from https://pypi.org/simple | ||
wheel==0.44.0 | ||
# from https://pypi.org/simple |
Oops, something went wrong.