# ai **Repository Path**: noseew/ai ## Basic Information - **Project Name**: ai - **Description**: ai学习 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-07-16 - **Last Updated**: 2025-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ai ## python ### 换源 换国内清华镜像源 conda 换源 ` conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --add channels http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ conda config --add channels http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/fastai/ conda config --set show_channel_urls yes ` `conda config --set remote_read_timeout_secs 1000.0` pip 换源 ` pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple ` ## cuda 安装 & pytorch ` pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124 `