Skip to content

Commit

Permalink
fix: removed nightly torch from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmullan committed Oct 3, 2023
1 parent 54ae2ba commit f0d0627
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
accelerate==0.23.0
antlr4-python3-runtime==4.9.3
appdirs==1.4.4
certifi==2023.7.22
charset-normalizer==3.3.0
click==8.1.7
cmake==3.27.5
cmake==3.27.6
decorator==4.4.2
diffusers==0.21.4
docker-pycreds==0.4.0
einops==0.6.1
einops==0.7.0
filelock==3.12.4
fsspec==2023.9.2
gitdb==4.0.10
GitPython==3.1.37
huggingface-hub==0.17.3
huggingface-hub==0.16.4
idna==3.4
imageio==2.31.5
imageio-ffmpeg==0.4.9
importlib-metadata==6.8.0
Jinja2==3.1.2
lit==17.0.1
lit==17.0.2
MarkupSafe==2.1.3
moviepy==1.0.3
mpmath==1.3.0
Expand All @@ -36,31 +35,28 @@ nvidia-cusolver-cu11==11.4.0.1
nvidia-cusparse-cu11==11.7.4.91
nvidia-nccl-cu11==2.14.3
nvidia-nvtx-cu11==11.7.91
omegaconf==2.3.0
packaging==23.1
packaging==23.2
pathtools==0.1.2
Pillow==10.0.1
proglog==0.1.10
protobuf==4.24.3
psutil==5.9.5
pytorch-triton==2.1.0+6e4932cda8
PyYAML==6.0.1
regex==2023.8.8
regex==2023.10.3
requests==2.31.0
safetensors==0.3.3
sentry-sdk==1.31.0
setproctitle==1.3.2
setproctitle==1.3.3
six==1.16.0
smmap==5.0.1
sympy==1.12
tokenizers==0.13.3
torch==2.2.0.dev20230930+cu121
torchaudio==2.2.0.dev20230930+cu121
torchvision==0.17.0.dev20230930+cu121
tokenizers==0.14.0
torch==2.0.1
torchvision==0.15.2
tqdm==4.66.1
transformers==4.33.3
transformers==4.34.0
triton==2.0.0
typing_extensions==4.8.0
urllib3==2.0.5
urllib3==2.0.6
wandb==0.15.11
zipp==3.17.0

0 comments on commit f0d0627

Please sign in to comment.