• Pedro Cuenca's avatar
    Allow dtype to be specified in Flax pipeline (#600) · fb2fbab1
    Pedro Cuenca authored
    * Fix typo in docstring.
    
    * Allow dtype to be overridden on model load.
    
    This may be a temporary solution until #567 is addressed.
    
    * Create latents in float32
    
    The denoising loop always computes the next step in float32, so this
    would fail when using `bfloat16`.
    fb2fbab1
configuration_utils.py 20.1 KB