Skip to content

Commit

Permalink
version pinning dreambooth (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
thundergolfer authored Jan 3, 2024
1 parent 5f3471e commit e4f7bf5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions 06_gpu_and_ml/dreambooth/dreambooth_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
.pip_install(
"accelerate==0.19",
"datasets~=2.13",
"ftfy",
"ftfy~=6.1",
"gradio~=3.10",
"smart_open",
"transformers",
"torch",
"torchvision",
"triton",
"smart_open~=6.4",
"transformers==4.28",
"torch~=2.1",
"torchvision~=0.16",
"triton~=2.1",
)
.pip_install("xformers", pre=True)
.apt_install("git")
Expand Down

0 comments on commit e4f7bf5

Please sign in to comment.