## Possible dtype mismatch. Model parameters are bfloat16 but training inputs are float32. I believe that the .float() linked below casts to float32 and breaks anytime model params were created with [--bfloat16](https://github.com/ohsu-comp-bio/embedding-kit/blob/c41ffd5d3c8189e2993d01c10f8ead742d27450c/src/embkit/commands/model.py#L42). https://github.com/ohsu-comp-bio/embedding-kit/blob/c41ffd5d3c8189e2993d01c10f8ead742d27450c/src/embkit/optimize/__init__.py#L322
Possible dtype mismatch. Model parameters are bfloat16 but training inputs are float32.
I believe that the .float() linked below casts to float32 and breaks anytime model params were created with --bfloat16.
embedding-kit/src/embkit/optimize/__init__.py
Line 322 in c41ffd5