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.post3.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.post3-cp314-cp314t-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.14tWindows x86-64

apache_tvm_ffi-0.1.13.post3-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.post3-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.post3-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.post3-cp314-cp314-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.14Windows x86-64

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

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

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

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

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

apache_tvm_ffi-0.1.13.post3-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.post3-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.post3-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.post3-cp312-cp312-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.12Windows x86-64

apache_tvm_ffi-0.1.13.post3-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.post3-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.post3-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.post3-cp311-cp311-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.11Windows x86-64

apache_tvm_ffi-0.1.13.post3-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.post3-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.post3-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.post3-cp310-cp310-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.10Windows x86-64

apache_tvm_ffi-0.1.13.post3-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.post3-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.post3-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.post3-cp39-cp39-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.9Windows x86-64

apache_tvm_ffi-0.1.13.post3-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.post3-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.post3-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.post3.tar.gz.

File metadata

  • Download URL: apache_tvm_ffi-0.1.13.post3.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.post3.tar.gz
Algorithm Hash digest
SHA256 b8153f020418df39cd93c3a6beda9d8c9b6e49b4e1b96de26ea6889c32347a00
MD5 f85b65cd4917524471c7cde1b0c40fa1
BLAKE2b-256 1414caee1214caea4b631aa98000fda0c3d2b9ed066505dfd36044d3b9c6901a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 7727fd0370b634b4d69c255e11aa0361bc120020940012a084d0c825fa705784
MD5 383ace0b5b7f93b282c2d99586c32107
BLAKE2b-256 1fccaa15c41430689a4cc05374a90e7dcfc6e8dc3da4e71e047a5abe48a060e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post3-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.post3-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.post3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c2d629b592e352a46a5ebffbe43c9e1ce509cf10940f1c750d70d29aa7452888
MD5 da7e7b4e2a9a76eea841c590cc1422b4
BLAKE2b-256 10df242fae88ef55ee88fe96c90ad7737823d213b3af03c252e90cc090d66ee1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 341799f61c9e37f63ca283e39ddf5a952d09b1c7e22a60f32510666cd20677f5
MD5 96f3e667e272ff8f02d940277479a4e1
BLAKE2b-256 81d77580877bcb8e8ed9cdc18928244acc3420574afd83ed00a2fd528c800613

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6fee5dcfa6fd7a4d62311b41ccb5946e3ef9d9939ead875d2e192da8763f819
MD5 b8d808c93c858114f847ed1b5449ef74
BLAKE2b-256 3de081b24dff4eb4523258dada40e9bc4d086d86f6ce286bb9460c8f3faae4e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 33a6b9f308870dd9b6405111319bbe22b9ba774037c5867e110b03409cc317df
MD5 b9fcf91e2191ab8f90334e3fe4f4ed38
BLAKE2b-256 9b43087ef2f1264a9259bac17bb37f3ce5d939a66d98d3e5c4c438250d089ce7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 32c7b40994ecd7b5670a42ff723f31e018ffe7e0cea2e67f2eaed6a86615b9dd
MD5 21635e8dc7f86a1871f3ee711310faf2
BLAKE2b-256 99328c42af8ec6f473cbf682df142fda34e28d54a2fe72b53d31869fdc1a690f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d07bd9d7c1b78f3ffd321afef400e9959cf3254db3be5fcb9a2f736180903ba8
MD5 10d4e060d197a2761efbad41865b0b9c
BLAKE2b-256 198373a1aea7c347bd24211c4410b581b6d4b52b589718abbc96df600704a65a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8047715bce35b2a8a75d278d9a48aeec58f461f99f5a8fa57bd32b9589f23cc6
MD5 39ffc2b296b5d7ead3233838adbc4e0f
BLAKE2b-256 3b6c9e882b814a5d73a5b62f1edf1d852879d4f8aefc09ffd84cf6b670a19da6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 701b85a1c14abed1cc92da8e7b76d0e4ff13802e1363b4f5111813ec1da04c12
MD5 42540ee01cf61592449a72f5922a91f0
BLAKE2b-256 3be0f0a0a9dbbd4616456cecf9904318dcb0943cc55205c61e5971bcf05f88f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post3-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.post3-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.post3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 db3b8c3d18dae01c6962d7052b335ff77e97b309263c49ec92aea25836fa4b97
MD5 c2516776acb15979bc663b92acf256ba
BLAKE2b-256 73d7c4c783ee435a03e2afb5744b6deb99d98ade203ee91c04f81ad7bdb51de1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7382278abb5622f271d50e97ad7ffbb2970fd0cb836be4f7095fbcb116941582
MD5 1cec84d47e5eaa44b3ac1139fcc5df5f
BLAKE2b-256 e05eb6c248b0fc142dc19ed4e44e8a11e1c8e991d7854bc707ec8e40b9482103

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bffbcc229f25668eceab522706acf7085d665c246e92ef8f5e4508d4d07feffd
MD5 fc2dd5bf42aa8c52c952a8d26dad5d32
BLAKE2b-256 274aff1ae8fcb47df105a53751c3752f50841b8842af553d431365c69d047477

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 295900a3bf111f133be5dff9f4d92d943f01e5e4ce3da6234f02d0e51a8cf14d
MD5 c5b2d997abb20545ad6672ddca94b9c4
BLAKE2b-256 154693b2bb04e7f2761dbcc590eda5031a3543936e659cb5bbd04bbfefab2577

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post3-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.post3-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.post3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 edaca70656f87831c3b4989169b1d85fe563ccd6d2e2cadc1f4f5880e1295f7a
MD5 471b55f63a5f56aa6861b10fdad88f1d
BLAKE2b-256 bc590a79fd19f2186ace946204e0c8ff92148d3ca3fb1c92bf75b9ce5945c795

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c108c26935a609b636bb1a53df6d7c53ab776550ad04f17d6dcb35e883112f78
MD5 b356339e655baeea9bed24dfafd4646a
BLAKE2b-256 a6c4db872a3d3ff7ba718cc76b8076b4dfd80eb5b6a36ff5b131aca443754e66

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4853ab8283ea15a094887ad561115454a47ae2d9ac776c0570f3771b9a51e65
MD5 3d68a21b21c7eace22efad0b80cc6904
BLAKE2b-256 572a45d790a1a0d3c660a7a02d4cffb3defba29cf76c5d74f4e1d8547cfb59e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5d48a04a3ebc8463b0c34d8c0eba7eef23b188171fd00fef12f09d12f89d59e1
MD5 fd5e0febb43702ff8a5576146957ab42
BLAKE2b-256 b7f9791f3db1e2802d742924a34ac29fded6c08650138a777675bfa3996c4ab0

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post3-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.post3-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.post3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b2c9be6c2422423d11e0e9ba2883f8fb35ae5d568d329b3cf5df5fee2b64d19f
MD5 9949995d5da2ac2f6a01143428865ab7
BLAKE2b-256 dff35ef87404d8ae94d40861fdb82632dcbd8a8172791909033122d104a0328c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a624852616364a67b16ff90509a1025128aee29e84a15279956b8f7c524ac837
MD5 bd5d32708fb59d8014069d1e6bbf034c
BLAKE2b-256 23bdd1d9de3a32decb4c39c6c3d54522dfc2febcdc7d12664e0f2bb4c79cba83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f571b636af7ce906200dbd31402762eceff099013de17963a4a2d2ae9b05e400
MD5 888fd212a8adb61690c59928007238f4
BLAKE2b-256 468eb966e7f1e5844cbe56d49627a426ead3cc0af81ee9fa6c65619f551340f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 42c4d438f19f7d946ff04e1626066c9d04e7625dfd2761a2df0145bc6ecf3c38
MD5 0a58a43adf839938e6948a2fadd3d867
BLAKE2b-256 afe0c2b944d0425b6766f94b13f4aa2ae885a580ed3ed4c221b0d66420043e44

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post3-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.post3-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.post3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fbbab8aa62ba0afe996197267c3d7ff999c0747ba479b636589e52baf754f79e
MD5 e563e6a5f57d32594edbf831f28e36b1
BLAKE2b-256 e326938eba65e15417e422a6c0ce18d418b46bb01c69023abf82cdd810ee16b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5f63a19af2728b974a0b808fc71f4376896301969b2510258c991fa1f0c30d19
MD5 7dfee7701f79c98693d4a305110b9ea3
BLAKE2b-256 ffd50e2b2d24f0af738ac4d5be63bb7de8f1a58ab736a46cecbdaee13933fefc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 06431d9139c20e9e5654b8929a34d92ea63a6fb4ada1bee6612f2bafb77e7054
MD5 ea96cdbf44a3173e04374edbdc779172
BLAKE2b-256 27fa2f5391b4af4c766a76cb970e52c6ad8232cadf306c1dff178cce3e5c0979

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 753ddb3d11390126c0a049d328e239664979268a41843542e21ae4efd24090c8
MD5 b1d3c95b3e6f5a633928c85d265f2e60
BLAKE2b-256 579ecf311d4f86f0c698b6016212d3214c2d5c77f6720d669653ae20301c1bd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13.post3-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.post3-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.post3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ad3dd40cb94d225040ae7534717927b91a1dfe3d12a99e8ee983f22f896e17d9
MD5 c7b285297d357b95b5c2ff69854a4a30
BLAKE2b-256 e0493a6bd6af43df9be9d3c3b051ee82ad8e1fa58f17508240c46613eeba4fd1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d56b55ef204351238374b00a5538e0178082928a7696a6fd82afd6ccd034a3b4
MD5 70b4640a0d76a2fd65c8a1d544f9a365
BLAKE2b-256 dd2fcd6980facd66e573a28183b665130e45d38ff448b14bd5c8a9abedf3dcc0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13.post3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c55700790af0db289ad4eff32a9cb22d30787074a629eb8942f45aa832076a89
MD5 50cfe32192cf7e4642871fa2ee552b3b
BLAKE2b-256 f3822bc8a1233c38cb3982aead490d7408f1aca7572e66ef9b35bb182776f904

See more details on using hashes here.

Provenance

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