✨ (merlin_devbox.zsh): remove hardcoded HF_ENDPOINT variable to streamline proxy configuration and enhance flexibility in environment settings
This commit is contained in:
@@ -46,7 +46,6 @@ alias hf_mirror_internal='export HF_ENDPOINT=$HF_MIRROR_INTERNAL'
|
|||||||
alias hf_mirror_external='export HF_ENDPOINT=$HF_MIRROR_EXTERNAL'
|
alias hf_mirror_external='export HF_ENDPOINT=$HF_MIRROR_EXTERNAL'
|
||||||
|
|
||||||
# http proxy
|
# http proxy
|
||||||
export HF_ENDPOINT=http://huggingface-proxy-sg.byted.org
|
|
||||||
export HTTP_PROXY=http://sys-proxy-rd-relay.byted.org:8118
|
export HTTP_PROXY=http://sys-proxy-rd-relay.byted.org:8118
|
||||||
export HTTPS_PROXY=http://sys-proxy-rd-relay.byted.org:8118
|
export HTTPS_PROXY=http://sys-proxy-rd-relay.byted.org:8118
|
||||||
export NO_PROXY=byted.org,bytedance.net,10.*.*.*,127.*.*.*
|
export NO_PROXY=byted.org,bytedance.net,10.*.*.*,127.*.*.*
|
||||||
|
|||||||
Reference in New Issue
Block a user