embedder权重改成bf16
似乎因为权重的处理更慢了,整体速度反而变慢了一点点
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -22,5 +22,6 @@ dataset="unitree_g1_pack_camera"
|
||||
--guidance_rescale 0.7 \
|
||||
--perframe_ae \
|
||||
--diffusion_dtype bf16 \
|
||||
--projector_dtype bf16
|
||||
--projector_dtype bf16 \
|
||||
--encoder_dtype bf16
|
||||
} 2>&1 | tee "${res_dir}/output.log"
|
||||
|
||||
Reference in New Issue
Block a user