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

Uploaded CPython 3.15tWindows x86-64

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

Uploaded CPython 3.15tWindows x86

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

Uploaded CPython 3.15tmacOS 11.0+ ARM64

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

Uploaded CPython 3.15tmacOS 10.15+ x86-64

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

Uploaded CPython 3.15Windows x86-64

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

Uploaded CPython 3.15Windows x86

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

Uploaded CPython 3.15macOS 11.0+ ARM64

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

Uploaded CPython 3.15macOS 10.15+ x86-64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.15+ x86-64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

cputorch-0.5.5-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.5-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.5-cp310-cp310-macosx_11_0_arm64.whl (52.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9macOS 11.0+ ARM64

cputorch-0.5.5-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.5.tar.gz.

File metadata

  • Download URL: cputorch-0.5.5.tar.gz
  • Upload date:
  • Size: 27.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.5.tar.gz
Algorithm Hash digest
SHA256 1616554834db3a4bf1b19d76bbd234af73387f3210c40853872482c669ea646e
MD5 2b17d63de1561105efaf14bb32edb706
BLAKE2b-256 d3164a5f4f88a6885c8ce39163867081c15493affe21566d3034fd8b3dd5a587

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cputorch-0.5.5-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.5-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 cd4fb3ad914262130d1f5c189a42b5f92a7ad5ade10206d58a683cd0d7dee14b
MD5 c9880e45977f019a432e2283e41051c1
BLAKE2b-256 20bb0bc7dd4f0c6c740f4359bfc1e5ca11ae4b79263d0f6cbdc3a89b8b635992

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cputorch-0.5.5-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.5-cp315-cp315t-win32.whl
Algorithm Hash digest
SHA256 1cb663a105d70dfc4b5502c79021be208d1818c9b665039fdc70b42ed1687e63
MD5 87efca39abc85ee0a8dd035d03f57629
BLAKE2b-256 9482d197dfa4b4374795b285121faea54d6f63f1d56e147339908514fdf6dc10

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fd6a67f76b4beb269adb0dfde8815689249fcc68e012307dc06c05cb882e9f93
MD5 dd258a6c5eb6f67c2eb7208e199c69bd
BLAKE2b-256 01c893441fdbddc355a8c24be747ea8a96ebd2022d5e0af9b310f1fdace9bbfa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp315-cp315t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 51f32cb2521f5d37a4e09e6918939dffca79d47f6a39899c91876cd43208d206
MD5 3cdef95863d7e550878b45c24aabdb26
BLAKE2b-256 6379ae0b37c3b40029f27196512b9f6a06879f3b94cbc721731ff8d946c680df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 30cc1e3f42aa7740bd1e8c38e59b5dd57657dc4ba346ed6467da9b9f7ee12d7b
MD5 bb609ebb7c8679223348324d5368fd66
BLAKE2b-256 566b4ab92c0d2f28e4a62d7dc4d26d008e7d3527b79142c6ff479a812ac99739

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp315-cp315t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a8a4208b23608959630a9865e486276151b8dee85752b5249d811fb04c4c91b3
MD5 c19136ac543741042aed938eedc1b071
BLAKE2b-256 b89bf1affa86bf1db83f53e8ea49f5b62134aa4736db73caa216956041d28522

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cputorch-0.5.5-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.5-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 e8e725e75608999e98cfd41ed4584af4bba75ae75a3313f3c5939d9818414185
MD5 1271431b8a054a5887adbec3be694399
BLAKE2b-256 a68ce80b23edc8b3cd7f59bd11c63374f757857ec3d770eed07ba502a496a43a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cputorch-0.5.5-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.5-cp315-cp315-win32.whl
Algorithm Hash digest
SHA256 8775ae4461abd8811990b21696de5d0c54dae99dbc0fd23858858484c62f951e
MD5 385696244fb438f4ca9ea1510901e4db
BLAKE2b-256 ce6309d50b9a4b26f8250b7ce569052db01869bb658768aef611dedefba04e1a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 af18ba026915464b29371834034d4978404f31c105fa41c6b7c395451de34b61
MD5 03dc9d60c1a95fd7b753e78d1334f573
BLAKE2b-256 15a82f954a076a262bc891c03fd55010268d926a3a824d813f0df613f3ccc63d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp315-cp315-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 547d1f9c67640a5fdddc6a4c3ac98003dab227dc3e68fa8a237b53558665cd3b
MD5 418791dfc4ca00ddd2540fbd77d226fb
BLAKE2b-256 5456bb3ddad258b21819aebe3f4e1b4f5dab4853d61d95f627ee75feae04af5f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c40171c371e154ddfc2db11d9654134b6c40536c6b187fe0c9629a1213f8cc70
MD5 95eae5566b030cc41d299d303ab6d58f
BLAKE2b-256 e15d4cdf9d90f7acd73a79887549711c673bc503c15d543695b05c9356550049

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp315-cp315-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 201b66597e751afa187199095dfd77a2dc97989a6e4c38439919e50da1504f6a
MD5 cc82c5e00369a244e49865391b4ec14c
BLAKE2b-256 1391ebacbb86d7cbfed9f822701fb91b8cc242e348f2b685801dd8c601f6d371

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cputorch-0.5.5-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.5-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 79692d1c229a05677cd754070dfe0526d7c57c475fe1093a3d4ae2cf728595c5
MD5 de5c8a7dd14358f540efab34e9ff1312
BLAKE2b-256 37a6d286c70ce8f21e884aed4dc616ac161112bd980ddb4c3d4f9ed4e338008c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cputorch-0.5.5-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.5-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 de314d55c750d3757b3b1d5c868429039df50a58631d7ba71efb1138113f6ed9
MD5 c86f70d2b158888839cf6c735c1a248d
BLAKE2b-256 77e8e02bcb8b4659902d6ef9f3f053e994fdd5a05c367be105656085797e5a49

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9448bcd9989fadf25f8bf172ce16cf0cab159aa0361198d1eddb99ab4d2707c2
MD5 32a584130cf68758b306ecbd48815cf3
BLAKE2b-256 e0a848c25195bea0253c7932ee06ebc3dbc2a0b07a376c80cf76cadf9ef80ef6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c465955b8b1bbe9f9c3e14e3db7b0b8098cf8b10c2ecdf271555e9216edd28b4
MD5 a9d48ae3db3c1f5cddaf2b85f780f8a0
BLAKE2b-256 a7f1e094d7642a2326ed4345a59c94df32d82df02cefb5b5400724def2fee3d7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0eff1ba609e2c0bdb64318f1cb136ac53af3fbcc5e3caa66a1926af005eae1f6
MD5 5eb647010dbd064d21bcc5035e3b46ec
BLAKE2b-256 d1370f9e1c983c718b6ba5c9b8da9d4ffb520fa37105fa524e4f969c062c0047

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a614c6a3cb6eecc4c2c1534dd607f55ac19c0f63b323df8a71e7e19cd96fc22f
MD5 bb7940a9cddf3db50a0ce2fafebc8ee2
BLAKE2b-256 ee6f9cdafdcae8e1126aeb9e06cb6614c61077820384bc2dfd0de7f017d1465e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cputorch-0.5.5-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.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 276de3952a6d154591e6faec26f956532239bee2f5333aba576834472baf678a
MD5 6ebd1c912c936a4af22d735e2f2b0d70
BLAKE2b-256 b71c06c590ace5d6d51f1b367d548a0031adc9034effcd403121b61c2a68f770

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cputorch-0.5.5-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.5-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 697e6c0859101c1512554fe3b3736ea570e1d17fbe649797dc72762c5322f53c
MD5 0969b6aa2f47033928f6ac6540f4147d
BLAKE2b-256 89773a7cdea5b6f81c4a467c61945fa36add6a4e6c71d3fc50e6f79fcea36706

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1126ab5152886063a1443cc4991e439349005592fc83976a0febb3c9857fa498
MD5 4f53c8d6dde60dc34ebf9668952d4dcc
BLAKE2b-256 5a04542752b36e2d69fa8a9a9c5a99cc9d1b551e58a3111384c463f61de202d7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 be9787e063b74cfb1b6665193e8789719a4dbd3340b87deee3f563f124076a06
MD5 c1e182ae77c0cee0dfc81d40e7bd47ab
BLAKE2b-256 a140a3b63faf3560b00f72dbd68755e52c42f4ec06c68924673cff27f5691ebe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4c040a0944fe9abd442277ec89e86df8a2f07fbe9fec768253a1f105f32c7bc
MD5 89ccccf7640aec48a2c29fb07f84be8c
BLAKE2b-256 1e58206011cbf4647a699352fc4ca162291e15fca71721093d6c277f7231ebfb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 56c15e84e995d9644f5a3db39a4527e5d7b004bf33c1a48d464d97a3787bab36
MD5 23f7a5dbfda5b1e6e87ecbf5ef66bf2e
BLAKE2b-256 737c61a605614a7a5dd7461c6a62c635ba35722ff9ac174a5b5cda5926fdccfb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cputorch-0.5.5-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.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3df1ca5e668ae309f93cbe28833ae009599c462874e52dbbc345d41bfabeafd2
MD5 2dc54620361d16d668d8860d3843e7cf
BLAKE2b-256 ab44bcb32b5173063727777cab6431387242a8ed4ad05ec2e40acdefb9d28046

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cputorch-0.5.5-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.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b84bc81d417067d39653c1c9b9cde3e4089eadacf6c4c054ecc674020f605821
MD5 c62d8a75d9530987afb5551bc4de3f02
BLAKE2b-256 acb80fc423d358aff3f2354d6c11111c754ebba55919f4e1ad6f9bc3fa21c9ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 745deea45e89e62f048d989b4cea11d7715291c627f6b9ebff05408807c74937
MD5 c6bf1a7e71845e40b3c43f3d097c1ddb
BLAKE2b-256 3e3dfded2a8837b46d229b2e9a7ecc11ed46f68c33d819e092aff7d17d694d7e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1ae683357d5b0e1b2d4189f3484ccc5d0c259e8e1c68fd847ecb0660bd8b94e7
MD5 9640011accb34c63cb29d812532b6c86
BLAKE2b-256 597847acd61e1996dc59fc11526ffb8c8f2e03de8663d885512801387e8e72a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 263b9d09f02bfd71bb2e54fe492940ee2b7937fc10cb1b8a7a1696307b5f1b3c
MD5 d84c1091bc4f1aec2de5c99b4f74e89e
BLAKE2b-256 ebd3a953b2173cad3dedd8f1dd9c27299e483ca12196043938384bf387d9d84f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 bf24c3590e4cabb3364071fd355ea301448f3b6a3ad2ebdee16257326a438333
MD5 a4aef0c445d0f1dd6616b808f25a5ec4
BLAKE2b-256 597490448622cf6bc17d4476bc4bb4524d313ab335b0394684c6b43f2f0d8c88

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cputorch-0.5.5-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.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d3378361f4750f47c130137e9d8581bbdd9ecf1e4ec4bbd8a370091742c181aa
MD5 88d0e0c6d589dd9c7cfe31c5271a4c0d
BLAKE2b-256 899afb400f6bcbcf71db793ea199069e56ffc37a80b7209a615159679864b02d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cputorch-0.5.5-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.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1a3ab27c27c36d96285679e1e574f1ff02464e8d6db2a87915c85f0eb270ace3
MD5 ae07c2900eb006e9a1147aecc31b9a2d
BLAKE2b-256 5f0f3e9090f636a60e23140ae939de7d8e97b02f9f275e9d745b9c98ee21fd98

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a57556027bb4cd218c03702c5a1a2286082fa3bd94a52862382a291da18a5bbc
MD5 3d9d2e6ce794e2061099688655d5ac13
BLAKE2b-256 919c7977ef41371b468b28eb11f5ae7180503e2b24089ee351b47a744a6da26a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b115c0870cc43f5cb7b7f69698c55f24648e1d6ba354b6ba03873ecc8d963663
MD5 696330c5b31edeb4f74e2e6d51b4eae0
BLAKE2b-256 f8279c50a2e0257b4f19b4387a6f1e428f631dae4d9d27c27cf785864ef2eadc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4aa1e743c749ea04c07dcc2c322fa099108555e6e899f7a4fc16ff20861d64be
MD5 3edeb9a7212c6fad370ec20793f9bdf1
BLAKE2b-256 428f739735676490fabde74efc4b6875b5edfe2f7c23430bacd2c185fbb63537

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6da59b5aeaad2655db3debf8fcbe0ebfd988b69d7bc542d9f0262877284c2845
MD5 a277ed65dc2b12f1b382e9656df36844
BLAKE2b-256 b51a7ada64054ed1d7015adbcd8808d6e70e03dc4f6162d777d4e75e3a7ccf7c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cputorch-0.5.5-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.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ba4ff154883adb20ee4e20f1ba5bdc24b416a28223a0c48da9002aae0db5482b
MD5 cb45528e9ab58b88988ce260290ce1af
BLAKE2b-256 f9f71d2b94c00dceecd40aaf2d9d83e87458387664065d0532180fe2cb441524

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cputorch-0.5.5-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.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b8f15ab98a8d4b8351f9866322a2e3650a3b80f754d5c9556f5d786a5bc3e5b2
MD5 81c8637baea18b7a17a79f73fac21a38
BLAKE2b-256 a506c44bb5de5cfafb337cc97d7da59bedef69609e02449a6273fa4cea8b9c48

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d896106e6ba714c9b9aed656a93f092c83e01d81f098627a85c1e72c4a3dc214
MD5 cb2ef1529b5134b5b0e736e43cc1f8b7
BLAKE2b-256 0fe939fa90dcb05a445c612d28a57b24baa58f680d923485d35b28fad8e98887

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 110022c17a1ac8d8ba9aca07feff592d9affeb6507794bf6e4bedf0f9e6609b8
MD5 0a4ca7266f67378a3a13d4b7c37da21b
BLAKE2b-256 a7ef4449089714c6eec139cba983d0fc0a6f81c5e110cca1e01d2b28092e96eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 03a77e2247fd6d8aa9ed91eaa443c3aa975468a5ac0267af1b46a2b9f4336535
MD5 543092a5de09f9fc45bfdc478e22941f
BLAKE2b-256 31298b9a3efc7fdc9a9d1e220aa076f3145076763a0f4d07902b9d49a1a6eee6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 db3943b4d73a86996f862139f7bb2066fe1386574d5a621d8602ce9957b79347
MD5 4cf20a21a789b0d3cd62c643bd5486c1
BLAKE2b-256 66768256805d2e6bfde291bd14189fc7ba3a34aefaa1ebe686080e5a455ca452

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cputorch-0.5.5-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.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 581f08ecf71a21bfbd89aaeed1c6bf5a1ec9f3f65dd615b2c73f59170a0b8a83
MD5 ef89efd61611d3eac6738e04d5a5510c
BLAKE2b-256 b4855af24a3edeff0251a16cd640605e381d8fcac1f6ddaa29855b4485b49914

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cputorch-0.5.5-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.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1e6d27a6822f98a1cad71f9c98807cbf0cab3ef153d7024f64c20b4ce2d3f99b
MD5 725ecdf32eb86d989671c4e5df876881
BLAKE2b-256 d6457c89ef55bd78e3ff0f4a400ba80d593899114bd27c7812706b762c705d55

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a40011c13802a09615f1436b37602c3a742b300ab6415dd1e7981986454cdbed
MD5 4b65173ad6445e3dc0c6bb6595600b4d
BLAKE2b-256 11ee24af2e38be65c0569527fa85c55ffe92708554e67856e2da04c60bfe0542

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 648ccc33c396150b675dd0d0241aeba4f78aeae6eb232a12f73abfc8b7a3b9b4
MD5 4bfd1edad36cb6d4890ed649008f0a70
BLAKE2b-256 69f9ca3e8f91fb49326583d85595cd34bb3f7677302e73ee46e21842c136bcb5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4ca68959ea6665ce2bc102a39fa4f3bb9458ef2dfddab63163f5549c68358ab
MD5 39ab2e5b158fa33e54e550310080ca48
BLAKE2b-256 34bc593688b25a744ac5d03e2f85b946b0e0078ac52acbaf28bfbca91f97d687

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2995bf1ca928468b0f0f17efc9966a534718ee8c530705d60a2ead7150fffe7f
MD5 fa4a2c52b9f28e6e50feb1303870e9c2
BLAKE2b-256 b9104f717841a27e30921c6a3cd6a173cda26cc2473aea28baaec9dda19b80bd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cputorch-0.5.5-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.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1af463600b000ffd7504f2b417e110a193cc2bada34b1e57671967d26910ffbd
MD5 82204e2b4b9fc5d8e9bbba5813a61374
BLAKE2b-256 71b99537aadcbe25d7baf82c397b69aa928e0f9e8c6ce29c574b2bacbfc3167e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: cputorch-0.5.5-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.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f55941932049d56bbac8afc4997c24ee237bff3e4e9862fbc79820011d31d060
MD5 db9a876f58dd098b03898db52bbcc8d3
BLAKE2b-256 823c99b13aea4ac1bd1c7030d109f13d31907bcda3687386b806afa3277e4dde

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 197f9de3da936580de20de5c8b4aa42112a6d9fe3deb03e4c12abe9e3b4bcd6d
MD5 18e5d00be35792d9a6ca84d8740d0a48
BLAKE2b-256 9fdbc0d62e50afc410cc296fa0d73ea38ae2cbeb341864dcccd03f369689d485

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fa608f228c2efed7e77cb17f67788e3fbf7f17c6a01f37b4241707b232b02654
MD5 c1b44f61c2fbdf62b67abf82ea625c06
BLAKE2b-256 7b5ffabbc5428ce25b904b4a8b295152b6679f136359a93de5c4a0306d9ea78d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 980402ad54a2d4c7d531470dcaf1668853c7a41a5ca0cce2b6989bbc64c5edc0
MD5 2a9f11ff7d34a85ef66367fd85ba2e02
BLAKE2b-256 bd7317dc661fb5f6a1eedad5e5e7932d70cd6807bc65eab990765919b38232de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cputorch-0.5.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 70c14d56ceaf11e890dc89b3dfd565de1582f900c6f7a36a43ae92b76346c892
MD5 52da4eacc9497198f214e964792affdf
BLAKE2b-256 a31fe488cce62efe4f6f67625e48f52db979f0f8310ee7599b621c02001fc4dc

See more details on using hashes here.

Provenance

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

This release

0.5.5 This release

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