Skip to main content

tvm ffi

Project description

TVM FFI: Open ABI and FFI for Machine Learning Systems

📚 Documentation | 🚀 Quickstart

Apache TVM FFI is an open ABI and FFI for machine learning systems. It is a minimal, framework-agnostic, yet flexible open convention with the following systems in mind:

  • Kernel libraries - ship one wheel to support multiple frameworks, Python versions, and different languages. [FlashInfer]
  • Kernel DSLs - reusable open ABI for JIT and AOT kernel exposure frameworks and runtimes. [TileLang][cuteDSL]
  • Frameworks and runtimes - a uniform extension point for ABI-compliant libraries and DSLs. [PyTorch][JAX][PaddlePaddle][NumPy/CuPy]
  • ML infrastructure - out-of-box bindings and interop across languages. [Python][C++][Rust][XGrammar]
  • Coding agents - a unified mechanism for shipping generated code in production.

Features

  • Stable, minimal C ABI designed for kernels, DSLs, and runtime extensibility.
  • Zero-copy interop across PyTorch, JAX, and CuPy using DLPack protocol.
  • Compact value and call convention covering common data types for ultra low-overhead ML applications.
  • Multi-language support out of the box: Python, C++, and Rust (with a path towards more languages).

These enable broad interoperability across frameworks, libraries, DSLs, and agents; the ability to ship one wheel for multiple frameworks and Python versions (including free-threaded Python); and consistent infrastructure across environments.

Getting Started

Install TVM-FFI with pip, uv or from source:

pip install apache-tvm-ffi
pip install torch-c-dlpack-ext  # compatibility package for torch <= 2.9

Status and Release Versioning

C ABI stability is our top priority.

Status: RFC Main features are complete and ABI stable. We recognize potential needs for evolution to ensure it works best for the machine learning systems community, and would like to work together with the community for such evolution. We plan to stay in the RFC stage for three months from the v0.1.0 release.

Releases during the RFC stage will be 0.X.Y, where bumps in X indicate C ABI-breaking changes and Y indicates other changes. We anticipate the RFC stage will last for three months, then we will start following Semantic Versioning (major.minor.patch) going forward.

Documentation

Our documentation site includes:

Get Started

Guides

Concepts

Packaging

Developer Manual

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

apache_tvm_ffi-0.1.12.tar.gz (2.8 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

apache_tvm_ffi-0.1.12-cp314-cp314t-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.14tWindows x86-64

apache_tvm_ffi-0.1.12-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

apache_tvm_ffi-0.1.12-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

apache_tvm_ffi-0.1.12-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

apache_tvm_ffi-0.1.12-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

apache_tvm_ffi-0.1.12-cp314-cp314t-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

apache_tvm_ffi-0.1.12-cp312-abi3-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.12+Windows x86-64

apache_tvm_ffi-0.1.12-cp312-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

apache_tvm_ffi-0.1.12-cp312-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

apache_tvm_ffi-0.1.12-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ x86-64

apache_tvm_ffi-0.1.12-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ ARM64

apache_tvm_ffi-0.1.12-cp312-abi3-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

apache_tvm_ffi-0.1.12-cp311-cp311-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.11Windows x86-64

apache_tvm_ffi-0.1.12-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

apache_tvm_ffi-0.1.12-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

apache_tvm_ffi-0.1.12-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

apache_tvm_ffi-0.1.12-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

apache_tvm_ffi-0.1.12-cp311-cp311-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

apache_tvm_ffi-0.1.12-cp310-cp310-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.10Windows x86-64

apache_tvm_ffi-0.1.12-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

apache_tvm_ffi-0.1.12-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

apache_tvm_ffi-0.1.12-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

apache_tvm_ffi-0.1.12-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

apache_tvm_ffi-0.1.12-cp310-cp310-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

apache_tvm_ffi-0.1.12-cp39-cp39-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.9Windows x86-64

apache_tvm_ffi-0.1.12-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

apache_tvm_ffi-0.1.12-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

apache_tvm_ffi-0.1.12-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

apache_tvm_ffi-0.1.12-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

apache_tvm_ffi-0.1.12-cp39-cp39-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

apache_tvm_ffi-0.1.12-cp38-cp38-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.8Windows x86-64

apache_tvm_ffi-0.1.12-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

apache_tvm_ffi-0.1.12-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

apache_tvm_ffi-0.1.12-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

apache_tvm_ffi-0.1.12-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

apache_tvm_ffi-0.1.12-cp38-cp38-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file apache_tvm_ffi-0.1.12.tar.gz.

File metadata

  • Download URL: apache_tvm_ffi-0.1.12.tar.gz
  • Upload date:
  • Size: 2.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for apache_tvm_ffi-0.1.12.tar.gz
Algorithm Hash digest
SHA256 2aa5c8ece3144dad11afd6d0f10191d03cdb368bbcd9c92f9fb919f35906223d
MD5 392f437dcee62331bdc1fa485758c88d
BLAKE2b-256 ff95ef83880657e89a0ce0f1ad79cbff11698286d00522dbc290d34a8458e9c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12.tar.gz:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 d015c7ad8e15ee7896ffacb5b30c81fd507375f1b5650078ba382f52a5dc8795
MD5 e2ae413e7912262429824d6f38bc6a2a
BLAKE2b-256 10d65e3199709bef26975ee5f993029999f05edbf5020df8a910f3ef0884acc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp314-cp314t-win_amd64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 786b3073a79c025f85b2bf4aa4b6bc1f8a2b1aae186a613181acd6d9661bd3cb
MD5 492bda657f3b85092022f22e6ccc393a
BLAKE2b-256 33a9005a2537fb043aa2d5916bb9c30ee8b6cda258d9e2db343f7dca233407ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 02508fef806cfb1a5224aaa69fb121558d60fa56c2fa7d4166fb9f354945509b
MD5 88a4f84a9a7dedc97de7641e6a8991f3
BLAKE2b-256 9a6c34e8bfb495ada6c1d37d5eb84fee17d5c8cfd630e6fa647c8327377bc17e

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f69d28a95648c4e864a53f1bfe099b7547dfbc60d520180fc0eb0ec72245151f
MD5 b6589449e24cd61cf587a944678c0a7a
BLAKE2b-256 a7c1550f60d376e7d11cbcfbc2968bd87936beeec91f4c26d16e6c63b60801ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 003027a31011a216295ec8e04ac78bb3d80b8dc47a93f6b602cf242a80676366
MD5 a119508e70e2692ffb4a0daba26e2d80
BLAKE2b-256 044a428b5bc74a762d62aa5efedc3a72f90e00bae53ab4fb7e5b52206dd9f541

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ee7ebbc4ec8e037364fc1388c081145f790cc97de642348efc39fcda749a8bb
MD5 9fe66476004d64411c3ce14e4bb8f403
BLAKE2b-256 05d45f1a59ebf85c4ea3243766318a50bcec2312bacce9dc9b132db514f7c897

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp312-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 23eefd1094a41faae2bb7b9cc5816aa938101b624d48ebb724881f1a89b78e99
MD5 d31b58812178f4089cce8742166c42c7
BLAKE2b-256 06d7a25f51156358c631114e16cb09ca91188b3b79677369e111216d6fa7f83d

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp312-abi3-win_amd64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp312-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp312-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dc0acd7eeb0e451d5e3f686af3ba0b495fdbf97b5b54cf9a0f770cdafe0e691a
MD5 49ac42161e49792e0a640da9b467b962
BLAKE2b-256 52f3fba607d803cb081be2d66ea51865492b42872898bd271d9bcc3e1ced4ef3

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp312-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp312-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp312-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a7b08f377ea2663dae10e3045f8d0215f0378ee975096174a8af6381eeb1504
MD5 a037b1ba78b3f74d74ce685f09647bdf
BLAKE2b-256 9c2051d0c31c76bef0f21c11bce0465598d1ea5fdaca22e47a69c29deadeada7

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp312-abi3-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 817af52916ca9987e019ae9c811406835c7f26c590b2a7bcfa9db0e3809f4228
MD5 3e67bd554bf2dc244da840a5a52ebedf
BLAKE2b-256 c82abff8d73841b49f196852edd8460241d3a363e6b0d64c3a9367542658394f

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 557d8deb672f2ad7f445399e3fa0c727a6e11472e19c895ee244cbb8cfd99a66
MD5 521b874ccf5fb0e052e2563c98f66b15
BLAKE2b-256 bcc434aec1f10353eee555687f3196241457b8e8a06da2014a176f5b022e24bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp312-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 218e55c807d49182710ef2ab0336313ba6becccb7e565f4941d23bded09646d4
MD5 e017d1cf10daed34ed8ad2aef69b79d3
BLAKE2b-256 7def8f2ea57791e8df55c5a52e20d415c01032ef5fa3761574268201b7cc2c79

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp312-abi3-macosx_11_0_arm64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 06bcc161c020dc83e9db33b63b01c21815eab2cca3ca876748664bacd319cf9c
MD5 c00d3e6bd84c15860f56951affe754dd
BLAKE2b-256 63d9de68905c24ea6bc1fbed2021b700b9ca27a2b601fb6db43de37132c21407

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp311-cp311-win_amd64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 011e372fb9b169c3bd57f63e03fa1383cee6f1ef47a4932c4ff552f29db281c3
MD5 465452f8a04288e4489fad3b8637e23c
BLAKE2b-256 93e9923843463730aa1add10c26b45110fb6a13a68dfdb48e1cd9e325b04e331

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0fec41a0633af57bcae552d662cfd096c57db685b752d1898087ca484f060e9f
MD5 922d01b0ecbc4f02bfbddd6dfb6bf4cb
BLAKE2b-256 315c2a311cf5bb49575cec99de45887bc76aefa43a0cd3a3f29cb71e92c8100c

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c418fea49b9146d692af40f0b655df68870a032041dd27c0f468d646eda5f8bc
MD5 beb47d4024aaf169d8e47aa304d80765
BLAKE2b-256 1b9ebc4fdd679105d0617ebf6e89036967d3560ab7e4422a22df741b493470b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 9892c39a037bcf0e4ca0da1693f1193ccc2c0f02b899402e88011847980d98f6
MD5 0d0571db7c7a751f3f5f84189bd430c2
BLAKE2b-256 2b9b39dbc81718ea7e7adb6e6326675c065bf0b90f4ebba6dde878a77b792cda

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4e22dd0128bd8b671d19b074201e94d39c8a4580822fc153e593741ef7355ff
MD5 49e5ec4dabed2978f58f67ea951f7746
BLAKE2b-256 f94c720c64fe82121c1b617cc2a63c3a4f9a8a5c32ced22fd448a89644fd675c

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 57d75555e6245e20e2eeaef70abaacb80822790ae4651cea747a0621158053a5
MD5 7a0397df8f5aa6220e2d80f0a1e2dbaf
BLAKE2b-256 73ebfccd0646d28a2d0003625afaa36b9e95fb6b442037d2b49ffc0e4570f7a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp310-cp310-win_amd64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de7807573588d8a74aa5897a07252e882a6e9672ba2ad4afcfeafa136142881c
MD5 600fe27527c1e4d108ce6dd96c632940
BLAKE2b-256 efe4d88df0b0157f16b5feaef513ce99a712a13baa5beb0b514fbf6702440646

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1d0db8594244d4393ff6b4fa1c161eee5e4f79f2b86137547a2e5ad9a4cbf431
MD5 e3e60201d847e73494f946f37f46016c
BLAKE2b-256 aa9cd770a3610bedcfac40ce918cc90f3ba90199cdb322d4c6babdcb690c7cb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7f9500fc9b1b3315d02602382d13ac976aa1466b2332ff05f74810a6d48821cd
MD5 47aa465db80e1507ddbcc7a0c199a4d4
BLAKE2b-256 b6a271eec92ef1a1bc8f993e742f6b1b8d9adfbd0d7396c8549c2473523077e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b17d2480eb2d04d4034669e3bba31527cd1d4900f1f51712cd959f9721bb0beb
MD5 0066a3b7054d720e0ed822a721adbdae
BLAKE2b-256 96ec9e17990a0af9bc6f1621fc07b10868e69040d14fbed5767e8a2eab873836

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cbdadaf5ce64d4c3114b4366a5b685010ffa178f48f8250974e5f1a9b9c81185
MD5 51fd55c0815d42fc5f8b36ddba40f609
BLAKE2b-256 30607e851d0391d3d39acde7620896255eb1dc289a6dec8d0ced9261929328b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d96b1b4d98a8048dd3d5c3ede0949525df5d71d0299e30fa3a8c30e3089137bd
MD5 5bc37a2254d4536589a6748d941e016b
BLAKE2b-256 3662ec13608acc8e895021285a032026607098aae3d789941caf3fae70fbc78d

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp39-cp39-win_amd64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 73e95c9c91603edd7a971bcb3d55006e280f05a95d3639501e3d2ca76af44f6c
MD5 e13dd952734fccd24b1c10e66d013b54
BLAKE2b-256 41d17b4ea96bdf3694588d6f9cbeb24c224e347e0bc3057511aadaed6e6e5e32

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9dc2ec7501593804d03ab9b52cea7eb197c7fbc6c6a64ec1c21e0b9e63aaadb7
MD5 bfc02443e2f4b769e217ae60040595e0
BLAKE2b-256 fec363dfe44ea3c4c0c04b5678e504b9aec15fdbf38192af615d977501a0464d

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7aa51e5534d14c701675c56a33ef6b1071b611f391f687c7d8be5ddceb9f66c7
MD5 36084294a3c611dedfb8ea79cc970f31
BLAKE2b-256 3857306773e2c16316e705fea4cf22c9048858c287cb5572924c54b52c6e3935

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f1d980a9feea0f5056ca2b109642b03e34182981cdad917a8326fc094f261c89
MD5 5ea0b7437d8a2c4c35d2536894f6fd13
BLAKE2b-256 a1fb7ed00246360ef2ea773c621cfdcc17ab6e0838199b4567bcdb15d568c63e

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd85fe5301b015c23baddb3b529ce904c5cca03067a210c9cecbf0e38445331d
MD5 9c2db6bdba2fcf944bc0675526fa8ea9
BLAKE2b-256 d50f3bcbdd464a40d58d0e9e9b302b67dc096fd4448c4bf67c752f381abc2e47

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0755276b60255cebe4bba4f1f3cf1c99dcf596d5cd3b7dfb2302691096856e1c
MD5 29cdb1b4d5f9a521545460e50c79303a
BLAKE2b-256 3da575505cf9892f0cfee6f2948a68ad3d36bb30114d3a2a14b2f30e0d5a806b

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp38-cp38-win_amd64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2373f5c629963bb1c5d1bcf713fe428c834c7aeefdfb849210b538cb2f24567a
MD5 167c2a4ff3f838d4099a9860dd3abcb2
BLAKE2b-256 9f4c76644450f7ab90a8c1adb4fb4cf9bc3dc2ca196a7831be0b0a12e53576c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e7a877256f1245c4de9b442ccf68d2a4b96560d2b6ffcec1275df3da853828b1
MD5 4ba0f10e1e9ed65e3fda921577269896
BLAKE2b-256 b711e9f5fe7d6465e88ef2d66edee1a31575fd2fdc7584160c01e925c7c7f2c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b1ce80d876197ec06e5d1f9ed1ba6ca17acd03afd70ef975824c02deb06b784e
MD5 4cea70ff2467435952e7ad1482f5e7ef
BLAKE2b-256 842541c82c372d27992ab647f7b31c54fb46e78fbeef07914738dfe8ed7ae226

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d25ed14bcaa144bf0d42389eaafd8e96be78313bd8fb3033826293e6432dee7b
MD5 617c7a14d59fefc700717b6a77fa31d6
BLAKE2b-256 94b933ddb3977333e7a769888b6aab81cde0662ffaf8ec8b733cd2fe867d18f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file apache_tvm_ffi-0.1.12-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.12-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f221a377785b63d541b95909bf15cc049620cef91d855255105ff458967f77b3
MD5 cb983e272db16fb497b75d28af2ba3cb
BLAKE2b-256 6270123a679871434be7ccec3eca032c185038008d373772783db8ea106c8f2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.12-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: publish_wheel.yml on apache/tvm-ffi

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page