Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
你可以使用nwpm包管理工具自由地创建你想要的环境。目前nwpm支持:
命令 | 引擎 | 支持的CUDA版本 |
---|---|---|
mx18_cu110 | mxnet 1.8.0 | 11.0 |
mx18_cu102 | mxnet 1.8.0 | 10.2 |
mx17_cu102 | mxnet 1.7.0 | 10.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
FAQs
Navigator Workspace Pack Manager
We found that nwpm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.