Commit 6b78fe9
authored
Fix qat anomalib example (#3581)
### Changes
Set numpy version 1.26.4 in
examples/quantization_aware_training/torch/anomalib/requirements.txt
### Reason for changes
https://github.com/openvinotoolkit/nncf/actions/runs/16157111182/job/45622233944
`AttributeError: `np.sctypes` was removed in the NumPy 2.0 release.
Access dtypes explicitly instead.`
### Tests
https://github.com/openvinotoolkit/nncf/actions/runs/161786717971 parent 25536b1 commit 6b78fe9
File tree
1 file changed
+1
-0
lines changed- examples/quantization_aware_training/torch/anomalib
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
0 commit comments