Skip to content

Commit 5378d2c

Browse files
authored
Update README.md (#146)
1 parent 74e835b commit 5378d2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ The results of the ImageNet linear probe are as follows:
3838
Here is an example of how to use the `MLCDVisionModel` from the Transformers library for feature extraction. Please note that this requires the `transformers` library from the `master` branch. We will update this with a specific version number in the future.
3939

4040
```python
41+
# pip install git+https://github.com/huggingface/transformers@v4.51.3-MLCD-preview
42+
4143
import requests
4244
from PIL import Image
4345
from transformers import AutoProcessor, MLCDVisionModel

0 commit comments

Comments
 (0)