Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgedavyd committed Jul 10, 2024
2 parents 1330471 + 96cc3a8 commit 34986db
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 0 deletions.
156 changes: 156 additions & 0 deletions requirements_unique.txt
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_unique.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_unique.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_unique.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_unique.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_unique.in
# lightning
# pytorch-lightning
# torchmetrics
# torchvision
torchmetrics==1.4.0.post0
# via
# lightning
# pytorch-lightning
torchvision==0.18.1
# via -r ./requirements_unique.in
tqdm==4.66.4
# via
# -r ./requirements_unique.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
Empty file modified scripts/autocommit.sh
100644 → 100755
Empty file.
Empty file modified scripts/requirements.sh
100644 → 100755
Empty file.
Empty file modified scripts/test.sh
100644 → 100755
Empty file.

0 comments on commit 34986db

Please sign in to comment.