forked from openvinotoolkit/nncf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Torch] Workaroud for torch.quantile function (openvinotoolkit#2240)
### Changes torch quantile is always using numpy realization ### Reason for changes Bug pytorch/pytorch#64947 third party test 237 has failed ``` RuntimeError: quantile() input tensor is too large ``` ### Related tickets ### Tests Build test third party 239 is finished successfully
- Loading branch information
1 parent
f8bdbc7
commit 2944eb4
Showing
2 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters