models
Lists models loaded by the Spice runtime
Usage​
spice models [flags]
Flags​
- --tls-root-certificate-fileThe path to the root certificate file used to verify the Spice.ai runtime server certificate
- -h,- --helphelp for models
Examples​
>>> spice models
NAME  FROM                                    DATASETS STATUS
modlz file:/Users/jeadie/Downloads/model.onnx []       Ready
Additional Example​
>>> spice models --tls-root-certificate-file /path/to/cert.pem
NAME  FROM                                    DATASETS STATUS
modlz file:/Users/jeadie/Downloads/model.onnx []       Ready
