摘要: bashrc which docker >/dev/null 2>/dev/null || PSDOCKER="[d]" export PS1=$PSDOCKER'\u@\h:\w$ ' alias ls='ls --color' export PYTHONDONTWRITEBYTECODE=1 a 阅读全文
posted @ 2025-01-19 20:23 恰逢其时40 阅读(18) 评论(0) 推荐(0)
摘要: conda create -n xxx git clone --recursive https://github.com/pytorch/pytorch.git -b v2.5.1 (如果ssh需要秘钥) git submodule sync git submodule update --init 阅读全文
posted @ 2025-01-19 13:59 恰逢其时40 阅读(82) 评论(0) 推荐(0)