| unset HF_ENDPOINT | |
| export https_proxy=http://127.0.0.1:7890 | |
| export http_proxy=http://127.0.0.1:7890 | |
| export all_proxy=socks5://127.0.0.1:7891 | |
| curl -I huggingface.co | |
| unset HF_ENDPOINT | |
| export https_proxy=http://127.0.0.1:7890 | |
| export http_proxy=http://127.0.0.1:7890 | |
| export all_proxy=socks5://127.0.0.1:7891 | |
| curl -I huggingface.co | |