Skip to main content

CPUTorch

CPUTorch is a lightweight tensor and neural-network framework built from scratch, with a C++ numerical core, Python API, CPU execution, and Vulkan compute support.

The project is designed as a general-purpose computational foundation for machine learning and artificial intelligence systems.

Author

Frandika Imam Arifin

Repository

https://github.com/Mangono1/minitorch

Architecture

  • C++ numerical core
  • Python API
  • CPU backend
  • Vulkan compute backend
  • Automatic differentiation
  • Tensor operations
  • Neural-network modules
  • Optimizers
  • Hardware profiling
  • Hardware-aware execution
  • Adaptive execution architecture

Current Version

CPUTorch V0.5.5

V0.5.5

Current development includes:

  • Tensor engine
  • requires_grad
  • Computational graph infrastructure
  • Automatic differentiation infrastructure
  • Neural-network modules
  • Linear layers
  • ReLU
  • Sequential models
  • MSE loss
  • SGD optimizer
  • Hardware profiler
  • CPU backend
  • Vulkan compute infrastructure
  • Vulkan buffer management
  • Vulkan compute pipeline
  • Vector arithmetic backend operations
  • Scalar multiplication operation
  • Python package
  • PyPI distribution
  • Multi-platform wheel build automation

Installation

Install the released package directly from PyPI:

python -m pip install cputorch

Or install a specific version:

python -m pip install cputorch==0.5.5

Quick Example

import cputorch

x = cputorch.Tensor(
    [1.0, 2.0, 3.0, 4.0],
    [2, 2],
    requires_grad=True
)

y = x.multiply_scalar(2.0)

print(y.data)

Design Philosophy

CPUTorch is intended to remain a general computational framework.

It is not tied to a specific domain or dataset.

It can serve as a foundation for:

  • Machine learning
  • Deep learning
  • Computer vision
  • Scientific computing
  • Robotics
  • Simulation
  • Reinforcement learning
  • Custom AI systems
  • Domain-specific AI frameworks

Higher-level frameworks and models can use CPUTorch as their computational backend.

Roadmap

  • V0.1 Tensor core
  • V0.2 Automatic differentiation
  • V0.3 Neural-network modules
  • V0.4 Optimizers
  • V0.5 Hardware profiler
  • V0.5.x Vulkan compute development
  • V0.6 Expanded Vulkan backend
  • V0.7 GPU watchdog and adaptive scheduler
  • V0.8 Transformer architecture
  • V0.9 Tokenizer and language-model infrastructure
  • V1.0 General training engine

License

MIT License.

Download files

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

Source Distribution

cputorch-0.5.7.tar.gz (28.7 kB view details)

Uploaded Source

Built Distributions

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

cputorch-0.5.7-cp315-cp315t-win_amd64.whl (230.2 kB view details)

Uploaded CPython 3.15tWindows x86-64

cputorch-0.5.7-cp315-cp315t-win32.whl (227.7 kB view details)

Uploaded CPython 3.15tWindows x86

cputorch-0.5.7-cp315-cp315t-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ x86-64

cputorch-0.5.7-cp315-cp315t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (833.2 kB view details)

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

cputorch-0.5.7-cp315-cp315t-macosx_11_0_arm64.whl (52.7 kB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

cputorch-0.5.7-cp315-cp315t-macosx_10_15_x86_64.whl (54.6 kB view details)

Uploaded CPython 3.15tmacOS 10.15+ x86-64

cputorch-0.5.7-cp315-cp315-win_amd64.whl (230.0 kB view details)

Uploaded CPython 3.15Windows x86-64

cputorch-0.5.7-cp315-cp315-win32.whl (227.5 kB view details)

Uploaded CPython 3.15Windows x86

cputorch-0.5.7-cp315-cp315-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

cputorch-0.5.7-cp315-cp315-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (831.0 kB view details)

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

cputorch-0.5.7-cp315-cp315-macosx_11_0_arm64.whl (52.5 kB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

cputorch-0.5.7-cp315-cp315-macosx_10_15_x86_64.whl (54.4 kB view details)

Uploaded CPython 3.15macOS 10.15+ x86-64

cputorch-0.5.7-cp314-cp314t-win_amd64.whl (230.2 kB view details)

Uploaded CPython 3.14tWindows x86-64

cputorch-0.5.7-cp314-cp314t-win32.whl (227.7 kB view details)

Uploaded CPython 3.14tWindows x86

cputorch-0.5.7-cp314-cp314t-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

cputorch-0.5.7-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (831.2 kB view details)

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

cputorch-0.5.7-cp314-cp314t-macosx_11_0_arm64.whl (52.6 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

cputorch-0.5.7-cp314-cp314t-macosx_10_15_x86_64.whl (54.6 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

cputorch-0.5.7-cp314-cp314-win_amd64.whl (230.0 kB view details)

Uploaded CPython 3.14Windows x86-64

cputorch-0.5.7-cp314-cp314-win32.whl (227.5 kB view details)

Uploaded CPython 3.14Windows x86

cputorch-0.5.7-cp314-cp314-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

cputorch-0.5.7-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (829.7 kB view details)

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

cputorch-0.5.7-cp314-cp314-macosx_11_0_arm64.whl (52.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

cputorch-0.5.7-cp314-cp314-macosx_10_15_x86_64.whl (54.4 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

cputorch-0.5.7-cp313-cp313-win_amd64.whl (222.7 kB view details)

Uploaded CPython 3.13Windows x86-64

cputorch-0.5.7-cp313-cp313-win32.whl (221.1 kB view details)

Uploaded CPython 3.13Windows x86

cputorch-0.5.7-cp313-cp313-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cputorch-0.5.7-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (829.5 kB view details)

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

cputorch-0.5.7-cp313-cp313-macosx_11_0_arm64.whl (52.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cputorch-0.5.7-cp313-cp313-macosx_10_13_x86_64.whl (54.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

cputorch-0.5.7-cp312-cp312-win_amd64.whl (222.7 kB view details)

Uploaded CPython 3.12Windows x86-64

cputorch-0.5.7-cp312-cp312-win32.whl (221.1 kB view details)

Uploaded CPython 3.12Windows x86

cputorch-0.5.7-cp312-cp312-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cputorch-0.5.7-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (829.4 kB view details)

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

cputorch-0.5.7-cp312-cp312-macosx_11_0_arm64.whl (52.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cputorch-0.5.7-cp312-cp312-macosx_10_13_x86_64.whl (54.4 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

cputorch-0.5.7-cp311-cp311-win_amd64.whl (222.7 kB view details)

Uploaded CPython 3.11Windows x86-64

cputorch-0.5.7-cp311-cp311-win32.whl (221.1 kB view details)

Uploaded CPython 3.11Windows x86

cputorch-0.5.7-cp311-cp311-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cputorch-0.5.7-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (828.5 kB view details)

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

cputorch-0.5.7-cp311-cp311-macosx_11_0_arm64.whl (52.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cputorch-0.5.7-cp311-cp311-macosx_10_9_x86_64.whl (54.5 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

cputorch-0.5.7-cp310-cp310-win_amd64.whl (222.7 kB view details)

Uploaded CPython 3.10Windows x86-64

cputorch-0.5.7-cp310-cp310-win32.whl (221.1 kB view details)

Uploaded CPython 3.10Windows x86

cputorch-0.5.7-cp310-cp310-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cputorch-0.5.7-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (827.9 kB view details)

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

cputorch-0.5.7-cp310-cp310-macosx_11_0_arm64.whl (52.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

cputorch-0.5.7-cp310-cp310-macosx_10_9_x86_64.whl (54.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

cputorch-0.5.7-cp39-cp39-win_amd64.whl (223.4 kB view details)

Uploaded CPython 3.9Windows x86-64

cputorch-0.5.7-cp39-cp39-win32.whl (221.8 kB view details)

Uploaded CPython 3.9Windows x86

cputorch-0.5.7-cp39-cp39-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

cputorch-0.5.7-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (827.7 kB view details)

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

cputorch-0.5.7-cp39-cp39-macosx_11_0_arm64.whl (52.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

cputorch-0.5.7-cp39-cp39-macosx_10_9_x86_64.whl (54.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file cputorch-0.5.7.tar.gz.

File metadata

  • Download URL: cputorch-0.5.7.tar.gz
  • Upload date:
  • Size: 28.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cputorch-0.5.7.tar.gz
Algorithm Hash digest
SHA256 6932ac92744e43d24e4a124d71c9428d61260ad50a13553367894b60a69c129c
MD5 23d9fc3498a83f31781812556173b71f
BLAKE2b-256 c74d096b02d3286569ec1de4a70db1485088a482787797296e3899f0780125f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7.tar.gz:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp315-cp315t-win_amd64.whl.

File metadata

  • Download URL: cputorch-0.5.7-cp315-cp315t-win_amd64.whl
  • Upload date:
  • Size: 230.2 kB
  • Tags: CPython 3.15t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cputorch-0.5.7-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 4a688473fe2bf414e7956c6838679ba190557cd0c5a873abfa44cc60f7dbfe0c
MD5 db9dcc6d420220bae5d4c0f428ecb78b
BLAKE2b-256 2864bd546d1cbb9f4ca069b78e24845f0c00ed05cced2be3c592bd34d91be24e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp315-cp315t-win_amd64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp315-cp315t-win32.whl.

File metadata

  • Download URL: cputorch-0.5.7-cp315-cp315t-win32.whl
  • Upload date:
  • Size: 227.7 kB
  • Tags: CPython 3.15t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cputorch-0.5.7-cp315-cp315t-win32.whl
Algorithm Hash digest
SHA256 b9185ae07398e0886d8b42fd12bbde58933876390750a413d66da2c79ac9486e
MD5 6ea3eb67d2be91842033b0a5acff2968
BLAKE2b-256 f2be5200a37899962e6c60184ffb4ba7f1b074145722c2fc396069977798b828

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp315-cp315t-win32.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp315-cp315t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fb2a00d7381545c34d4951d07577fe32c1a478c9abacecbfc846b2af6e8890d2
MD5 5c0b21e5a1703ca29c33b8d0b399e6a1
BLAKE2b-256 2232c6794a0da356dd34a8ea3ae88e11b6d056259880f43849cc8d328ac09b10

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp315-cp315t-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp315-cp315t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp315-cp315t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1c2e11985f42bcfaaf73654dc8d14d197618d7197ccd609f1a0b58946e410fe9
MD5 1f1ae6a7ac9c6ca04a0183c65333fb0e
BLAKE2b-256 1226057917c5b40eb3c6ac305472fd094f8078185d927ccd351b12a635fc0a14

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp315-cp315t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp315-cp315t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f114cb751463f74d2b211eba9eb627e186372ab3e296fc8a0a513d06dccccba
MD5 e972b7ab7a120c0d35d4a9c4eca20b8c
BLAKE2b-256 f3df97c3ae75bfbdcc7200d010432553dd21762841dbab05439493d1bf609fed

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp315-cp315t-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp315-cp315t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp315-cp315t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 24019b789a85200a30370f9f675d7aa6ef01bf7bc27a143707d9b760336c9334
MD5 98ed3541574dca795acd854f45f0c818
BLAKE2b-256 158c416af5182aa1c430d0b585ba1b5bdbbbfca278f3a3005b8f64c353bbd076

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp315-cp315t-macosx_10_15_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp315-cp315-win_amd64.whl.

File metadata

  • Download URL: cputorch-0.5.7-cp315-cp315-win_amd64.whl
  • Upload date:
  • Size: 230.0 kB
  • Tags: CPython 3.15, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cputorch-0.5.7-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 0dd6e5b1ded95c6e5f84447b2a5565edf043473e816aedb0c623815442dc8b2d
MD5 90799fc531f82d8011a660d9f35013e9
BLAKE2b-256 4e26b41f48cc7006925979123f13bbda28b95e30ea210052d24f69682f630474

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp315-cp315-win_amd64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp315-cp315-win32.whl.

File metadata

  • Download URL: cputorch-0.5.7-cp315-cp315-win32.whl
  • Upload date:
  • Size: 227.5 kB
  • Tags: CPython 3.15, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cputorch-0.5.7-cp315-cp315-win32.whl
Algorithm Hash digest
SHA256 fa5743f80af94f375353259f085da74c285a4df8473c852e1e0051875cb5edcf
MD5 c2248838fd3e3a8422084831ea5c7de0
BLAKE2b-256 137ad7214e50a66edf6863b231742f34126373e57d1fd834030cd0ba3c992446

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp315-cp315-win32.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 900b1004890f397907f5b89084aceb6143e7af2847a65dee1cd295f269444bd4
MD5 d49b31a3a7148afc8faf70defbb62e44
BLAKE2b-256 ea0747fd6cc19e77f66e70b4ce95090de4c9d3635ebdf90338dd928380c2ffb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp315-cp315-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp315-cp315-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp315-cp315-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 448704c8b2910f53197569b3dc118f0476c11fef78feb4059a54e32175b75a36
MD5 01bb43e80edbaf7e3f3e98a28debcbf5
BLAKE2b-256 24dc99c87ed594113e82b3b9850df4a13f0687d71ab4ddf1db9b815f0f8d3393

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp315-cp315-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp315-cp315-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 49c405f06f859c99eb8e0773d7c1aaef927d03647969e855f4c3d6e39b11d6ab
MD5 620e37a066f1f248105f39e48a04cb76
BLAKE2b-256 ed97becae5d8a35a528b56148ad88d41dafcf1f1a6668c65e164e4aed4cb7d6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp315-cp315-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp315-cp315-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp315-cp315-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c901bd34a83f88083b4162942b1c3659b2501d67c09995b99161cf1b6cb58a48
MD5 1519fffcc1cbeee7cacdcc933f611ce7
BLAKE2b-256 deff244e0889aa9c8a15b8c43d3f629c66cd66d143523af8ed9cf9488560fde4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp315-cp315-macosx_10_15_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: cputorch-0.5.7-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 230.2 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cputorch-0.5.7-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 fd943e33e7d09f877f3373dd1a08e628b84d4418e77e34b6dcdcbc16b1fe790b
MD5 ccecb22ce58b754322fa3d919680ce13
BLAKE2b-256 357281824a93bf074c7728ca8fb419df025fc5c7c0ea11b7c14f449b8390f868

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp314-cp314t-win_amd64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp314-cp314t-win32.whl.

File metadata

  • Download URL: cputorch-0.5.7-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 227.7 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cputorch-0.5.7-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 f08723cbb103e37be1c904427f1d14d532041390ac344a023ac92d00d2056944
MD5 6698bdec51b1ddd9f078fcfab0d5a270
BLAKE2b-256 b36180bdffb5bf2ce6d975672225f91e1c43300497e5ab2b05b18d02ff5b223a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp314-cp314t-win32.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d334ba072f627e75deaa3aab349d91f0f5af48bbcfa9b8cb6593bbd63af816f8
MD5 a8c38f93de302046ce8dc29b115477f1
BLAKE2b-256 58bee69a01550984e5f71af3efb0131bce6426d78d8ac3aa0c9c369fff11ac3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9fdd0279bd2990dc63821e729e45181679f85e285f41fc276c2430d28011df78
MD5 e21e831fea2cc909a766fe13e4da7cc4
BLAKE2b-256 14678b691411fa226fea5bc8385cf733f5ad8089e771380ca3fc4a7c5821fbc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53dbb29a3cad9b7641b2be602696116877b229d7252571bbf2828736cb09a75a
MD5 f8be7f8b7813e8d7f8c2e09a92affc36
BLAKE2b-256 eaa3dd589295f053ea9bb5c50751e55c9d465a450679206c6b30a17d27c7e01f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 97e8fdb7526b576cea74c0a28c7bc4adc049bb97d4c2800c7f9f1d3065208d35
MD5 b2d52a7545b3ea9293723c9ba77cbad1
BLAKE2b-256 1967469416e47bada5b71ff95be17c68d342ccb6f857239a2e786569100c93b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: cputorch-0.5.7-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 230.0 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cputorch-0.5.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8145c9c3e61f676be53abcb73aa506a2d5b596003a35d7f10bc422b9c7505357
MD5 d9d9df90d3baf4a25734b98b39840e16
BLAKE2b-256 70c9dd01b399b1cb9f714d28f75fc8b7dd41b0c373ec26617624c66f79955bcd

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp314-cp314-win_amd64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp314-cp314-win32.whl.

File metadata

  • Download URL: cputorch-0.5.7-cp314-cp314-win32.whl
  • Upload date:
  • Size: 227.5 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cputorch-0.5.7-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 fd0cde737e6a3e08f4a46106a1aef10f09127149af886fb7b0f327115c733a7d
MD5 1155810671d89e741c850cd86af7d8ce
BLAKE2b-256 4ae545af53da21d6e4e6ca475714e0df1e161ef7037153d26c82961564f26629

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp314-cp314-win32.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 afb8bfee598a32ed8e08935d21f9e1fbb4ac19b8cf19e9cc9359cbf84a5a1936
MD5 f7f8ce0f9f6c85d536df82221e8b6454
BLAKE2b-256 0b433c2d1b86cf4dfe0bc4033ed6450e4d1bb42bfa49683c13508f9cf70eceef

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d9e999eeae7e9eb15de3b7fe9e7eeacea745597bbf5322ef839daa7faf3eecb2
MD5 55a2e191f5c69bf14a17f06837eca0ed
BLAKE2b-256 368caef840999ae803c72abfa4f2788095f1769cc11a6c4a3dde6462da5ad929

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6144783bbd42807036fa8a0fd90f38777ead83e7d49388c453ad78d787e6e0dc
MD5 6d4ad69d27ee4650df04ec88f4b61a80
BLAKE2b-256 3d94444e92e78a32a44b7faf918f66e45ace327e3c1ddfcbbd0b9a99441c57f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9bbeddf0aca9b98bcbff2d9223900a583a81cc853f5b96d406c1714d921ac622
MD5 d7109a08f350d2a88c252f9a1a3c9552
BLAKE2b-256 bb98d711479e1ca486c319a636b993816ff4be2502f9758884aa49f1661de8a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cputorch-0.5.7-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 222.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cputorch-0.5.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 32436370843ea38ed9514b52e880ff3015cf7f8070ba62a89fcc1639d41d8a23
MD5 7d69d2eb0b53da16604ef5b49c81757b
BLAKE2b-256 6ebed53c600d6338f33e1959dc7b1531e9aed760cb52a6d64971d5f877f98f92

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp313-cp313-win_amd64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp313-cp313-win32.whl.

File metadata

  • Download URL: cputorch-0.5.7-cp313-cp313-win32.whl
  • Upload date:
  • Size: 221.1 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cputorch-0.5.7-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b63b07bfcf7dea7e68ee4ef499205e2a24c11837634331a1a44dc3632c21e818
MD5 8c572d11d0573de9851978919648b042
BLAKE2b-256 f9d95e07cdec9a443a37127ad7c898f18d20fb8d6676dc884d80b52479316ef7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp313-cp313-win32.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08f4948bfb6752eb79451d0292c673f3418fec632a7ea1ffd547ebb932789000
MD5 cf2b26eb7d386203bb4a6443e388c21a
BLAKE2b-256 14590fa71de48c6bc3b4d468ccca709ee9683689a360f38efe9df761205469af

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e6494380016c4542b620de03fe4e97b50dbb62003071e07f1c2942c1b45a64c8
MD5 5906c9a8da922d5c2e9faafa1de5f086
BLAKE2b-256 88535ffacdec4cfb8fc2ef138ba77bc489c8c136417126e6074db7e54034ee7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d5ae9821500ae2f99c493ddcbff538704dee116cf698b3a97673b99d1db8577
MD5 fa5d6bc9881f5cc978f7a48047b5f256
BLAKE2b-256 44126013f9cb258bf36b951f44dbd8ebd0f97f601299216f2dd7076deebcffa8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 82c85e098ab9df70710c4fec0f248835ab25f893c399dc31c9a2dfd1e9041c40
MD5 d150a28cecd5283f55558fb0fbc5e70f
BLAKE2b-256 86a252cf28eda67a05a7cb23afa2f77b7f86d6528f77c9112c9210b89fa652d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cputorch-0.5.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 222.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cputorch-0.5.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4492e9cd5b4e4376c527858d849de3f72bc7e9aff43073b5d95374a61d6d5983
MD5 916524ded544fbc7cd10e2eb0dcac50f
BLAKE2b-256 1ef9ce8a86e80496d8975b0e506ccea9d5613e7d2b668a56d4e1288d8cdc1a98

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp312-cp312-win_amd64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp312-cp312-win32.whl.

File metadata

  • Download URL: cputorch-0.5.7-cp312-cp312-win32.whl
  • Upload date:
  • Size: 221.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cputorch-0.5.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e1aa796be1af559970d639b1e93f7220c2eaf60bace028c45929e42ffe05438d
MD5 d3171adf2032aae0a03a5b11963b5c41
BLAKE2b-256 41bcda5d12fd86c2a2d0328b6b1d8b77b337792d26d672e9402f84a41634fb08

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp312-cp312-win32.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a5d72a02b17fed783af8c16aeb8851d2770efac69160e2e9a5e34abdfcd6499
MD5 499293b985d366390fdccba9983648fa
BLAKE2b-256 684e3ba6dfcdb76d0ea17db74b055554579ff5184e3099c8c3b5a9a5be178779

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 46334c5f3f66155161f96776a56882850193278c246642f6f48fd8dc027efaa0
MD5 b535bb80a4aebbbc643725f67d2b13c4
BLAKE2b-256 9c6ecd3d4ea2e2f408885c32c2455777d47be88a69a81852cde5d1c0ea5c8786

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fe768b386c3b5f24042990e3659a5e570d58319af33709721bfe72660a38c9fa
MD5 16adcd4760714882a52756aa93e5d37b
BLAKE2b-256 bf64b4264c83e4f2127d7f4106671b7eb367fee49949ecced8c4b69bfe2f3a80

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9c8caba34455ee71c31210f1149d908434724c4e82218519ad9c175de2ea882c
MD5 04702f58400f64c95b0021eda0e104eb
BLAKE2b-256 f822dd147cb6a3be3522214eea6aedc4e9e0cea21d7ff7ced9e56d5c469724c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cputorch-0.5.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 222.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cputorch-0.5.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 67824dd8837365a2263a29c008cff45b97f159a7c8bd5e1abeb7d00e37ebcb3f
MD5 6a8a25f40aaf82b0ba652a678851b8c5
BLAKE2b-256 8daffa49fea4328021b3bff652524720fc5f7707aff0f0afc34389707801534c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp311-cp311-win_amd64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp311-cp311-win32.whl.

File metadata

  • Download URL: cputorch-0.5.7-cp311-cp311-win32.whl
  • Upload date:
  • Size: 221.1 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cputorch-0.5.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 97c217504193b515d484add1fd736219f167757f1a0ef4abebaa26f49f71d252
MD5 44dd79cb799b0352df4d2100313cb0b8
BLAKE2b-256 1e18494fda13cacacf8ee5da6217f1c6cea3fcf37fbd9ed9aee5f20432b4012a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp311-cp311-win32.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be97ba18f5898c31c490a887bd268e399bf59f6703f6da414b42931ab8129891
MD5 728af508e2d785fb8ef8f87704bc66d8
BLAKE2b-256 67c1c6ded6d77b2f80589cbd604b6636a1db54b0f4f82c5d7f71f2c5024f67ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dd30131ab61e9eb2d4fa032f28dda56ffea92cd7218d47482b38366efdab3b1a
MD5 2aff80156679488a0c1a8690f8e92961
BLAKE2b-256 2c88a99082c3fd64a329e95bbadfce7a69e093fc4d0d4b6e4ce0f8fd347e81a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0b602494adf81c5e24071e76fcf90c5255a454b68a045831b44e3ec54e44424
MD5 a552303d3968f1d8f3aa18ec861fd207
BLAKE2b-256 a9d28a85cb5da384f742490a614d43a12bb40502d0459eddf417e28684ddf436

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 07c7c8d7ef9946c93bf4b840b6586bb026af507babd1fd535731f18283e5801a
MD5 3d9489674218bad2df7d638bf5984b5d
BLAKE2b-256 fd8017f9ae99416a698152acde303e426366db691004290ce2a2a57b11758e64

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cputorch-0.5.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 222.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cputorch-0.5.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 869806423d7160b1dfa4f01fc9ae81baa78927b2bb3604dcdcabe2c3ac6722d9
MD5 3f4cb31d054429f64092c57a8bf3168a
BLAKE2b-256 3504b31a374155579ace79c082448f7a116fe34b7bffcae1ff6bdbb873170963

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp310-cp310-win_amd64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp310-cp310-win32.whl.

File metadata

  • Download URL: cputorch-0.5.7-cp310-cp310-win32.whl
  • Upload date:
  • Size: 221.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cputorch-0.5.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 75fccf1d4774662a0821660ab3f3f760ffbbaa5a93dde72d54db819614e481d2
MD5 d5152f72b286dd90abc88e53c165d10b
BLAKE2b-256 1ad04a36d8b44f4a9843d407fdb63433e50f1fe8adcc648bc381d1c7a16f36ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp310-cp310-win32.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6b5c5cab4ed4b77f6d339e4d88598114fb32314e6c44db11b3aba7d9e9293ea3
MD5 8cc3c2d39660f8ffda47dbf809de980f
BLAKE2b-256 c540c1d78c78a9b5bf70d0c6d7887d09b21728fc50fce421bf745d39c04107de

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 92a4f52ce4efce36c8b40061aa0e5b992d08c0cf9c4672cb18d383e498a60794
MD5 ec2889cbcae8162ca18c38eda5281505
BLAKE2b-256 a3c42eeaf74f318d715948881dafed7e17bd1ff0583dc00e8a0977957863a2e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6809727563d88aac55458594a20c2db07641f839c567f6d3ea835bb25baf395
MD5 2210581f9ae932d2e6c0606c91a46bde
BLAKE2b-256 29b4289c71a8d99091a2d25b821e008dcb1b1503fbe14dbc26cba3d0fa8cdf41

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 23ef785475dc1f4f115f16e7f941c8613732329d7bbc500eb35d3ae6032e9878
MD5 50af9a59766b845cc282adab09474f19
BLAKE2b-256 51383dae247e9272a8133da46535ee9dad31d7c1f95d0e9f817a511d2fe9fd2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: cputorch-0.5.7-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 223.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cputorch-0.5.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f5696b96bdc97c59cfcab3a85bfe762a71e27ec3f5173a5e1980ba5b7abb569f
MD5 7ee9a4c15dc6ad120752cfe5b77c570c
BLAKE2b-256 d5105cd625cab0cc111c863909471cb3bfbfdb7ae3635d11702c8232175b2ad8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp39-cp39-win_amd64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp39-cp39-win32.whl.

File metadata

  • Download URL: cputorch-0.5.7-cp39-cp39-win32.whl
  • Upload date:
  • Size: 221.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cputorch-0.5.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 aeaa75ac9601a16ae335337f5a1e538b0572552f8eed499771da81986b074046
MD5 dd012db3bf5b0d78e73dca697106e978
BLAKE2b-256 c6b26d69442e2425461844844cedc6cdbd90589a16abe4b51f20ea29f2dac13f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp39-cp39-win32.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a3e47c52e813575714b3133a56e220b90e947f776de4a4d00d97924cb5e3b31c
MD5 249532f2cacb460d68e56ad171a331ff
BLAKE2b-256 b6dead4939060b0c67fac3eb701db327efa8e7c6ccba95a0d14e350d47dca37b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 34337d1a70dd921c0ade6a398c1c8a04524ec2765baf6916788cb4abcef9a058
MD5 0660ce9fe8c72c0ea2eaa1fafd4983b7
BLAKE2b-256 483a42bb4573427b3840141cd07026132838d32f990146a6ff61b2c520a1a9bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1aadd3300ce2fb00e25969359a4d6436ad59cf19dd2692af0d62bd4a4784c23e
MD5 fbf220940a6497f5ac71afa3b8c38b94
BLAKE2b-256 f0424009b9bfe062bf6a2fa8b9839a982b5773ad27f3e995587dddfb3b286658

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

File details

Details for the file cputorch-0.5.7-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.7-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a0c0934c153b12a24810c08badf97f73bcc5881cc7e92d9199d3a243e1b09a59
MD5 6994291b3e0ae2e909ff90ac195e3a5b
BLAKE2b-256 1eb7788e06e854126ec247e030cb344289d44a007925085d5cb4466126bfacee

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.7-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: build-wheels.yml on Mangono1/minitorch

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

Release history Release notifications | RSS feed

0.6.0

1 file

0.5.9

1 file

0.5.8

7 files

This release

0.5.7 This release

55 files

0.5.5

55 files

0.5.4

55 files

0.5.3

56 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page