bit
#24
by
Moua411
- opened
README.md
CHANGED
@@ -68,8 +68,9 @@ Several versions of the model weights are available on Hugging Face:
|
|
68 |
### Requirements
|
69 |
|
70 |
```bash
|
71 |
-
pip install transformers
|
72 |
```
|
|
|
73 |
|
74 |
### Example
|
75 |
|
|
|
68 |
### Requirements
|
69 |
|
70 |
```bash
|
71 |
+
pip install git+https://github.com/shumingma/transformers.git
|
72 |
```
|
73 |
+
We are actively working with the Hugging Face team to integrate the necessary code into the main `transformers` library. This installation method may change in the future.
|
74 |
|
75 |
### Example
|
76 |
|