地址:https://gitee.com/jayuc/ai-study.git
修改pip镜像源为清华:pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
pytorch无gpu安装:pip install torch torchvision torchaudio
transformers安装:pip install transformers datasets tokenizers
查看gpu情况 cuda版本:nvidia-smi
监控gpu使用情况:nvitop 需安装:pip install nvitop