Skip to content

Commit

Permalink
pin datasets to exact version
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Jacobson committed Feb 5, 2024
1 parent b8dcea9 commit 43f64fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ omegaconf==2.3.0
# -------- diffusion -------- #
diffusers[torch]==0.11.1
transformers[torch]==4.25.1
datasets>=2.14.6
datasets==2.14.6
pydantic==1.10.10
scipy==1.11.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ omegaconf
# -------- diffusion -------- #
diffusers[torch]==0.11.1
transformers[torch]==4.25.1
datasets>=2.14.6
datasets==2.14.6

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ omegaconf
# -------- diffusion -------- #
diffusers[torch]==0.11.1
transformers[torch]==4.25.1
datasets>=2.14.6
datasets==2.14.6

# -------- xformers -------- #
xformers

0 comments on commit 43f64fc

Please sign in to comment.