T5: Change default dtype to bfloat16 (#147)

* T5: Change default to bfloat16

* Add myself to contributors

* t5: Change convert.py default to float32
This commit is contained in:
Juarez Bochi
2023-12-19 16:44:36 -05:00
committed by GitHub
parent 62b455f801
commit ebbb7083cc
3 changed files with 16 additions and 5 deletions

View File

@@ -6,3 +6,5 @@ with a short description of your contribution(s) below. For example:
- Jane Smith: Added the `foo` example.
MLX Examples was developed with contributions from the following individuals:
- Juarez Bochi: Added support for T5 models.