Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jhc13 committed May 20, 2024
1 parent b18bd86 commit 5b261cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
accelerate==0.30.0
accelerate==0.30.1
bitsandbytes==0.43.1
ExifRead==3.0.0
imagesize==1.4.1
Pillow==10.3.0
pillow==10.3.0
pyparsing==3.1.2
PySide6==6.7.0
transformers==4.40.2
transformers==4.41.0

# PyTorch
torch==2.2.2; platform_system != "Windows"
https://download.pytorch.org/whl/cu121/torch-2.2.2%2Bcu121-cp311-cp311-win_amd64.whl; platform_system == "Windows" and python_version == "3.11"
https://download.pytorch.org/whl/cu121/torch-2.2.2%2Bcu121-cp310-cp310-win_amd64.whl; platform_system == "Windows" and python_version == "3.10"

# CogAgent
timm==0.9.16
timm==1.0.3

# CogVLM
einops==0.8.0
Expand All @@ -26,6 +26,6 @@ xformers==0.0.25.post1
auto-gptq==0.7.1; platform_system == "Linux" or platform_system == "Windows"

# WD Tagger
huggingface-hub==0.22.2
huggingface-hub==0.23.0
numpy==1.26.4
onnxruntime==1.17.3
onnxruntime==1.18.0

0 comments on commit 5b261cf

Please sign in to comment.