Skip to content

Commit

Permalink
fix PTQ4iT dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pop John committed Jan 15, 2025
1 parent 4cf2a84 commit c93f448
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions machine_learning_core/diffusion_model/PTQ4DiT/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ name: modelsmith
channels:
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
- python >= 3.8
- python >=3.8
- pytorch=2.1.0
- torchvision=0.16.0
- pytorch-cuda=11.7
- torchaudio=2.1.0
- pytorch-cuda=11.8
- pip
- pip:
- timm
Expand Down

0 comments on commit c93f448

Please sign in to comment.