We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f9568 commit 488bdbfCopy full SHA for 488bdbf
.ci/scripts/wheel/pre_build_script.sh
@@ -15,3 +15,8 @@ set -euxo pipefail
15
# able to see the installed torch package.
16
17
"${GITHUB_WORKSPACE}/${REPOSITORY}/install_requirements.sh" --example
18
+
19
+# On aarch64, we need to install libatomic explicitly for meta-pytorch/tokenizers to work.
20
+if [[ "$(uname -m)" == "aarch64" ]]; then
21
+ sudo dnf install -y libatomic
22
+fi
0 commit comments