Update README.md
Browse files
README.md
CHANGED
@@ -23,6 +23,8 @@ This model is a fine-tuned version of [BEE-spoke-data/tFINE-680m-e32-d16-gqa-102
|
|
23 |
## testing
|
24 |
|
25 |
|
|
|
|
|
26 |
```sh
|
27 |
pip install -U git+https://github.com/pszemraj/transformers.git@t5-gqa
|
28 |
```
|
|
|
23 |
## testing
|
24 |
|
25 |
|
26 |
+
install [transformers fork with GQA updates for t5](https://github.com/pszemraj/transformers.git) (wip):
|
27 |
+
|
28 |
```sh
|
29 |
pip install -U git+https://github.com/pszemraj/transformers.git@t5-gqa
|
30 |
```
|