Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Frontend] Add NNEF frontend #17053

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

[Frontend] Add NNEF frontend #17053

wants to merge 8 commits into from

Conversation

agoston-mc
Copy link
Contributor

Add an NNEF frontend to Relax and Relay, as proposed in RFC #108.

The Docker image scripts and test scripts have also been extended to accommodate NNEF.

python/tvm/relax/frontend/nnef/nnef_frontend.py Outdated Show resolved Hide resolved
python/tvm/relax/frontend/nnef/nnef_frontend.py Outdated Show resolved Hide resolved
python/tvm/relax/frontend/nnef/nnef_frontend.py Outdated Show resolved Hide resolved
python/tvm/relax/frontend/nnef/nnef_frontend.py Outdated Show resolved Hide resolved
python/tvm/relax/frontend/nnef/nnef_ops.py Outdated Show resolved Hide resolved
python/tvm/relax/frontend/nnef/nnef_ops.py Outdated Show resolved Hide resolved
tests/python/relax/test_frontend_nnef.py Outdated Show resolved Hide resolved
@agoston-mc agoston-mc requested review from tqchen and yongwww July 1, 2024 14:13
@agoston-mc
Copy link
Contributor Author

Can I ask for a status update on this PR?
I have resolved the requested changes; the checks will fail as long as the Docker image does not contain the NNEF package.

@tqchen @yongwww

@yongwww
Copy link
Member

yongwww commented Sep 12, 2024

@agoston-mc It would be good to submit the Docker-related changes (the changes under directory docker/ in this PR) as a separate PR and get it merged first. Then, we can use the newly built image in this PR to pass the CI checks. You can find some image doc here: https://tvm.apache.org/docs/contribute/ci.html?highlight=update%20container#docker-images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants