mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Removing python3.6 from manylinux it's not supported anymore. (#1063)
This commit is contained in:
@ -4,7 +4,7 @@ set -ex
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
|
||||
for PYBIN in /opt/python/{cp36-cp36m,cp37-cp37m,cp38-cp38,cp39-cp39,cp310-cp310}/bin; do
|
||||
for PYBIN in /opt/python/{cp37-cp37m,cp38-cp38,cp39-cp39,cp310-cp310}/bin; do
|
||||
export PYTHON_SYS_EXECUTABLE="$PYBIN/python"
|
||||
|
||||
"${PYBIN}/pip" install -U setuptools-rust==0.11.3
|
||||
|
4
bindings/python/test2.py
Normal file
4
bindings/python/test2.py
Normal file
@ -0,0 +1,4 @@
|
||||
from tokenizers import Tokenizer
|
||||
|
||||
|
||||
tokenizer = Tokenizer.from_file("/home/nicolas/Downloads/tokenizer-wiki.txt")
|
Reference in New Issue
Block a user