lixinliu1995
lixinliu1995
> Hi @lw3259111 @jiacheng-ye @james-yw. Thank you for reporting this issue. I tried the master branch of DeepSpeed and transformer yet I cannot reproduce this issue. Could you provide the...

```python self.ds_opt_adam = CPUAdamBuilder().load() self.ds_opt_adam.create_adam(self.opt_id, lr, betas[0], betas[1], eps, weight_decay, adamw_mode, should_log_le("info")) ``` why 'cpu_adam' has no attritube 'create_adam'
I also meet this warning "casting an input of type complex64 to an incompatible dtype float32". but it no big dill, and do not affect the result
 补充