Remove point in pip command line 55, raises build error in collab
#3
by
jeanflop
- opened
README.md
CHANGED
@@ -52,7 +52,7 @@ More technical details will come with a technical report soon.
|
|
52 |
|
53 |
# How to use
|
54 |
|
55 |
-
> We require the use of the development version (`"4.41.0.dev0"`) of the `transformers` library. To get it, as of 05/07/2024, one can use `pip uninstall -y transformers && pip install git+https://github.com/huggingface/transformers
|
56 |
|
57 |
```python
|
58 |
from transformers import AutoModelForVision2Seq, AutoTokenizer, AutoImageProcessor, StoppingCriteria
|
|
|
52 |
|
53 |
# How to use
|
54 |
|
55 |
+
> We require the use of the development version (`"4.41.0.dev0"`) of the `transformers` library. To get it, as of 05/07/2024, one can use `pip uninstall -y transformers && pip install git+https://github.com/huggingface/transformers`
|
56 |
|
57 |
```python
|
58 |
from transformers import AutoModelForVision2Seq, AutoTokenizer, AutoImageProcessor, StoppingCriteria
|