README.md

Quick reference

Apache TVM | openEuler

Apache TVM is an open machine learning compilation framework, following the following principles:

  • Python-first development that enables quick customization of machine learning compiler pipelines.
  • Universal deployment to bring models into minimum deployable modules.

Learn more on Apache TVM.

Supported tags and respective Dockerfile links

The tag of each tvm docker image is consist of the version of tvm and the version of basic image. The details are as follows

Tags Currently Architectures
0.24.0-oe2403sp3 tvm 0.24.0 on openEuler 24.03-lts-sp3 amd64, arm64

Usage

Run the Docker container to launch the TVM developer image. docker run -it openeuler/tvm:{Tag}

Verify the installation inside the container: python3 -c "import tvm; print(tvm.__file__)"

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.