pszemraj commited on
Commit
6e1f2f7
·
verified ·
1 Parent(s): cb3c0b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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
  ```