【trition-server】运行一个pytorch的ngc镜像

  • ngc 提供了pytorch容器

  • 号称是做了gpu加速的

  • 我装的系统版本是3.8的python,但是pytorch似乎是用conda安装的3.5的:

torch的python库是ls支持gpu加速是真的

在这里插入图片描述

英伟达的pytorch的说明书

root@a79bc3874b9d:/opt/pytorch# cat NVREADME.md

PyTorch

=======

  • PyTorch is a python package that provides two high-level features:

*** Tensor computation (like numpy) with strong GPU acceleration

  • Deep Neural Networks built on a tape-based autograd system**

You can reuse your favorite python packages such as numpy, scipy and Cython to
extend PyTorch when needed.

Contents of the PyTorc

相关推荐

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-07-12 03:40:02       67 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-07-12 03:40:02       71 阅读
  3. 在Django里面运行非项目文件

    2024-07-12 03:40:02       58 阅读
  4. Python语言-面向对象

    2024-07-12 03:40:02       69 阅读

热门阅读

  1. F1-score

    2024-07-12 03:40:02       17 阅读
  2. linux:vi命令

    2024-07-12 03:40:02       17 阅读
  3. vagrant远程连接不上问题

    2024-07-12 03:40:02       18 阅读