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.4

V0.5.4

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.4

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.4.tar.gz (14.2 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.4-cp315-cp315t-win_amd64.whl (230.2 kB view details)

Uploaded CPython 3.15tWindows x86-64

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

Uploaded CPython 3.15tWindows x86

cputorch-0.5.4-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.4-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.4-cp315-cp315t-macosx_11_0_arm64.whl (52.7 kB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

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

Uploaded CPython 3.15tmacOS 10.15+ x86-64

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

Uploaded CPython 3.15Windows x86-64

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

Uploaded CPython 3.15Windows x86

cputorch-0.5.4-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.4-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.4-cp315-cp315-macosx_11_0_arm64.whl (52.5 kB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

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

Uploaded CPython 3.15macOS 10.15+ x86-64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

cputorch-0.5.4-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.4-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.4-cp314-cp314t-macosx_11_0_arm64.whl (52.6 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.15+ x86-64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

cputorch-0.5.4-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.4-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.4-cp314-cp314-macosx_11_0_arm64.whl (52.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

cputorch-0.5.4-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.4-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.4-cp313-cp313-macosx_11_0_arm64.whl (52.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

cputorch-0.5.4-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.4-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.4-cp312-cp312-macosx_11_0_arm64.whl (52.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

cputorch-0.5.4-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.4-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.4-cp311-cp311-macosx_11_0_arm64.whl (52.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

cputorch-0.5.4-cp310-cp310-win_amd64.whl (222.6 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

cputorch-0.5.4-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.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (827.8 kB view details)

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

cputorch-0.5.4-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.4-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.4-cp39-cp39-macosx_11_0_arm64.whl (52.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

cputorch-0.5.4-cp39-cp39-macosx_10_9_x86_64.whl (54.4 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: cputorch-0.5.4.tar.gz
  • Upload date:
  • Size: 14.2 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.4.tar.gz
Algorithm Hash digest
SHA256 135cb45c42d2d69af8e8abd9d25c285503a7bcb55027d1613f1a0bac94a75154
MD5 6e1ecfac2c6be3bfffa60d7a93ef9ab8
BLAKE2b-256 cc6e0f8444d6e376e7d86f4d2a6f7f2bcd529759ed4690348859fe26dd8edc18

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4.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.4-cp315-cp315t-win_amd64.whl.

File metadata

  • Download URL: cputorch-0.5.4-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.4-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 d71027bffd3b369e1735ae71786822f7b0c951d0779e860039e398d4fdfe969c
MD5 96d9a6d49e8622679a0c175600d6f697
BLAKE2b-256 f2d9926697002e593895f054c305f947a314b911f5d5f4956fff50358285e6ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp315-cp315t-win32.whl.

File metadata

  • Download URL: cputorch-0.5.4-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.4-cp315-cp315t-win32.whl
Algorithm Hash digest
SHA256 c0da7539f06e57633581ab257d95c917cc98c77abb4e7285f546dd0e7186417e
MD5 c23b5d11779a4e378feef0af03fcf389
BLAKE2b-256 578e14f9c9a095b36e719c90fa8b3330d94d8cf7b49eea5449cc2862db119622

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp315-cp315t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2cc608f0a6ba28f95922b7fff35b7165f962d48fa3c025515083e3eb651e1455
MD5 14903b7d6fcf5b09947f02df4950bcff
BLAKE2b-256 7f76b1d314cd0c0bc4ee92800dd8030dea5560083c8cff96db1da5caf4d21941

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp315-cp315t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp315-cp315t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0efb46aa4d1971045f601d4088dd61032be2f6beed28b08696d15e96bb57a608
MD5 e34ae65a7bd699bb0ff39167d9d2bd52
BLAKE2b-256 7c5ba2fe366a917194b8df514560958c26c09819b7d588076dd135832049f90b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp315-cp315t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ed86a7c04d1422dc42aa35d6a5cc05334d07e8cb152519ca675328b980040e3
MD5 a017cc7a0b595862df0f04f03f9f2324
BLAKE2b-256 833ce4511925549628a53411a7c0d53929023d36521e47c0dbea2222aff45f95

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp315-cp315t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp315-cp315t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 20d8743429367aac394ceed864e3d0a8ed99107ea48ceb2ad7a8aff47d8dc9b5
MD5 7e38623d5e5813a3827c7d3c2622e435
BLAKE2b-256 5d2a444493dbb3d6ea373cf55195cbe4c267ad36fac5efd02c922b2b66e068d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp315-cp315-win_amd64.whl.

File metadata

  • Download URL: cputorch-0.5.4-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.4-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 cdcd176e98185611fc3c69a27f91da3940fca61c8225a8bffed2ce3ccd6c9e77
MD5 01a2a94f3fde60de82d1d59accc88761
BLAKE2b-256 fa0496701f1f678dd4816f4c1261baac711179e56ce7e482bb090f53c7cf40a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp315-cp315-win32.whl.

File metadata

  • Download URL: cputorch-0.5.4-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.4-cp315-cp315-win32.whl
Algorithm Hash digest
SHA256 d95095a55798d25f7deb972e55c588e7b2640c83e70996d26c0a4b1ab050c76a
MD5 432bb67fb03da6c524615633400c3e4c
BLAKE2b-256 f9afb24face298eb87726a4081b6629825967e492a4bffd6c5ac40c779849870

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5e4386aa6e0d8554146cec4bf79257aefcfe77ee50641a90f6f3fc58e0aa0aeb
MD5 09a63d255c0ea0e3de68c4305ac276ed
BLAKE2b-256 26c628e99ed57a2c76e654ded3152aaa96f5aa72187a6d31bc9586933fc13127

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp315-cp315-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp315-cp315-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 83892782f2b57db1a78884d2725a2b41e0ac0f1331106047a8ba16025c15582a
MD5 9fbc1bebf68537e3f51462c9078756f1
BLAKE2b-256 c93d20201d7eb9c1eb0f693f8bec0339a950886b82309064c179ddb09aa25300

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp315-cp315-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1a952d4245efc006a7ffe38acb28fced4a405bf500a27389149b2689a75b667
MD5 db4c691246e0b3bbee9014ec757b9e39
BLAKE2b-256 838b4600a08646089ad552b2ffb683c99d51fe4b445a1b74b6865d78b8885d0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp315-cp315-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp315-cp315-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 99fe828695afae4f655d5dc5e07ae617c3eb752372cd42866ef1652c0c44e8de
MD5 86e1184b5bc055e83f7ada09b7f134d7
BLAKE2b-256 48f27d5daf350880226ce53d67152eb675735b3ea3d5bab979162495cfead87b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: cputorch-0.5.4-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.4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 e7a1e2489246a631cd138ce1902d3f0846f2e9b6916cda8b25342e48aab3ef5a
MD5 82af18209e739466e10134f63db71940
BLAKE2b-256 41ec4b7d3d63cf77d6a2fb38e204e29bab488c8c854fef082046e47b1a2a34fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp314-cp314t-win32.whl.

File metadata

  • Download URL: cputorch-0.5.4-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.4-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 d9c2f978aeb090f72662c1884f7b97eb1f670508cd1cd54db50b8933d88a2d5f
MD5 681173fbf4b3aa2742e37e38f25941bb
BLAKE2b-256 0f2cecb93529e9676dce822187f2228c59aa51cd9ba6e4cd73be87298461969c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0d864359c55d9840b5103560f38ca8e20c94057cbcc56e01811a2149353cb3e3
MD5 6f42812713b39d92f988ccedad83ea59
BLAKE2b-256 9d77de0051b9d2d1f70e40099cdd870bf91b3168f266aba99f6d1cab88b53221

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9975c31f3059b62140c372240a32cfa1a4c05a78aa5d35144b4b788b700d5da9
MD5 19cd37a2ee9d76e423e3e8df38ac25cc
BLAKE2b-256 0fc783d8123b5e7de3c99ab68a9867e60aee07e481ca10f61468120d12ca4e98

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3169caacf19e7d7ecb33b154b1d348fa97e77f3fcde09b85a57d974c1d95c92f
MD5 879fc95f63d1a4ce0ed6a4973861a8ea
BLAKE2b-256 c9c3bfe1cc1a18588fe6f4c3af75104fec01eb73bbec60dd5ba6fd4dc1ed7493

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2005356862d9764b1cc0b085f58412b43106a1b6525ab0850c9734926c030804
MD5 9002307422b22286f2a62addf1feced3
BLAKE2b-256 5c315208053d9b2eb9031e93a67b6c434dc4d069ef2fde5649b5d8e930da480a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: cputorch-0.5.4-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.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 68dc0931a94438c2b60610243dae4e8927057e04060b9b5f50067e59ad39930c
MD5 b8d74df356a70a64e5dca10a7cc81599
BLAKE2b-256 2e911194fdc9474c457c32282272c91caf4ed9643817a732d3971dc9ebe1852f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp314-cp314-win32.whl.

File metadata

  • Download URL: cputorch-0.5.4-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.4-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 716181e540b0afa9ce928f87ca0d573d8a0f9f9e33dd7da93f1358b959ca050f
MD5 1a22f544791d9069e123c123f11d8cb4
BLAKE2b-256 900b7b423ab6ec0e5c9045be677d512c9d0bb6c2cf66ab8c508f40296206a7b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 53bdf624af046e6fe8278366af793c0f07f98063ef8ae17edc10dd7eb20b5f6f
MD5 1560027da6faa943576e330353c792e2
BLAKE2b-256 e7084a0a7ed743fc2a7fc20ba97048fecbfb3794a0414b4a44d0fe865ff11ee2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9d9d71abe794a8fbba5e7fd8528ce65cc1d415d41461a5f48ae223b80ea165ad
MD5 631bdd5fbd05239b7dde58b5454b5705
BLAKE2b-256 c457c369973f5117067c32a67e65477b5d02803c324349571370eb3e90410aa9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b76d32500166b815e331660b009cc5847556e36431c7347e3b9d3103926aa34b
MD5 e22a850e49333a6dd10da6ef9a96de46
BLAKE2b-256 995aa0c532839ba585feae6e8037f66244e2bd1d297c3fe174bf7700b6048e6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f4df076bc7da30e43ebd01a88147924862d14d0297cd292da8181762e0caf2e9
MD5 d79c24b104673110a4a2e45866150dd6
BLAKE2b-256 efa07c89f7a952a60bb3114e6f2287efcb363afb7b63b711b88ccbd59b360544

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cputorch-0.5.4-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.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9ea152ca81fda5061ef342754200532c1bca5298542e5789fd2472c9243d24f6
MD5 8e3d7a2701597fe13cebcf7a6f46ee0d
BLAKE2b-256 5fe0592f2ab8bec30cc371477edad5aa4dda1e3738f1c57901dffd22b1b98513

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp313-cp313-win32.whl.

File metadata

  • Download URL: cputorch-0.5.4-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.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 bf9f45e94bab969b38fed72fbe64b2ba9624a6da67a32e4632972008e5b4f004
MD5 1ee1ed8904b78d10afa30b9a931b62d0
BLAKE2b-256 c8300f90c0e9be4c184444371695eb17e22f500f820a0341c55d922154c8c863

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 84406ca9fc57cfb1ebeefdb5b3624cf006b8949821b58110efd607588704bc81
MD5 6bd7ab47510f57b5e31a68cec2d573c0
BLAKE2b-256 1dc9b67dde885643762e512ddb19336ff7f148fc332e326753058b22ad35b26c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3457dda8e4d9474093d62d6493983e96b71c04941202b91d3e73be0c686be50c
MD5 399a69d94a8ef15167e6b487726d7d2a
BLAKE2b-256 4c71c29c4224ab64b14ff99223af5cd136a470411e14e39682addc88e7be940e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c3fbdf581acfa3c8c212f5e3965806d0f3505ed21fce347e7e814c9051932821
MD5 116e7bdd06ecd556c39c1ef2bfb78b01
BLAKE2b-256 aad3cc4a6202b197b39ca7f41ef461a7776eb17bf1699af3b67a8d3810aa5359

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 62f98c4a58be3f9af84d3dafc709947b9aaaa6e97780005ec02f1bb54eaf8c84
MD5 fa8178ef0066edcdaa9d6f02ad981fb8
BLAKE2b-256 a2a15062e0c547697748acb15785c1f4623e90cb20a2aa099efba14ae266c3b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cputorch-0.5.4-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.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 124b233ceebf469c825914488da2c08f91add9902d56a1917b2f23f399dfe7fc
MD5 5775a802e66b1166268b38b9e7e3c6b7
BLAKE2b-256 0e46eedc357e01035aacf3b8e65846cf16279488b240b51fe1b90e244e416860

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp312-cp312-win32.whl.

File metadata

  • Download URL: cputorch-0.5.4-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.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 cadb49b3981ad5ab640ad917e6311cdcc77476a4904281aab939b647f1d0926c
MD5 e27e0764cae1dc5bb2d4997c3d92199c
BLAKE2b-256 4807e10beb1638a9fe10d6571e68305be19ad1a396e285378a8fe1f9b368bed6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 33f59113d1e842e096734f8929c6b157b1e18f2f63cdfd6d24c4f39172fd3d05
MD5 ea87c2f3968cd550e30b6ada1787b867
BLAKE2b-256 17154c1fafde22d3f57dc42c026e76fdac200720eab47861cf31154acc1b837c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3fbd7277639a70f7c187d106af300c44a48934ce836b0015bb0bef1f707e554b
MD5 4e2b496b60f67039ba0f276aa4049d34
BLAKE2b-256 3d89e2224a397de38023251ccf41ad3856a3904c1e1ad0b95a3be00f864fd2e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a1cf4f9c24f2e7e69bc7a1b749c2627626187cf11b9480de2ec75b1c132d2a8a
MD5 f68d51d0afcd25d523f852c0387d4d07
BLAKE2b-256 115319ee398e48ef26dda5f5d32d36a8f579c552f600b6fd4e1ddb2f37b176c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c7b0e3789146aab3b92e9ec1e7a95c5ff68b5abbaabb4a0ac458469939726c88
MD5 ea87d3ce6849ec4d5dd62f664a83a4e8
BLAKE2b-256 930b6200317e200bc9c089d1b693deecbd30a8a3ffeb4ade6f0dc0c79119b309

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cputorch-0.5.4-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.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5c2eb15e6ee72ecbee2ccca321c45de3787bcf20a65ed4508479186140b659b2
MD5 aec453669d3567960a2df7de1799e92a
BLAKE2b-256 0d5b455b1ec0f983f03ba1aa9eb54d4a09456ee8d804125672b7dd2afdb24a04

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp311-cp311-win32.whl.

File metadata

  • Download URL: cputorch-0.5.4-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.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 93c35666e401d7397d5809364153d76e679b9d104e27a8109341289f3ff014ad
MD5 37f5291b2676c7c5740bfb669c94b615
BLAKE2b-256 f5255a90afa3593d22d1e64009fadb60350f73ed1a2971b4c5af8614aa848a49

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3070220f90257987d5086435cb14e980874726d1abfaa4ab4dbc450005804cc2
MD5 caf332173ba8583b4833936c43df0b3a
BLAKE2b-256 8a02f8c6b0505ebe7c016e7c3c8791c08cc7fec4e0c207b3a53ea70c97bb973e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dbf74bf7852e8a8186dddb67ed4de87aa6e6f8c1dfe8e8ac3e49090c9caa4139
MD5 940166111bd089166a5f94ec03b74c2d
BLAKE2b-256 8bd77f82478a545ef2ea1d701149d7ac7ef0fbf09c7c027d80027f394eda1677

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 81d830a806877d31987a88c1044d9902d8cebc06a4e4c927f0bc9f176ef7269c
MD5 bf452b8ace8276fbc7a0d3b1245eb5e0
BLAKE2b-256 8bb41d999d933169b08e7008a2f1eabc09dc85ea6d9234c14e5d6dedf5f92011

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 76c15337379ac040483ccfbf477ff4c9dfd68d3e99059ab2d26de5709fca35b0
MD5 d78aa651678d12ff60b6a4cbfbd94538
BLAKE2b-256 e13ffbe8e1496b7316d4bc224578199361a4db172a90f4604708acdb2f277b11

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cputorch-0.5.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 222.6 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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c80825adb0f6ee156d895930afe179b700fc4a67ebed98038ae4a9f52b5fc828
MD5 c8248222644e272a16a0a53707d638c5
BLAKE2b-256 7d3bee59838cdee2738eb4ddbed8ab4e118c9bfc384807dc26dac69c7acf4789

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp310-cp310-win32.whl.

File metadata

  • Download URL: cputorch-0.5.4-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.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 87934696831e5c2087038ed4dbf76193c803c3c2badad5ed712a39e1f7ee3c6e
MD5 e24e15a524b26072f1f1c5f976588d72
BLAKE2b-256 ce0cb8d0bed178c13fc69db3e4941cba64b17360ee6b3860436f31adbc1fb393

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 372713999d9ee2ab54089980b6f0c1486ac6790aef6fac72f97ce0ac3c7bdbe4
MD5 44ec36f277b8387024bcec69e8d048cc
BLAKE2b-256 4c83aab78c80dfef99f9db5e2fda17a3098186406cbf59915627898ad42aca36

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 44bc05b78ca4efb19e4da0363312d475ed2b76f67cdde27655c85a664ada939a
MD5 5a1247ae8705acd80ba988094cb78478
BLAKE2b-256 9a8e210484231b2df8b956b8800827796c96f5d9f0cec6704e248493d7fbb9fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73a80b554864172769395f9a5964fc0d05d90ed0615a9433f7b522b83000a01f
MD5 d7d8ae814c7ea9839a402a027f3fbf68
BLAKE2b-256 3cbc26cef5da4174e27ab247868f16ab123690700738a6bec87a3ca152a219b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e05e434a255b6c557b306aa254fc59b0cbb7daabdf287966072a6c3095ee804b
MD5 8a8486af498ebaefd27a709771db3515
BLAKE2b-256 00c1c8cb70f46028e75d9d1b7055cd005f502f1135f1f2f0baf8b1b695fa85fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: cputorch-0.5.4-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.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b8e04bb10cb3ac2455c4e3dc08545853760bdddbee674a6e7b5a734ee0d6ac3f
MD5 52eae6566c925cf0a10d54ba3367f1a1
BLAKE2b-256 193f399ba1f2908bb534b6b74fb2c4bbd35c7256bd5d374acc963dafb3b4514b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp39-cp39-win32.whl.

File metadata

  • Download URL: cputorch-0.5.4-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.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e3e819b8552509d6d96ba6c8b214a27e2ebdc35a00640a93b4d2b96f872b4310
MD5 108f75f54bc315acd931b0f77bbd61bd
BLAKE2b-256 2b628c56fe21bc1dd7bf62b3382edda357b16c154f17032c2e4c804e0bea85bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 675c3000cd46e063f11e4230ce37365307d1fdafbde73c65f2bc39dc8b5e167c
MD5 00f7ae5932a34375fae2ea61267f050b
BLAKE2b-256 1798ba9d5f6194a4d48f0c7e18f0796ed972c42a3dd71d4d6a4c08151be4fdd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a34e8d1ae1de541390ca8770b7dc3e7246295c422c389d26b66cae2db5ef51ce
MD5 e3601a7f56edb380d4f3ab8257648c96
BLAKE2b-256 fa7609a7fe873f40e645fba71a0431810802b25271140503a7cefd78b9da5235

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a1f00d1897c2b9a8c151e233ab6da4bb51a6da4dbe11bb9a03e0e1beebe05558
MD5 27309f66d6ec906b4a21577db90c7835
BLAKE2b-256 93e8e3f507afe887f675e9bada4c34990881ad92504b8a276e573b8394d5e6e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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.4-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cputorch-0.5.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2f3fe19dfd9885dbf3cc5eff14224f3226c7e9ada586339bbd764b56881e1855
MD5 ca16db16e75f1e6ed20a4acfc79d71b8
BLAKE2b-256 a1ae271d34baa862add7c5222f4dd5eb2b8475d31665daf9f30eea5e79574818

See more details on using hashes here.

Provenance

The following attestation bundles were made for cputorch-0.5.4-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

0.5.7

55 files

0.5.5

55 files

This release

0.5.4 This release

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