anaconda/pkgs/free_main_pro以及anaconda/cloud/conda-forge_pytorch的作用简述

bash 复制代码
~/miniconda3/bin/conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
~/miniconda3/bin/conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
~/miniconda3/bin/conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
~/miniconda3/bin/conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
~/miniconda3/bin/conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/pro/

这里使用 config --add channels来添加URL以配置下载路径。

  • Anaconda 免费软件包 频道,包含 Anaconda 提供的免费软件包

    bash 复制代码
    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
  • Anaconda 主要软件包频道,包含 Anaconda 提供的主要软件包

    https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/ ```

    bash 复制代码
    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
  • conda forge 频道,包含由社区维护的 conda 软件包

    bash 复制代码
    https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
  • PyTorch 频道,包含 PyTorch 相关的软件包

    bash 复制代码
    https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
  • Anaconda 专业软件包频道,包含 Anaconda 提供的专业软件包

    bash 复制代码
    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/pro/
相关推荐
腾讯蓝鲸智云20 分钟前
嘉为蓝鲸可观测系列产品入选Gartner《中国智能IT监控与日志分析工具市场指南》
运维·人工智能·信息可视化·自动化
2401_8747325321 分钟前
为你的Python脚本添加图形界面(GUI)
jvm·数据库·python
LaughingZhu25 分钟前
Product Hunt 每日热榜 | 2026-03-25
人工智能·经验分享·深度学习·神经网络·产品运营
FreakStudio41 分钟前
0 元学嵌入式 GUI!保姆级 LVGL+MicroPython 教程开更,从理论到实战全搞定
python·单片机·嵌入式·面向对象·电子diy
蟑螂恶霸44 分钟前
Windows安装OpenCV 4.8
人工智能·windows·opencv
枫叶林FYL1 小时前
【自然语言处理 NLP】第二章 经典NLP算法与特征工程(Classical NLP Algorithms)
人工智能·深度学习·机器学习
非著名程序员1 小时前
阿里云重磅上线 Qoder 专家团模式,AI 编程进入组团作战时代
人工智能
AEIC学术交流中心2 小时前
【快速EI检索 | IEEE出版】2026年人工智能、智能系统与信息安全国际学术会议(AISIS 2026)
人工智能
火山引擎开发者社区2 小时前
李诞、何同学、小Lin说同台直播,解锁养虾新玩法!
人工智能
剑穗挂着新流苏3123 小时前
117_PyTorch 实战:利用训练好的模型进行单张图片验证
人工智能·python·深度学习