Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Command-line interface reference for Simplismart
simplismart
pip install simplismart-sdk
simplismart [global options] <command> [subcommand] [options]
--pg-token TOKEN
SIMPLISMART_PG_TOKEN
--base-url URL
https://api.app.simplismart.ai
--timeout SECONDS
300
--trace-id ID
simplismart model-repos list
simplismart model-repos create-container --name <name> --source-type docker_hub --runtime-gpus 1 --source-secret <SECRET_ID> --registry-path <path> --docker-tag <tag>
simplismart model-repos create-private-compile --name <name> --source-type huggingface --source-url <path> --model-class <class> --accelerator-type <type> --model-config @model_config.json --optimisation-config @optimisation_config.json --pipeline-config @pipeline_config.json
simplismart deployments list
simplismart deployments create --model-repo <ID> --org $ORG_ID --gpu-id nvidia-h100 --name <name> --min-pod-replicas 1 --max-pod-replicas 2 --autoscale-config @config.json
simplismart deployments stop --deployment-id <ID>
simplismart deployments start --deployment-id <ID>
simplismart deployments delete --deployment-id <ID>
simplismart secrets create --org-id $ORG_ID --name <name> --secret-type docker_hub --data @data.json
simplismart secrets list --org-id $ORG_ID
Was this page helpful?