-
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.
Merge branch 'main' of https://github.com/Jorgedavyd/LighTorch
- Loading branch information
Showing
4 changed files
with
176 additions
and
18 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
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
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
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,156 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# pip-compile ./requirements.in | ||
# | ||
aiohttp==3.9.5 | ||
# via fsspec | ||
aiosignal==1.3.1 | ||
# via aiohttp | ||
alembic==1.13.2 | ||
# via optuna | ||
async-timeout==4.0.3 | ||
# via aiohttp | ||
attrs==23.2.0 | ||
# via aiohttp | ||
colorlog==6.8.2 | ||
# via optuna | ||
einops==0.8.0 | ||
# via -r ./requirements.in | ||
filelock==3.15.4 | ||
# via | ||
# torch | ||
# triton | ||
frozenlist==1.4.1 | ||
# via | ||
# aiohttp | ||
# aiosignal | ||
fsspec[http]==2024.6.1 | ||
# via | ||
# lightning | ||
# pytorch-lightning | ||
# torch | ||
greenlet==3.0.3 | ||
# via sqlalchemy | ||
idna==3.7 | ||
# via yarl | ||
jinja2==3.1.4 | ||
# via torch | ||
lightning==2.3.3 | ||
# via -r ./requirements.in | ||
lightning-utilities==0.11.3.post0 | ||
# via | ||
# lightning | ||
# pytorch-lightning | ||
# torchmetrics | ||
mako==1.3.5 | ||
# via alembic | ||
markupsafe==2.1.5 | ||
# via | ||
# jinja2 | ||
# mako | ||
mpmath==1.3.0 | ||
# via sympy | ||
multidict==6.0.5 | ||
# via | ||
# aiohttp | ||
# yarl | ||
networkx==3.3 | ||
# via torch | ||
numpy==2.0.0 | ||
# via | ||
# lightning | ||
# optuna | ||
# pytorch-lightning | ||
# torchmetrics | ||
# torchvision | ||
nvidia-cublas-cu12==12.1.3.1 | ||
# via | ||
# nvidia-cudnn-cu12 | ||
# nvidia-cusolver-cu12 | ||
# torch | ||
nvidia-cuda-cupti-cu12==12.1.105 | ||
# via torch | ||
nvidia-cuda-nvrtc-cu12==12.1.105 | ||
# via torch | ||
nvidia-cuda-runtime-cu12==12.1.105 | ||
# via torch | ||
nvidia-cudnn-cu12==8.9.2.26 | ||
# via torch | ||
nvidia-cufft-cu12==11.0.2.54 | ||
# via torch | ||
nvidia-curand-cu12==10.3.2.106 | ||
# via torch | ||
nvidia-cusolver-cu12==11.4.5.107 | ||
# via torch | ||
nvidia-cusparse-cu12==12.1.0.106 | ||
# via | ||
# nvidia-cusolver-cu12 | ||
# torch | ||
nvidia-nccl-cu12==2.20.5 | ||
# via torch | ||
nvidia-nvjitlink-cu12==12.5.82 | ||
# via | ||
# nvidia-cusolver-cu12 | ||
# nvidia-cusparse-cu12 | ||
nvidia-nvtx-cu12==12.1.105 | ||
# via torch | ||
optuna==3.6.1 | ||
# via -r ./requirements.in | ||
packaging==24.1 | ||
# via | ||
# lightning | ||
# lightning-utilities | ||
# optuna | ||
# pytorch-lightning | ||
# torchmetrics | ||
pillow==10.4.0 | ||
# via torchvision | ||
pytorch-lightning==2.3.3 | ||
# via lightning | ||
pyyaml==6.0.1 | ||
# via | ||
# lightning | ||
# optuna | ||
# pytorch-lightning | ||
sqlalchemy==2.0.31 | ||
# via | ||
# alembic | ||
# optuna | ||
sympy==1.13.0 | ||
# via torch | ||
torch==2.3.1 | ||
# via | ||
# -r ./requirements.in | ||
# lightning | ||
# pytorch-lightning | ||
# torchmetrics | ||
# torchvision | ||
torchmetrics==1.4.0.post0 | ||
# via | ||
# lightning | ||
# pytorch-lightning | ||
torchvision==0.18.1 | ||
# via -r ./requirements.in | ||
tqdm==4.66.4 | ||
# via | ||
# -r ./requirements.in | ||
# lightning | ||
# optuna | ||
# pytorch-lightning | ||
triton==2.3.1 | ||
# via torch | ||
typing-extensions==4.12.2 | ||
# via | ||
# alembic | ||
# lightning | ||
# lightning-utilities | ||
# pytorch-lightning | ||
# sqlalchemy | ||
# torch | ||
yarl==1.9.4 | ||
# via aiohttp | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |