【问题标题】:How to install the latest version of rapids, without specifying the version number如何安装最新版本的rapids,无需指定版本号
【发布时间】:2020-10-07 16:07:05
【问题描述】:

我想安装最新版本的rapids而不指定版本号。

从这里:https://rapids.ai/start.html

conda install -c rapidsai -c nvidia -c conda-forge -c defaults rapids=0.15 python=3.7 cudatoolkit=10.1

正常工作。但是如果我们去掉版本号(0.15)

conda install -c rapidsai -c nvidia -c conda-forge -c defaults rapids python=3.7 cudatoolkit=10.1

conda 安装 0.01

如果我们移除 Rapids,则不会安装任何东西

如何设置它以每次获取最新版本?

【问题讨论】:

    标签: nvidia rapids


    【解决方案1】:

    来自伟大的 John Kirkham:请使用 rapidsai::rapids。它将强制为stablenightlies 安装最新版本。

    conda install -c rapidsai -c nvidia -c conda-forge -c defaults rapidsai::rapids python=3.7 cudatoolkit=10.1

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-04-29
      • 1970-01-01
      • 2021-11-16
      • 2020-06-12
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多