zpn commited on
Commit
92168cb
·
1 Parent(s): bb0033c

fix: readme to new transformers version

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -2923,10 +2923,10 @@ Trained on the [Nomic Embed](https://arxiv.org/abs/2402.01613) weakly-supervised
2923
 
2924
  ## Usage
2925
 
2926
- You can use these models directly with the transformers library. Until the next transformers release, doing so requires installing `transformers` from `main`:
2927
 
2928
  ```bash
2929
- pip install git+https://github.com/huggingface/transformers.git
2930
  ```
2931
 
2932
  Reminder, this model is trained similarly to Nomic Embed and **REQUIRES** prefixes to be added to the input. For more information, see the instructions in [Nomic Embed](https://huggingface.co/nomic-ai/nomic-embed-text-v1.5#task-instruction-prefixes).
 
2923
 
2924
  ## Usage
2925
 
2926
+ You can use these models directly with the latest transformers release and requires installing `transformers>=4.48.0`:
2927
 
2928
  ```bash
2929
+ pip install transformers>=4.48.0
2930
  ```
2931
 
2932
  Reminder, this model is trained similarly to Nomic Embed and **REQUIRES** prefixes to be added to the input. For more information, see the instructions in [Nomic Embed](https://huggingface.co/nomic-ai/nomic-embed-text-v1.5#task-instruction-prefixes).