-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from odidev/pytorch
Add pytorch file
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
--- |