Skip to content

Commit

Permalink
fix kenlm build script
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Jan 10, 2025
1 parent e4f9d1b commit 416f717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskcluster/scripts/toolchain/build-kenlm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ cd $KENLM_DIR
pip install --break-system-packages setuptools wheel cmake
MAX_ORDER=7 python3 setup.py bdist_wheel
find .
whl=$($KENLM_DIR/dist/*.whl)
whl=$(ls $KENLM_DIR/dist/*.whl)
cp $whl $UPLOAD_DIR/

0 comments on commit 416f717

Please sign in to comment.