Skip to content

Commit

Permalink
install triton manually
Browse files Browse the repository at this point in the history
  • Loading branch information
ddPn08 committed Dec 30, 2022
1 parent bfdeb5f commit 092888a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic1111.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
"cd stable-diffusion-webui\n",
"conda activate automatic\n",
"conda install -y xformers -c xformers/label/dev\n",
"python3 -m pip install --upgrade tensorrt\n",
"python3 -m pip install --upgrade tensorrt triton\n",
"python -c 'from launch import prepare_environment; prepare_environment()'\"\"\"\n",
"! {install_script}\n",
"\n",
Expand Down

0 comments on commit 092888a

Please sign in to comment.