Skip to content

Commit

Permalink
enabling fix for SentencePiece on aarch64/generic
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Jun 15, 2024
1 parent 2a76a7a commit 4c995a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ def pre_module_hook_librosa_augment_modluafooter(self, *args, **kwargs):
'pybind11': parse_hook_pybind11_replace_catch2,
#'PyTorch-bundle': parse_hook_pytorch_bundle_torchvision_setenv,
'Qt5': parse_hook_qt5_check_qtwebengine_disable,
#'SentencePiece': parse_hook_sentencepiece_disable_tcmalloc_aarch64,
'SentencePiece': parse_hook_sentencepiece_disable_tcmalloc_aarch64,
'UCX': parse_hook_ucx_eprefix,
}

Expand Down

0 comments on commit 4c995a9

Please sign in to comment.