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/
相关推荐
百度Geek说9 分钟前
全链路研发智能体 ——从"体感能用"到"实际可用"的工程实践
人工智能
甲维斯1 小时前
500块的豆包,能帮我搞定这个么?!
人工智能
火山引擎开发者社区2 小时前
当 Agent 自己做 SRE:详解 ArkClaw 自动化可观测体系的工程实践
人工智能
Coffeeee4 小时前
两个例子,帮你快速理解什么是Token
人工智能·程序员·ai编程
饼干哥哥4 小时前
用AI全自动剪辑,日更 100条爆款视频——HyperFrames、Remotion、Git使用入门
人工智能·机器学习·ai编程
用户83244598541324 小时前
深入拆解 AlexNet:跟着一张猫咪照片,看数据如何流动
人工智能
饼干哥哥4 小时前
开源Skills|搭建亚马逊动态关键词库系统,每天抓SSS级机会词
人工智能·深度学习·数据分析
Weigang4 小时前
别等 Agent 上线后补评估:先用 DeepEval 写失败样本
人工智能
MomentYY5 小时前
AI 到底是“懂”,还是在“猜”?
前端·人工智能·ai编程
拾光拾趣录5 小时前
为什么采用多路检索而不是单一向量检索?
人工智能