Skip to content

Commit 0592e9e

Browse files
authored
[aarch64] update readme with the "--enable-mkldnn" option (#1362)
This needs to be enabled for official wheel building.
1 parent c1e2e31 commit 0592e9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aarch64_linux/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ __NOTE:__ CI build is currently __EXPERMINTAL__
1616
This app allows a person to build using AWS EC3 resources and requires AWS-CLI and Boto3 with AWS credentials to support building EC2 instances for the wheel builds. Can be used in a codebuild CD or from a local system.
1717

1818
### Usage
19-
```build_aarch64_wheel.py --key-name <YourPemKey> --use-docker --python 3.7 --branch <RCtag>```
19+
```build_aarch64_wheel.py --key-name <YourPemKey> --use-docker --python 3.8 --os ubuntu20_04 --enable-mkldnn --branch <RCtag>```

aarch64_linux/build_aarch64_wheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# To generate binaries for the release follow these steps:
55
# 1. Update mappings for each of the Domain Libraries by adding new row to a table like this: "v1.11.0": ("0.11.0", "rc1"),
66
# 2. Run script with following arguments for each of the supported python versions and specify required RC tag for example: v1.11.0-rc3:
7-
# build_aarch64_wheel.py --key-name <YourPemKey> --use-docker --python 3.7 --branch <RCtag>
7+
# build_aarch64_wheel.py --key-name <YourPemKey> --use-docker --python 3.8 --os ubuntu20_04 --enable-mkldnn --branch <RCtag>
88

99

1010
import boto3

0 commit comments

Comments
 (0)