Skip to content

Commit

Permalink
Merge pull request #45 from odidev/pytorch
Browse files Browse the repository at this point in the history
Add pytorch file
  • Loading branch information
zachlasiuk authored Jan 31, 2024
2 parents 1ee4091 + eb62760 commit 1f55a15
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions content/sw_database/pytorch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: PyTorch
category: ML
description: PyTorch is a Python package that provides two high-level features, first is Tensor computation (like NumPy) with strong GPU acceleration and the second is Deep neural networks built on a tape-based autograd system.
download_url: https://pypi.org/project/torch/#files
works_on_arm: true
supported_minimum_version:
version_number: 1.8.0
release_date: 04/03/2021

optional_info:
homepage_url: https://pytorch.org/
support_caveats: The AArch64 wheels are present from python 3.9 onwards.
alternative_options:
getting_started_resources:
arm_content: https://community.arm.com/arm-community-blogs/b/tools-software-ides-blog/posts/aarch64-docker-images-for-tensorflow-and-pytorch
partner_content: https://aws.amazon.com/pytorch/
official_docs: https://pytorch.org/get-started/locally/
arm_recommended_minimum_version:
version_number:
release_date:

optional_hidden_info:
release_notes__supported_minimum: https://pypi.org/project/torch/1.8.0/#files
release_notes__recommended_minimum:
other_info: ARM64 support is not mentioned in the release notes. AArch64 wheels are released from version 1.8.0.
---

0 comments on commit 1f55a15

Please sign in to comment.