Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nwpm

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nwpm

Navigator Workspace Pack Manager

  • 0.1.20
  • PyPI
  • Socket score

Maintainers
1

安装环境

你可以使用nwpm包管理工具自由地创建你想要的环境。目前nwpm支持:

命令引擎支持的CUDA版本
mx18_cu110mxnet 1.8.011.0
mx18_cu102mxnet 1.8.010.2
mx17_cu102mxnet 1.7.010.2

你可以使用类似以下的命令初始化一个工作环境:
nwpm -create mx17_cu102
该命令的格式为:
nwpm -create {Environment Name}

移除环境

你可以使用以下命令移除你的工作环境:
nwpm -delete mx17_cu102
注意,由于workspace_pack目录下很有可能保留有模型、数据集等重要内容,因此该命令不会删除workspace_pack目录下的文件。如果您需要,请手动删除。
​ 该命令的格式为:
nwpm -delete {Environment Name}

安装工作包

你可以使用类似下面的命令获取他人发布的工作包:
nwpm -install nvccp
该命令的格式为:
nwpm -install {Package Name}

移除工作包

你可以使用类似下面的命令移除已下载的工作包:
nwpm -remove nvccp
该命令的格式为:
nwpm -remove {Package Name}

开始工作

nwpm -work

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc