skunkworx commited on
Commit
61e7732
·
verified ·
1 Parent(s): d4bc4ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -5,3 +5,5 @@ license: apache-2.0
5
  copied from https://huggingface.co/google/flan-t5-xxl
6
 
7
  Converted to bfloat16, removed the decoder blocks and packaged for InvokeAI
 
 
 
5
  copied from https://huggingface.co/google/flan-t5-xxl
6
 
7
  Converted to bfloat16, removed the decoder blocks and packaged for InvokeAI
8
+
9
+ Incase you want to do the conversion yourself or on another model. You can find the code used to convert the original google/flan-t5-xxl model can be found in the root folder https://huggingface.co/skunkworx/FLAN-T5xxl/blob/main/convert-bf16-enc.py