AndrewZhaoLuo opened a new issue #9511: URL: https://github.com/apache/tvm/issues/9511
Our current ONNX version is 1.8.1. The latest version is 1.10.2. Most notably, opsets 14-16 have been added to the spec. We should support some of these operators since they include some common activation like HardSwish - [ ] S0. Reason: See #9329 for an example of later opset operators not being fully supported. - [ ] S1. Tag of nightly build: TAG. Docker hub: https://hub.docker.com/layers/tlcpackstaging/ci_cpu/... - [ ] S2. The nightly is built on TVM commit: TVM_COMMIT. Detailed info can be found here: https://ci.tlcpack.ai/blue/organizations/jenkins/docker-images-ci%2Fdaily-docker-image-rebuild/detail/daily-docker-image-rebuild/.... - [ ] S3. Testing the nightly image on ci-docker-staging: https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/ci-docker-staging/... - [ ] S4. Retag TAG to VERSION: ``` docker pull tlcpackstaging/IMAGE_NAME:TAG docker tag tlcpackstaging/IMAGE_NAME:TAG tlcpack/IMAGE_NAME:VERSION docker push tlcpack/IMAGE_NAME:VERSION ``` - [ ] S5. Check if the new tag is really there: https://hub.docker.com/u/tlcpack - [ ] S6. Submit a PR updating the IMAGE_NAME version on Jenkins -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
