mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-23 16:49:27 +00:00
Fixing extra wheels memory usage. (#1098)
This commit is contained in:
@ -7,6 +7,8 @@ then
|
||||
fi
|
||||
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
# https://users.rust-lang.org/t/cargo-uses-too-much-memory-being-run-in-qemu/76531
|
||||
echo -e "[net]\ngit-fetch-with-cli = true" > "$HOME/.cargo/config"
|
||||
|
||||
for PYBIN in /opt/python/cp{37,38,39,310,311}*/bin; do
|
||||
export PYTHON_SYS_EXECUTABLE="$PYBIN/python"
|
||||
|
Reference in New Issue
Block a user