-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to tensorflow-aarch64 and pytorch-aarch64 Docker builds
- Adds more verbose welcome message - Enables support for v8a targets Default TensorFlow build is now 'generic' which will now support a greater range of targets including A72 and Neoverse cores. - Updates TF build to use Compute Library 21.11 - Updates PyTorch build to use Compute Library 21.11 - Disables caching of ACL softmax primitives in TensorFlow Co-authored-by: Luke Ireland <[email protected]> Co-authored-by: Jonathan Louis Kaplan <[email protected]>
- Loading branch information
1 parent
e9490ae
commit 9693e5d
Showing
12 changed files
with
215 additions
and
939 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
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
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
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 |
---|---|---|
@@ -1,8 +1,26 @@ | ||
|
||
================================================================================ | ||
PyTorch for AArch64 | ||
Built using: | ||
https://github.com/ARM-software/Tool-Solutions | ||
For more details, see: | ||
https://github.com/ARM-software/Tool-Solutions/blob/master/docker/pytorch-aarch64/README.md | ||
================================================================================ | ||
|
||
Built using: https://github.com/ARM-software/Tool-Solutions | ||
For more details, see: https://git.io/JMESY | ||
|
||
-- | ||
|
||
The default user's home (/home/ubuntu) contains: | ||
|
||
- examples/ - a selection of inference examples and benchmarks: | ||
-- Vision, Natural Language Processing (NLP) and speech recognition | ||
inference examples | ||
-- MLCommons/ - sample inference benchmarks for Vision and NLP, | ||
see https://github.com/mlcommons/inference | ||
|
||
For more details, and instructions on how to run the benchmarks see: | ||
examples/README.md (https://git.io/JMESs) | ||
|
||
- python3-venv/ - the complete python environment including PyTorch. | ||
|
||
- CK/ containing Collective Knowledge (https://cknowledge.org) repositories | ||
used to manange datasets for the MLCommons benchmarks. | ||
================================================================================= |
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
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
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
Oops, something went wrong.