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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

File metadata

  • Download URL: apache_tvm_ffi-0.1.13rc1.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.13rc1.tar.gz
Algorithm Hash digest
SHA256 bbece765876cabc0a18396dc72c8c085a30c4c637cf057a2c6402ddb64de58aa
MD5 6fd12f98c14d3da4bcf0e2d40dc3e31e
BLAKE2b-256 8a22e0ac7942f6f442886f4f4b8a2a7196407309267566b2fe377c44f7ae881f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 4f33e0845e69139e7e3ac80ad1fced4284bb809b84418236df6bd81b37f08c9f
MD5 bfc9704514bdcaf41bcf09a3af953b1d
BLAKE2b-256 04c89fc1723908f49ce3c49f64115bfac2996f5fbc15cef3bbd27e90a194e2ff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9bce41c6085a4e7a8747b6aacc440d9f8ba40b80659c4d4f9832616fe65bbf94
MD5 64f9d78c6688c5dff0076026399290fc
BLAKE2b-256 96344d2e4d5e6d8f5db3d0f8c60046f95046723c4b6039f984f43c9c814f1ea1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 10758a4587036073a338947e5d785e8e1514bd5502ee2a45954963620bdc3060
MD5 1caec9350bc2197bd6ab79a633bb824f
BLAKE2b-256 180ca7eeddeac27f975f4edaaf2c58ca28a45a2d2ada790b9c168f118bb04b3e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5289ebf232b4e4358f862440502daed14204b9b9ad5279b9de67f70dcd9c92b6
MD5 e69b2f489583cfaa13fa1e8184877486
BLAKE2b-256 2080e0cd88cdefccebb8c08089722ff5160c1539d2b8b7fcb9c9c8cf96fca7f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ea489ca000bd405262a286b9b4cd7591368404f196e7285ff3fe6a66dfea2075
MD5 3a213c54e74ee1f1bdefd3e44698a7d2
BLAKE2b-256 36b7672834ffa06188b3742035aa7c252565d5162b040a9e77e3b008d45cac3a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3fb316645028d341c83587f6469779cbb2d5164168b7f0e05ffbe60146d220db
MD5 5c9ce2d02f30058943f45a09f357bf04
BLAKE2b-256 295330da1e84d3ee97fc297a7d5768a44c531c00d6ef0b2daa9a59b339e0944b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 14c3be7ff5e012538eeecfe9c6bc54093f9f98bb8bcb9ab4f88302cd2a20c018
MD5 edc21ed6c348e8df4a414346907eee02
BLAKE2b-256 6b0bdb5080a94fc338ef2c0088c7da401362587f85d1ad274d8cd0f566b267b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cacd5723ebe03023fb3bed9333f9a3bbb480245af3bc5fe35ecdb939d283dfb0
MD5 6fffc532b129ac1a89cf99637a484900
BLAKE2b-256 6865248f50d08663432f9fa704a6a1ee22361631b7a90eb1c9ece9ee987b851b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 be95d1c82bf42b656bb1299cdeb5b1bec9ad40d3be764663927351960c52d4a8
MD5 d0e0ac352fd17f5796253fb1f41ed2b4
BLAKE2b-256 9b4580137eb43c5787e58f749c19f195850e89db666369fe56c969d97e4ed9a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b965b8b35e10ba42e6ff3ce9f5db8c314c045c9f9fe6f5763f8c242ff6a66a57
MD5 72a1eed544ce0acb18a1d5cf3f90c5be
BLAKE2b-256 ba3292ff78860328ce525f233eab908d1670926eee52ed60479dc632afbbda8d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 33fa833757f45dd394a86ce6a5695311b6246fe59deec3e5bf595ed0fba44af7
MD5 0c9f2298b10b9d73c323a2f9c65a7854
BLAKE2b-256 33696c50610effe897fded3fdb3935448f0044ed09c0286521bd694238dc8b22

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db3348e86381322fa07594cb4231cafe87b1a02252a25ea770c8835be25faf6c
MD5 619760d5a949bb976dafee52b35fa568
BLAKE2b-256 c91e766eb57434aeae71e60f72020e3abc8394df5255ca63a97ac702d17511fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 504760fb88ad322095ad8eaaa8d3678328bf84fc408c046ca82b7efee5fc0960
MD5 4efd94e530eba49f225ad46557f83ea4
BLAKE2b-256 bcb5cb7c52e57f1ed7e48d11748fe2de6c27e894233a4814a3ed46e850c1e5dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 71b2db2513fa2a7378c6bf060669827e39498e6e0c5e06401856de855d004590
MD5 74e63100f32ac6835eb0ed9af1656eb8
BLAKE2b-256 146698c6fa9a0561c2853bbfd24cb6ed62df1e03fe427ee2baf17e9fed889191

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7ba0466376ee16dff2a99ecfb11730b5bdb43c04ec4ae174edfad64a2332ddfc
MD5 ae47576545223d55dce8d488102593ee
BLAKE2b-256 1e5ce2f30d20ed41dcb2a91389dcdb35260d34edf8a4ec5f8784e65536aa99b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 17c12284326a73910ed0b3251a3e262361a3576875ed25a939acddbf811ad18b
MD5 204ed16c9241a074ae2f0f5e0900e064
BLAKE2b-256 3402b7be573ea222cfa1ddd4e42b3e5f78b1afaac284a8d48eeaa5226bdd2441

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d581b67efac831d45e600aca8ac5837ad988cbbc833ed929621bf5a7811a498a
MD5 e37cd7dc15bfd2da5858127588d6480d
BLAKE2b-256 cb2c9b0fd6e71b7104a1f8793394a2e11de98425b667a30b8b3505ad36317879

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 347719618f1ed1852169e3fcbb135396eb0060377ceb236bc6dd6f8cf0f8f576
MD5 041e8eecd017650c934510686cf7c8c2
BLAKE2b-256 9f81f8e672c459090d142cdd986ad6f2feac18dd45790fa69d8c5d4cfdf1e340

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c67a20065dd450a959931eef4446a6906910337135a179ee07e1e7c0293a07cd
MD5 b36e0c559b15fa199a945daea6627d47
BLAKE2b-256 e4eaa9062041091133064ed2fc0387ef1e88012ad205831fabd11fb4fe12fe1f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 22bdf24dfbc3eae1260eb9bfd26e370c2e831880b28fff9ebbb99e294c4847c1
MD5 060d84b5bfa15e3e0872be718c56dfa7
BLAKE2b-256 0dc38c911d85345391ed32d716e6e35529c3554e5600c6d157b5c1daeaf0c5f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f6d2e9617adf50a95c304dd3b82495683126331a057408119d47180455673f13
MD5 30f798d9c55a6767eb57cdb037d77e86
BLAKE2b-256 4ad24ede868704c597e585e524723a6996b29952635f4d2fe1a71aac5f3639d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2075db030eb789f7095ec2876d3eb00d38953636afd732271e5a819260a88cf1
MD5 169216cdb1bf1490b93e2eada8324b13
BLAKE2b-256 a2986fab40a142d2cea9e3f1464079e0d7b6ab13e0cd29755e97f9be4be6765c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9cf171dbe674d6898700b545891832206ee400b95c2019f58c12d541853a7adb
MD5 b120e476ef698c89e3631852090a1f34
BLAKE2b-256 c37fc41cc181af4380bf8c6ed4001e9b2d0419e5758f3a8256276d0ba93d8c32

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for apache_tvm_ffi-0.1.13rc1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07b90fecfbd7c2d0a3394aeecdeb7d70e5c7529537586bd528384fcf77dda40b
MD5 465f164d962c327dbc1c7445f53bb4fd
BLAKE2b-256 c01205be8b2c4893212371afac1ae32a04b61e81d51c8ce096e79dbbbc0bc2ca

See more details on using hashes here.

Provenance

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