Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seruva19 committed Oct 29, 2023
1 parent d914ce8 commit a68c122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/kubin-colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"!pip install -r requirements.txt\n",
"\n",
"if use_flash_attention:\n",
" !pip install /content/kubin/wheels/flash_attn-1.0.9+cu118torch2.1.0-cp310-cp310-linux_x86_64\n",
" !pip install /content/kubin/wheels/flash_attn-1.0.9+cu118torch2.1.0-cp310-cp310-linux_x86_64.whl\n",
"\n",
"if use_xformers:\n",
" !pip install xformers==0.0.20\n",
Expand Down

0 comments on commit a68c122

Please sign in to comment.