Cortex Engines Get
This command returns an engine detail defined by an engine name
.
Usage
cortex engines get <engine_name>
For example, it returns the following:
+-----------+-------------------+---------+----------------------------+--------+| Name | Supported Formats | Version | Variant | Status |+-----------+-------------------+---------+----------------------------+--------+| llama-cpp | GGUF | 0.1.34 | linux-amd64-avx2-cuda-12-0 | Ready |+-----------+-------------------+---------+----------------------------+--------+
Options
Option | Description | Required | Default value | Example |
---|---|---|---|---|
name | The name of the engine that you want to retrieve. | Yes | - | llama-cpp |
-h , --help | Display help information for the command. | No | - | -h |