Commits


fxmarty authored and GitHub committed 4d2dc8bbbdc
Replace all numpy.bool by python builtin bool (#14014) `numpy.bool` has been removed as from 1.24.0. It was before an alias for python's `bool`. Fixes https://github.com/huggingface/optimum/issues/610 ### Motivation and Context Numpy 1.24.0 breaks for example IO binding helpers.