Skip to content

Commit

Permalink
fix error with colab #173
Browse files Browse the repository at this point in the history
  • Loading branch information
seruva19 committed Apr 1, 2024
1 parent 210d6c1 commit 5aa63da
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -177,7 +177,7 @@
"!pip install -r requirements.txt\n",
"\n",
"if use_flash_attention:\n",
" !pip install /content/kubin/wheels/flash_attn-1.0.9+cu121torch2.1.0-cp310-cp310-linux_x86_64.whl\n",
" !pip install /content/kubin/wheels/flash_attn-1.0.9+cu122torch2.2.2-cp310-cp310-linux_x86_64.whl\n",
"\n",
"if use_xformers:\n",
" !pip install xformers==0.0.22.post7\n",
Expand Down
Binary file not shown.

0 comments on commit 5aa63da

Please sign in to comment.