LLaVA / bashrc
starriver030515's picture
Upload 2 files
548a7bd verified
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
export http_proxy=http://zhuchenglin:GkDasqH7xD2VlNn20lNH3DZdcw35z53UaozKnLa5MNw43b4sERthyMXVXyd9@10.1.20.50:23128/
export https_proxy=http://zhuchenglin:GkDasqH7xD2VlNn20lNH3DZdcw35z53UaozKnLa5MNw43b4sERthyMXVXyd9@10.1.20.50:23128/
export HTTP_PROXY=http://zhuchenglin:GkDasqH7xD2VlNn20lNH3DZdcw35z53UaozKnLa5MNw43b4sERthyMXVXyd9@10.1.20.50:23128/
export HTTPS_PROXY=http://zhuchenglin:GkDasqH7xD2VlNn20lNH3DZdcw35z53UaozKnLa5MNw43b4sERthyMXVXyd9@10.1.20.50:23128/
# Uncomment the following line if you don't like systemctl's auto-paging feature:
# export SYSTEMD_PAGER=
# User specific aliases and functions
alias proxy_on='export http_proxy=http://zhuchenglin:GkDasqH7xD2VlNn20lNH3DZdcw35z53UaozKnLa5MNw43b4sERthyMXVXyd9@10.1.20.50:23128/; export https_proxy=http://zhuchenglin:GkDasqH7xD2VlNn20lNH3DZdcw35z53UaozKnLa5MNw43b4sERthyMXVXyd9@10.1.20.50:23128/ ; export HTTP_PROXY=http://zhuchenglin:GkDasqH7xD2VlNn20lNH3DZdcw35z53UaozKnLa5MNw43b4sERthyMXVXyd9@10.1.20.50:23128/; export HTTPS_PROXY=http://zhuchenglin:GkDasqH7xD2VlNn20lNH3DZdcw35z53UaozKnLa5MNw43b4sERthyMXVXyd9@10.1.20.50:23128/'
alias proxy_off='unset http_proxy; unset https_proxy; unset HTTP_PROXY; unset HTTPS_PROXY'
# export PATH=$PATH:/mnt/petrelfs/zhuchenglin/Python3/bin/python3
# alias python='/mnt/petrelfs/zhuchenglin/Python3/bin/python3'
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/mnt/petrelfs/zhuchenglin/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/mnt/petrelfs/zhuchenglin/anaconda3/etc/profile.d/conda.sh" ]; then
. "/mnt/petrelfs/zhuchenglin/anaconda3/etc/profile.d/conda.sh"
else
export PATH="/mnt/petrelfs/zhuchenglin/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<
export PATH=~/bin:$PATH
export CUDA_HOME=/mnt/lustre/share/cuda-11.8
alias aws_perf="aws --profile=default --endpoint-url=http://10.140.85.159 s3"
export LD_LIBRARY_PATH=/mnt/petrelfs/zhuchenglin/anaconda3/lib:$LD_LIBRARY_PATH