Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KoichiYasuoka committed Jul 14, 2022
1 parent 0ee8116 commit 87fe810
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions installer/tokenizers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ chmod u+x rustup-init.exe
./rustup-init.exe -y --no-modify-path --default-host "$C"-pc-windows-gnu --default-toolchain 1.61.0 --profile minimal
curl -LO https://github.com/huggingface/tokenizers/archive/python-v$V.tar.gz
tar xzf python-v$V.tar.gz
find tokenizers-python-v$V -name rust-toolchain |
( while read F
do echo 1.61.0 > $F
done
)
cd tokenizers-python-v$V/bindings/python
( B=`cygpath -ad /usr/bin/cygpath | sed 's/\\\\/\\\\\\\\/g'`
echo /fn from_file/a
Expand Down

0 comments on commit 87fe810

Please sign in to comment.