Skip to content

Commit

Permalink
Add mct-quantizers package
Browse files Browse the repository at this point in the history
  • Loading branch information
Chizkiyahu committed Apr 27, 2024
1 parent 34bc454 commit 5783f2c
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions recipes/mct_quantizers/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set name = "mct_quantizers" %}
{% set version = "1.5.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/sony/mct_quantizers/archive/v{{ version }}.tar.gz
sha256: 59ba50f249419d2015b5fa41eceea9442cef9d4d602d61a6fc2a01366be24bbf

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.6
- pip
run:
- python >=3.6
- numpy
- packaging

test:
imports:
- mct_quantizers
commands:
- pip check
requires:
- pip

about:
home: https://github.com/sony/mct_quantizers
license: Apache-2.0
license_file: LICENSE.md
summary: |
"MCT Quantizers facilitates the easy quantization of neural networks in Keras and PyTorch,
equipped with a robust set of pre-defined quantizers and the flexibility to implement custom quantizers."
extra:
recipe-maintainers:
- Chizkiyahu

0 comments on commit 5783f2c

Please sign in to comment.