"git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "72f29adaa74788fe5b30eff355c7460d2dccca74"
Commit 3ed814b0 authored by comfyanonymous's avatar comfyanonymous
Browse files

Fix colab.

parent f13c0cef
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
" !git pull\n", " !git pull\n",
"\n", "\n",
"!echo -= Install dependencies =-\n", "!echo -= Install dependencies =-\n",
"!pip -q install xformers -r requirements.txt" "!pip -q install xformers==0.0.16 -r requirements.txt"
] ]
}, },
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment