Skip to main content

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

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.13.post2.tar.gz (3.0 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.13.post2-cp314-cp314t-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.14tWindows x86-64

apache_tvm_ffi-0.1.13.post2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.0 MB view details)

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

apache_tvm_ffi-0.1.13.post2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.8 MB view details)

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

apache_tvm_ffi-0.1.13.post2-cp314-cp314t-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

apache_tvm_ffi-0.1.13.post2-cp313-cp313-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.13Windows x86-64

apache_tvm_ffi-0.1.13.post2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.0 MB view details)

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

apache_tvm_ffi-0.1.13.post2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.8 MB view details)

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

apache_tvm_ffi-0.1.13.post2-cp313-cp313-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

apache_tvm_ffi-0.1.13.post2-cp312-cp312-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.12Windows x86-64

apache_tvm_ffi-0.1.13.post2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.0 MB view details)

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

apache_tvm_ffi-0.1.13.post2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.8 MB view details)

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

apache_tvm_ffi-0.1.13.post2-cp312-cp312-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

apache_tvm_ffi-0.1.13.post2-cp311-cp311-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.11Windows x86-64

apache_tvm_ffi-0.1.13.post2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.0 MB view details)

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

apache_tvm_ffi-0.1.13.post2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.8 MB view details)

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

apache_tvm_ffi-0.1.13.post2-cp311-cp311-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

apache_tvm_ffi-0.1.13.post2-cp310-cp310-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.10Windows x86-64

apache_tvm_ffi-0.1.13.post2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.0 MB view details)

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

apache_tvm_ffi-0.1.13.post2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.8 MB view details)

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

apache_tvm_ffi-0.1.13.post2-cp310-cp310-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

apache_tvm_ffi-0.1.13.post2-cp39-cp39-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.9Windows x86-64

apache_tvm_ffi-0.1.13.post2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.0 MB view details)

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

apache_tvm_ffi-0.1.13.post2-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.8 MB view details)

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

apache_tvm_ffi-0.1.13.post2-cp39-cp39-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file apache_tvm_ffi-0.1.13.post2.tar.gz.

File metadata

  • Download URL: apache_tvm_ffi-0.1.13.post2.tar.gz
  • Upload date:
  • Size: 3.0 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.13.post2.tar.gz
Algorithm Hash digest
SHA256 7da4ede2392527c122afd36ac717d9a267627901881a38f5d66d214ff68f482e
MD5 e2153d77b3c0aa8a720ff8cf36eb882c
BLAKE2b-256 37dae9eb9fb70667db3d1ab5499ae29abd496c480f2081dbcdf377aa612c9655

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2.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.13.post2-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 93bdb9ca4e85c88b4a5c9a944d353bd7aaec49d7d2779b110137f2a4543ae033
MD5 ab7fd21a5dfd7c58989ef01271324519
BLAKE2b-256 505ba05bfcb4a0dbd9472d8a0edc30cba59dad3021c2b9de318c079b00a1e7fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-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.13.post2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2587cf82d54d9e376ae9368b1ef3403f8e23c8270fa8819d46358ff5923754f1
MD5 7dea0d19831b38374c96b03e1ed94655
BLAKE2b-256 db69762d3ee8bef765c8f34a0ce8d3d7bd4e15928f05df2d07c07c5e6459a7a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-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.13.post2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 057c431d56bfd172ed6795247cb25c144d0e49d8e4b03840055d85e7b662b0e9
MD5 37c45f678878a7a5be5380275cc5aff0
BLAKE2b-256 04cf1aa6c1978195b1d758e5ee4a7886984405398cb4e60ba92d963b6e2a0180

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-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.13.post2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0873badc25ec37d0d5b9ad00d95d63476cf2ef95069ec3406ef8c39552aaf3b2
MD5 dea794e1d132d90004d37d2af37c9195
BLAKE2b-256 23cf340cef595bb42787a10aa4c1b8aa7c5f36994c5bd34261254347efe4445e

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-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.13.post2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6e0df6627ca2652abd175b6da1e4b60877684e67295419287a04ff0ddfb95372
MD5 a0b0406d492d7cecc4bcfc9e1a512e2a
BLAKE2b-256 5fec96c36eca550860c630b7307cfd9d13cfb5024d8e2b5d049edff4f1b5d740

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-cp313-cp313-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.13.post2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0284905d97aa5f92a42de2ad61faa7e3c19679d1a0e47caaa3abbe368b0ba303
MD5 ea0ed2335735433586e4866097d49a06
BLAKE2b-256 adce9a079a9e3afcc9b12b1a4d3280506f5664fdacb22265379cd32e0287409a

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-cp313-cp313-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.13.post2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c00d083b55d7fcb5b50683ff5c464fe224d1611d93cd5a6218251caa8c605f23
MD5 21593b0237891552d17073a107f84454
BLAKE2b-256 4b829ce12c479000cef4d14de80323f425331e52bd18ae046ed203e3aeb01462

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-cp313-cp313-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.13.post2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 552ff0d059ae20b969d2c96a28e6a0e3e810123cb41f6d81673fc3cdb12c9a40
MD5 79ebbbfccda91ea490c4fab1a30bebd2
BLAKE2b-256 3f3d3edd706908c39304be13286ac3416d65fdbe6010688bfea72a2f292b8088

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-cp313-cp313-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.13.post2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0e77c79fe84f6221e58e5b820fffd7dc711c5636ff84b828f8977d821a0ef9d6
MD5 a567a36480617876bb9c56cc54cdac5b
BLAKE2b-256 b9f6f5c702128dff5aea371315d13d245ae583580a2d0e7f93865cb2a2132fa3

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-cp312-cp312-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.13.post2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4a18d1cb67585952bc9502da6ee428f4c75934c8d3d7c0d03cdd59b82202f2e9
MD5 f097ddf1e6c3a40285219226c59b0733
BLAKE2b-256 0afe0c7927bd088d91f780118175753516a3ae763fd2a3fdc742f6ce14b23753

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-cp312-cp312-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.13.post2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d7f350f14a946ee572b1087f8916a57a20d0c3105f94aafdd600b5f61cdd2905
MD5 1933ffc747d0e2f72541f322dce3f007
BLAKE2b-256 b33906197cdc55cea1fc375f5290237142996bb5c85725785bf37bffc1513012

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-cp312-cp312-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.13.post2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db4486a73d8131b12c3ac7160d8f5aa7be5408a84f64425ab603078e1bd7b8d0
MD5 b05a2a9dd69bd1bb5a633b4ac2d51c0b
BLAKE2b-256 4d43ce22b80c060540a26201121909a5dfafb30b3c74c243b2e8760ec0b7ab72

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-cp312-cp312-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.13.post2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e581c54e29e96b79facbacd6b3bd3a992f6056b43c95a0bfd3551326db09f9ab
MD5 8edbc6401c0e4f61b8f03c7ebee43e74
BLAKE2b-256 53c75010f226445d80717cae747476a9302dac4967a4274b2ddf5b99f5166115

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-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.13.post2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 38dfd42b3af5e23baf95aa5054eca3e23f183b09fa3394b56a5597317fa1fec4
MD5 f933898117023b0b28bc6eba272a9e32
BLAKE2b-256 8472816b14b5c6a21a27deab9d8d2c291b1ea397b2cbc7470111e1be1600824f

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-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.13.post2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6146e0adeef8e10679c3cde3efb2062c4fd00601bbd8b4e1c20c63d73e505b6e
MD5 0f3bbfb947cf11db59b7144e9eed0036
BLAKE2b-256 d778f88894a043334acaac3b0aa6401595b3d39f80dbd1c3639288ec70fe0541

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-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.13.post2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba333bf376883f8feb6ae1adca24ab65b2b8cd68c11be23085510f4707c1471e
MD5 9736160f365c6f3d7dac02090c38130c
BLAKE2b-256 869624f2f4b4285cbb878b567d1917b1104e95b0690d2d80b20e9f9552db6edd

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-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.13.post2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1b604ca681a1381f96639cff53d94861e9e4949b52e6f3b3f3252aa28c5b0a60
MD5 77a18b1dba8f0ef7f352b00e4b875ccf
BLAKE2b-256 921fee103bc32ea9c019ba5e4496d21213d172d93853f784e87f31b30a658236

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-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.13.post2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 36e27c8c8b38ac061638896cc593e2328a2c04441c28ec51aa5cdf451279d5fd
MD5 03152c120c17d28d6c449b8809128b11
BLAKE2b-256 9a62c33b782c699832c3c3e8a592254fb5b123fc9cd8b5f25479a863b6fcf11d

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-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.13.post2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d6f77e8c601319a0d43410939212c46e338628b74f133ac298f0e807a13d5021
MD5 1822c51bb12c710040baa8274d15e0b4
BLAKE2b-256 e4f913a436ab84068749c0489d6b907d3fb5f2978eeba38a376e9dfc2f985480

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-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.13.post2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f5ceb6fb6122078281ac68c8d59fdcab9575b1cbc0773fd03af31957a46ddc25
MD5 54da0f17262d8d6bbe09cfca428caf09
BLAKE2b-256 af78f7efbe8687bdda6f8b6da1569728604a9304fd943def6bd0a306398e7698

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-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.13.post2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 619a20d7cbe31b0c14f0d474ff5f54d5c1349c3ccfb4133fadc96d6f545d89bb
MD5 706c6dc4079b7083f8408c50b15d966a
BLAKE2b-256 d0f1eaf2a569a03af3512fbce84ebebd5eb5fbc343f6e77d1b97383427f7a992

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-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.13.post2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f6cf7875dab8d77f9e4d46cbf446c0d0e2f35fd8a634ab35fbdc50254d279237
MD5 c3bd66549fe980dc8659a3041ae101ce
BLAKE2b-256 00553ecd3d69704fe8bd7429677db14e53566acb037d166de39855a03bdecac8

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-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.13.post2-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 41db1e7b7db0f0d74728e58a867f29fe747cc6eb7b4d3a28ea2cc70b6afd8582
MD5 dda04b990eea0c081717f6447159fc47
BLAKE2b-256 9c96d5a57e7c81a6653c654dcd6fcc307ba4f8f170b12ac6772fd86f37077942

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-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.13.post2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee176022d4fdbd2acc7a42c3ed604783f79999178967f9061887783bd2057a01
MD5 2346eccafe2eedb7400bacce01571787
BLAKE2b-256 94e683b6ada3cb9bcd865cd81c9cd9bd9c8592466492bd0f65a1ac39dc166c0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post2-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.

Supported by

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