Skip to main content

No project description provided

Project description

inferless

Inferless - Deploy Machine Learning Models in Minutes.

See the website at https://inferless.com/ for documentation and more information about running code on Inferless.

Usage:

$ inferless [OPTIONS] COMMAND [ARGS]...

Options:

  • -v, --version
  • --help: Show this message and exit.

Commands:

  • deploy: Deploy a model to Inferless
  • init: Initialize a new Inferless model
  • log: Inferless models logs (view build logs or...
  • login: Login to Inferless
  • model: Manage Inferless models (list , delete ,...
  • runtime: Manage Inferless runtimes (can be used to...
  • secret: Manage Inferless secrets (list secrets)
  • token: Manage Inferless tokens
  • volume: Manage Inferless volumes (can be used to...
  • workspace: Manage Inferless workspaces (can be used...

inferless deploy

Deploy a model to Inferless

Usage:

$ inferless deploy [OPTIONS]

Options:

  • --help: Show this message and exit.

inferless init

Initialize a new Inferless model

Usage:

$ inferless init [OPTIONS]

Options:

  • --help: Show this message and exit.

inferless log

Inferless models logs (view build logs or call logs)

Usage:

$ inferless log [OPTIONS] [MODEL_ID]

Arguments:

  • [MODEL_ID]: Model id or model import id

Options:

  • -i, --import-logs: Import logs
  • -t, --type TEXT: Logs type [BUILD, CALL]] [default: BUILD]
  • --help: Show this message and exit.

inferless login

Login to Inferless

Usage:

$ inferless login [OPTIONS]

Options:

  • --help: Show this message and exit.

inferless model

Manage Inferless models (list , delete , activate , deactivate , rebuild the models)

Usage:

$ inferless model [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • activate: activate a model.
  • deactivate: deactivate a model.
  • delete: delete a model.
  • info: Get model details.
  • list: List all models.
  • rebuild: rebuild a model.

inferless model activate

activate a model.

Usage:

$ inferless model activate [OPTIONS]

Options:

  • --model-id TEXT: Model ID
  • --help: Show this message and exit.

inferless model deactivate

deactivate a model.

Usage:

$ inferless model deactivate [OPTIONS]

Options:

  • --model-id TEXT: Model ID
  • --help: Show this message and exit.

inferless model delete

delete a model.

Usage:

$ inferless model delete [OPTIONS]

Options:

  • --model-id TEXT: Model ID
  • --help: Show this message and exit.

inferless model info

Get model details.

Usage:

$ inferless model info [OPTIONS]

Options:

  • --model-id TEXT: Model ID
  • --help: Show this message and exit.

inferless model list

List all models.

Usage:

$ inferless model list [OPTIONS]

Options:

  • --help: Show this message and exit.

inferless model rebuild

rebuild a model. (If you have a inferless.yaml file in your current directory, you can use the --local or -l flag to redeploy the model locally.)

Usage:

$ inferless model rebuild [OPTIONS]

Options:

  • --model-id TEXT: Model ID
  • -l, --local: Local rebuild
  • --help: Show this message and exit.

inferless runtime

Manage Inferless runtimes (can be used to list runtimes and upload new runtimes)

Usage:

$ inferless runtime [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • list: List all runtimes.
  • upload: Upload a runtime.

inferless runtime list

List all runtimes.

Usage:

$ inferless runtime list [OPTIONS]

Options:

  • --help: Show this message and exit.

inferless runtime upload

Upload a runtime.

Usage:

$ inferless runtime upload [OPTIONS]

Options:

  • -p, --path TEXT: Path to the runtime
  • -n, --name TEXT: Name of the runtime
  • --help: Show this message and exit.

inferless secret

Manage Inferless secrets (list secrets)

Usage:

$ inferless secret [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • list: List all secrets.

inferless secret list

List all secrets.

Usage:

$ inferless secret list [OPTIONS]

Options:

  • --help: Show this message and exit.

inferless token

Manage Inferless tokens

Usage:

$ inferless token [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • set: Set account credentials for connecting to...

inferless token set

Set account credentials for connecting to Inferless. If not provided with the command, you will be prompted to enter your credentials.

Usage:

$ inferless token set [OPTIONS]

Options:

  • --token-key TEXT: Account CLI key [required]
  • --token-secret TEXT: Account CLI secret [required]
  • --help: Show this message and exit.

inferless volume

Manage Inferless volumes (can be used to list volumes and create new volumes)

Usage:

$ inferless volume [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • create: create volume.
  • list: List all volumes.

inferless volume create

create volume.

Usage:

$ inferless volume create [OPTIONS]

Options:

  • -n, --name TEXT: Name of the volume
  • --help: Show this message and exit.

inferless volume list

List all volumes.

Usage:

$ inferless volume list [OPTIONS]

Options:

  • --help: Show this message and exit.

inferless workspace

Manage Inferless workspaces (can be used to switch between workspaces)

Usage:

$ inferless workspace [OPTIONS] COMMAND [ARGS]...

Options:

  • --help: Show this message and exit.

Commands:

  • use

inferless workspace use

Usage:

$ inferless workspace use [OPTIONS]

Options:

  • --help: Show this message and exit.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

inferless_cli-1.0.0.tar.gz (25.4 kB view hashes)

Uploaded Source

Built Distribution

inferless_cli-1.0.0-py3-none-any.whl (33.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page