Skip to content

Commit

Permalink
fixed pip command in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseySh committed Jun 18, 2024
1 parent 5df2759 commit ec08e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -861,11 +861,11 @@ Note, we don't have our own text models zoo at the moment.
<summary><b>See example</b></summary>
<p>

[comment]:zoo-text-start
```shell
pip install open-metric-learning[nlp]
```

[comment]:zoo-text-start
```python
from transformers import AutoModel, AutoTokenizer

Expand Down
2 changes: 1 addition & 1 deletion docs/readme/examples_source/zoo/models_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Note, we don't have our own text models zoo at the moment.
<summary><b>See example</b></summary>
<p>

[comment]:zoo-text-start
```shell
pip install open-metric-learning[nlp]
```

[comment]:zoo-text-start
```python
from transformers import AutoModel, AutoTokenizer

Expand Down

0 comments on commit ec08e2b

Please sign in to comment.