mustafaakbas commited on
Commit
b53ad82
·
verified ·
1 Parent(s): 2eca4c1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # T5-XXL Encoder
6
+
7
+ This repo contains copies of the T5-XXL encoder in various quantization formats. The models in this repo are intended for use in [InvokeAI](https://github.com/invoke-ai/InvokeAI).
8
+
9
+ Contents:
10
+ - `bfloat16/` - T5-XXL encoder cast to bfloat16. Copied from [here](https://huggingface.co/black-forest-labs/FLUX.1-schnell/tree/741f7c3ce8b383c54771c7003378a50191e9efe9/text_encoder_2).
11
+ - `bnb_llm_int8/` - T5-XXL encoder quantized using bitsandbytes LLM.int8() quantization.
12
+ - `optimum_quanto_qfloat8/` - T5-XXL encoder quantized using [optimum-quanto](https://github.com/huggingface/optimum-quanto) qfloat8 quantization.
13
+