Reuven Peretz
Reuven Peretz
Hi, I was wondering if it's somehow possible to implement new custom operators in python (instead of C++)... All tutorials I read explain how it can be done in C++,...
Added a new package named target_platform_export. Base Exporter class, BaseKerasExporter, and FakelyQuantKerasExporter were added. Each exporter needs to implement export and save_model methods. Tests were added as well.
Hello, I have a model that I saved using tf 2.15 version. When trying to load it using tf-nightly I'm getting the following error: ImportError: cannot import name 'is_tensor_or_tensor_list' from...
## Pull Request Description: Add notebook for GPTQ in pytorch. ## Checklist before requesting a review: - [ ] I set the appropriate labels on the pull request. - [...
### Issue Type Feature Request ### Source source ### MCT Version 1.9.0 ### OS Platform and Distribution _No response_ ### Python version _No response_ ### Describe the issue ```shell MCT...
## Pull Request Description: This PR renames components in the Hessian service to replace the term "trace," as it inaccurately represents per-element scores. This change aims to improve readability and...