Skip to content

Commit

Permalink
test rm
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilienLC authored Feb 23, 2025
1 parent 1ea54d9 commit 835cd38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ dependencies = [
# OPTIONAL for cneuromax/fitting/deeplearning/
"torchaudio==2.6.0+cu124", # Tensor manipulation on audio data
"torchvision==0.21.0+cu124", # Tensor manipulation on vision data
"torchao==0.8.0+cu124", # Lower precision training/inference
"transformers==4.49.0", # Pre-trained models published on Hugging Face
"diffusers==0.32.2", # Diffusion models published on Hugging Face
"timm==1.0.15", # Image models
Expand Down Expand Up @@ -97,7 +96,6 @@ dependencies = [
torch = { index = "pytorch" }
torchaudio = { index = "pytorch" }
torchvision = { index = "pytorch" }
torchao = { index = "pytorch" }

[[tool.uv.index]]
name = "pytorch"
Expand Down

0 comments on commit 835cd38

Please sign in to comment.