Skip to content

Commit 7d11a02

Browse files
authored
Merge pull request #215 from bebechien/main
fix library dependency
2 parents f675743 + 4be82a9 commit 7d11a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemma/[Gemma_3n]MatFormer_Lab.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"# @markdown Run this cell to install all the required dependencies. In particular, you'll need Hugging Face `transformers` and `timm` versions that support Gemma 3n. Note that you may need to restart the notebook after executing the following cell.\n",
9595
"\n",
9696
"# Install a transformers version that supports Gemma 3n (>= 4.53)\n",
97-
"!pip install \"transformers>=4.53\""
97+
"!pip install \"transformers>=4.53\" \"timm>=1.0.16\""
9898
]
9999
},
100100
{

0 commit comments

Comments
 (0)