Skip to content

Commit

Permalink
fix (#1558)
Browse files Browse the repository at this point in the history
Co-authored-by: Eugene Khvedchenya <ekhvedchenya@gmail.com>
  • Loading branch information
Louis-Dupont and BloodAxe committed Oct 23, 2023
1 parent 749a9c7 commit 8a1d255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/super_gradients/conversion/conversion_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
(torch.int16, np.int16),
(torch.int8, np.int8),
(torch.uint8, np.uint8),
(torch.bool, np.bool),
(torch.bool, bool),
]


Expand Down

0 comments on commit 8a1d255

Please sign in to comment.