t5-v1_1-xxl / README.md
RyanJDick's picture
Add bfloat16 version and optimum_quanto_qfloat8 version.
d5f0656
|
raw
history blame
584 Bytes
metadata
license: apache-2.0

T5-XXL Encoder

This repo contains copies of the T5-XXL encoder in various quantization formats. The models in this repo are intended for use in InvokeAI.

Contents:

  • bfloat16/ - T5-XXL encoder cast to bfloat16. Copied from here.
  • optimum_quanto_qfloat8 - T5-XXL encoder quantized using optimum-quanto qfloat8 quantization.