Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix dtype of config.head_dim to int for directml llm example (#1159)
fix `config.head_dim` to `int` type. The changes in #1138 made the head_dim param to type `float`.
- Loading branch information