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

Uploaded CPython 3.14tWindows x86-64

apache_tvm_ffi-0.1.13rc2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.9 MB view details)

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

apache_tvm_ffi-0.1.13rc2-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.13rc2-cp314-cp314t-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

apache_tvm_ffi-0.1.13rc2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.9 MB view details)

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

apache_tvm_ffi-0.1.13rc2-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.13rc2-cp313-cp313-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

apache_tvm_ffi-0.1.13rc2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.9 MB view details)

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

apache_tvm_ffi-0.1.13rc2-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.13rc2-cp312-cp312-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

apache_tvm_ffi-0.1.13rc2-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.13rc2-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.13rc2-cp311-cp311-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

apache_tvm_ffi-0.1.13rc2-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.13rc2-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.13rc2-cp310-cp310-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

File metadata

  • Download URL: apache_tvm_ffi-0.1.13rc2.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.13rc2.tar.gz
Algorithm Hash digest
SHA256 11708588b04395d12bf3e4b92e66e400695074ef13e824d05aaf19a63a841f84
MD5 c3bacc796910f53ff0410c6d86db77ad
BLAKE2b-256 fe5f78d7f4768f5075c491699d802030cbbcea23dfa54df6a48da11c26555fb5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 4ebabc9f07ab86b756024ef4b25eab010ba54c2b456cad26eb6a8652dc6f88d5
MD5 cb661e5f4ddcd837bf7c35f7e2f0e4bc
BLAKE2b-256 73f39706d399693211d25f4f099a763743d6d7f7ef34544aadb1281fc1d50fa3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e6b36e825a5d9e76f1dd0c58e192ab05c0ac6a62d1e0a9d4abc9abc245b5f890
MD5 addbe660c726fbd5ed5baea8a79129b2
BLAKE2b-256 03bbd9f006e58be4e50f3a9bda08b87f1be0655bf06049dd67c66e09f9f21822

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a152efdccae43a970d1a367dde7571d667077c8a90ff07bfa5db8478cb41098
MD5 111760c92df1f86762351a32b097c42e
BLAKE2b-256 26ad45673c899e98b96da3e766a81631bea97686a385fa97d1e72398555be2ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 573415ea0b2b151cbaff838e209fc93c835b3297eb17a975a1bffc1cd95f4667
MD5 edcacedd302525e567a9c5cf55aeacfc
BLAKE2b-256 6eb3aac83bb8af4457066bd329915f6f0414c17940b7ccfdd219ed2194274f7e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 55bc7b533fe18dcccc26eb82cf4c3d2ab3ab6ea76549f3b4b03d67f010bba13e
MD5 2efc780b96789808549dc58e04f77fb0
BLAKE2b-256 c72699028fc6886c82d5c569764bd592e459d6a0b499abaf41e5b74f14d30331

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cf012b3c9ce3106bea84ab3aefa726000e1f813bfa35abfea23da98472576b5e
MD5 ecc41a7552075655fdc26492db73021d
BLAKE2b-256 0916581563ae93086e4c3c630d703243bfe97fc8c92885e96e804ac6e839b96e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 73007d0b27c19bc46813d397c8de0f13487a91bf09ef2fe7b91b79679d25bb44
MD5 6121a3f441947894495b3f5041c97fea
BLAKE2b-256 5f115f476e79194b6a295da3588db2ef5e9566a1e7850ba226a9db1c6300bca7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3bf5b47062b6923e3fa5c03eed6d6ef3466562bf8185d9407caa307c96228101
MD5 4260a09729b14755f9dcf5645520c58b
BLAKE2b-256 40f7394faa209a9fbdab26bd23eff933b660699aa8740ec53888eaed9860fa37

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e5687d63e0c8322771b99787b8791d681aa96357f464fbce48db9d573d50b90c
MD5 8f894a247681e987532abd118958d4f0
BLAKE2b-256 cec701be3ca54984f8a91c06ec9347abc86fde080c192630643d863de9d4d9a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c76953897a2e8760d7ec2ceaa0911829673a4b838bd0400ac16e46c50ff9dfe1
MD5 99fb769d036919f90a2396d7c19590e7
BLAKE2b-256 b1e9f2fd670e09cf79b4b6d5e34d0be50b29357c08c10f9812d4886e3874dd52

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2bfc13147d319632e11ea8ae601bee52445b8d8ac98ff6946b27d4d1ad01ac9d
MD5 801c9586588bbfebfec760d525e9a085
BLAKE2b-256 156997f0b2e960d01e5aa6fb9a63ef28015856b08cba8c07b3e744c7b0fbcf9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ea4d24ebabb8af9edf362c950bc83504b3f20759ab58d0881b2e3ff4404bf3a8
MD5 8028622b1f84359d43ad411da546386d
BLAKE2b-256 94fec501203e418866a22e1ec5a15341dc3c6d1b7fbee36c7399188fa0c1d8fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 91592d42d033560accf0cf3c0d0b10758e99abdfe7057700981e6ff1352db525
MD5 b5282c6e36423971ff195da20e57198f
BLAKE2b-256 014f9d966ab2b1bc49c1258a4b1d29636639c1639cde05e48896553420d17d20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 26794bda8022dc74f6068ede4a3d9f64a6047f9667df6256bee4c58e7d4225c3
MD5 e7ae5ab24e469140eff9c0cc72902d7e
BLAKE2b-256 2cac86886bdc3bae64d6b45f86f9bb53fe6ea85734fb2cf99235f2b750c45014

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a8ff5fedf6750a8df1e1daecadaaafce1b92b6a931d1cb8f50fd7a1a0da2c232
MD5 55e57ae56cfd5f85551f5db3250d2381
BLAKE2b-256 aa1ba69331c979500ccec9b571285c6ac7adf543efd0226ff2aac620e26a5c03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0aefb14b2a1f017a79b2fe302da02ec27866fbb6e81c2d3314e10f4237fbb2db
MD5 141de902b5b22792eeccf5a0ccdc6d2c
BLAKE2b-256 71fb9a9871eefc5e63fcc0cb6d0874afbaeb7b1761d3041a8db890aa30a38fa3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 04d5ba08645e1cf48dc69752058dc6f4bb0e89b0ef6a233977e6de7e260b441e
MD5 db526aa12e6cf5c6defb591a78a743ed
BLAKE2b-256 aafa2ba2c767b2fd0071ee37580d37e947f5b096656b5103acf3d7816ff1399d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8383c22bf76342658b288b2288db6f76de943f6eecd9a4078e7375025944d762
MD5 2f9abad4601ecb27d7eb07faa5a43d67
BLAKE2b-256 ef691ca8a6dc85a2654a38e1f076ade28c8030ce9c066b020fa5a77f06bc7e43

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7b5e65a8dd15b6194ba73f5a18dd61b5aaec81c79da65cdaa98e2336f9a991be
MD5 9aa6dc15574f01ad9bcbd6db323e6b7b
BLAKE2b-256 8c219351f091ec64af03501b5b3a01f7aec5b7da27a1efce0973963afa8b7335

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a6de7664f25f9d865ed59a18a48c19ce4f77ef8c48f7353bdc9bb1afed6f0a5
MD5 409e9cdca217b6a31a51835db92412a6
BLAKE2b-256 33fd60ec9be3f67630c826c37e9c95a057ed9c5803d604d10d65d35eb04308dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b867a3f35fbbdb7c7297e6ebd6eab29b315e727888e9f2d02b4e166513a07e8a
MD5 f8b7ca8da5e07342ef8fe4aa1c18ec71
BLAKE2b-256 45af4bb1b06d746c58da9491216b3eb8539729e52285036275f85b8cd3c33517

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8a929547be2913237b45dfb9e0d004f27a78cf911edb66ab4a7db0eaecc51909
MD5 3fb39ea4c4f10dd80c0bf7468be2d25a
BLAKE2b-256 05f09246ac02f205d4047bd8e0aa5a740329b69513c2a041f9e6c6045ab57d55

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 143b3f6b7ca41c29a5caaf371c8c87b515ac00b1aa6d750583b334d73109631c
MD5 ed3c9125e6180cbef6062a0362c0625f
BLAKE2b-256 b8458799c4a4e169c7df950509fcc0470ea3a4ecd93cfa03411d45c60f70849e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e26ab083f272f6a564ff219ce14c542cf81eaa05c9de72a8ce711d74028b4a80
MD5 ea71b5cd50995cd34b2a7bda0d1b3829
BLAKE2b-256 65d4a2fcde5dd8e02bb85cef9759002d0ecf605ea665d294d8c10ff8bd629fef

See more details on using hashes here.

Provenance

The following attestation bundles were made for apache_tvm_ffi-0.1.13rc2-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 Pingdom Monitoring Sentry Error logging StatusPage Status page