Skip to content

Commit

Permalink
down torch
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilien Le Clei committed Oct 22, 2024
1 parent e97b1d6 commit c5c118f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version = "0.0.1"
# The following assumes that we build on top of the NGC PyTorch Docker image.
dependencies = [
# MANDATORY for cneuromax/
"torch==2.5.0+cu121", # Tensor manipulation
"torch==2.4.1+cu121", # Tensor manipulation
"hydra-core==1.3.2", # Configuration management
"hydra-zen==0.13.0", # Cleaner Hydra configs
"beartype==0.19.0", # Dynamic type checking
Expand Down Expand Up @@ -49,8 +49,8 @@ dependencies = [
# MANDATORY for cneuromax/fitting/deeplearning/
"lightning==2.4.0", # PyTorch wrapper to decrease boilerplate
# OPTIONAL for cneuromax/fitting/deeplearning/
"torchaudio==2.5.0+cu121", # Tensor manipulation on audio data
"torchvision==0.20.0+cu121", # Tensor manipulation on vision data
"torchaudio==2.4.1+cu121", # Tensor manipulation on audio data
"torchvision==0.19.1+cu121", # Tensor manipulation on vision data
"transformers==4.45.2", # Pre-trained models published on Hugging Face
"diffusers==0.30.3", # Diffusion models published on Hugging Face
"timm==1.0.11", # Image models
Expand Down

0 comments on commit c5c118f

Please sign in to comment.