New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

opsml-cli

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opsml-cli

Rust-based CLI for interacting with OpsML

  • 0.7.0
  • PyPI
  • Socket score

Maintainers
1

Opsml-cli

Lints-Tests

This package provides a python-installable CLI written in Rust for interacting with opsml.

Installation

Using Poetry

poetry add opsml-cli

Using Pip

pip install opsml-cli

Commands

To get a list of commands, run opsml-cli help.

Listing Cards


$ opsml-cli list-cards --registry model

Downloading Model

# Download model only

$ opsml-cli download-model --name {{model}} --repository {{repository}} --version {{version}}  # name repository version
$ opsml-cli download-model --uid {{uid}} # model from uid

# Download onnx version of model

$ opsml-cli download-model --name model --repository {{repository}} --version 1.0.0  --onnx

# Download model and preprocessor (if available)
opsml-cli download-model --name model -- version 1.0.0 --repository {{repository}} --onnx --preprocessor

Contributing

If you'd like to contribute, be sure to check out our contributing guide!

Thanks goes to these phenomenal projects and people and people for creating a great foundation to build from!

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