By JamesSand
python examples/data_preprocess/test_gsm8k.py
python examples/data_preprocess/test_math500.py# Enable vpn
source /etc/network_turbo
# Disable vpn
unset http_proxy && unset https_proxyinstall a package with proxy
pip install nbsphinx --proxy=http://127.0.0.1:7890install packages in requirements.txt with proxy
pip install -r requirements.txt --proxy=http://127.0.0.1:7890