update xformers
Browse files
files_cells/notebooks/en/downloading_en.ipynb
CHANGED
@@ -67,7 +67,7 @@
|
|
67 |
" # Dictionary of additional libraries specific to certain environments\n",
|
68 |
" additional_libs = {\n",
|
69 |
" \"Google Colab\": {\n",
|
70 |
-
" \"xformers\": \"pip install xformers==0.0.
|
71 |
" },\n",
|
72 |
" \"Kaggle\": {\n",
|
73 |
" \"xformers\": \"pip install -q xformers==0.0.23.post1 triton==2.1.0\",\n",
|
|
|
67 |
" # Dictionary of additional libraries specific to certain environments\n",
|
68 |
" additional_libs = {\n",
|
69 |
" \"Google Colab\": {\n",
|
70 |
+
" \"xformers\": \"pip install xformers==0.0.26.post1 --no-deps\"\n",
|
71 |
" },\n",
|
72 |
" \"Kaggle\": {\n",
|
73 |
" \"xformers\": \"pip install -q xformers==0.0.23.post1 triton==2.1.0\",\n",
|
files_cells/notebooks/ru/downloading_ru.ipynb
CHANGED
@@ -67,7 +67,7 @@
|
|
67 |
" # Dictionary of additional libraries specific to certain environments\n",
|
68 |
" additional_libs = {\n",
|
69 |
" \"Google Colab\": {\n",
|
70 |
-
" \"xformers\": \"pip install xformers==0.0.
|
71 |
" },\n",
|
72 |
" \"Kaggle\": {\n",
|
73 |
" \"xformers\": \"pip install -q xformers==0.0.23.post1 triton==2.1.0\",\n",
|
|
|
67 |
" # Dictionary of additional libraries specific to certain environments\n",
|
68 |
" additional_libs = {\n",
|
69 |
" \"Google Colab\": {\n",
|
70 |
+
" \"xformers\": \"pip install xformers==0.0.26.post1 --no-deps\"\n",
|
71 |
" },\n",
|
72 |
" \"Kaggle\": {\n",
|
73 |
" \"xformers\": \"pip install -q xformers==0.0.23.post1 triton==2.1.0\",\n",
|
files_cells/python/en/downloading_en.py
CHANGED
@@ -48,7 +48,7 @@ if not os.path.exists(flag_file):
|
|
48 |
# Dictionary of additional libraries specific to certain environments
|
49 |
additional_libs = {
|
50 |
"Google Colab": {
|
51 |
-
"xformers": "pip install xformers==0.0.
|
52 |
},
|
53 |
"Kaggle": {
|
54 |
"xformers": "pip install -q xformers==0.0.23.post1 triton==2.1.0",
|
|
|
48 |
# Dictionary of additional libraries specific to certain environments
|
49 |
additional_libs = {
|
50 |
"Google Colab": {
|
51 |
+
"xformers": "pip install xformers==0.0.26.post1 --no-deps"
|
52 |
},
|
53 |
"Kaggle": {
|
54 |
"xformers": "pip install -q xformers==0.0.23.post1 triton==2.1.0",
|
files_cells/python/ru/downloading_ru.py
CHANGED
@@ -48,7 +48,7 @@ if not os.path.exists(flag_file):
|
|
48 |
# Dictionary of additional libraries specific to certain environments
|
49 |
additional_libs = {
|
50 |
"Google Colab": {
|
51 |
-
"xformers": "pip install xformers==0.0.
|
52 |
},
|
53 |
"Kaggle": {
|
54 |
"xformers": "pip install -q xformers==0.0.23.post1 triton==2.1.0",
|
|
|
48 |
# Dictionary of additional libraries specific to certain environments
|
49 |
additional_libs = {
|
50 |
"Google Colab": {
|
51 |
+
"xformers": "pip install xformers==0.0.26.post1 --no-deps"
|
52 |
},
|
53 |
"Kaggle": {
|
54 |
"xformers": "pip install -q xformers==0.0.23.post1 triton==2.1.0",
|