You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
🚧 Cortex.cpp is currently under development. Our documentation outlines the intended behavior of Cortex, which may not yet be fully implemented in the codebase.
10
-
:::
11
-
12
8
# `cortex engines`
13
9
14
10
This command allows you to manage various engines available within Cortex.
15
11
16
12
17
-
18
13
**Usage**:
19
-
:::info
20
-
You can use the `--verbose` flag to display more detailed output of the internal processes. To apply this flag, use the following format: `cortex --verbose [subcommand]`.
21
-
:::
22
14
<Tabs>
23
15
<TabItemvalue="MacOs/Linux"label="MacOs/Linux">
24
16
```sh
25
-
# Stable
26
17
cortex engines [options] [subcommand]
27
-
28
-
# Beta
29
-
cortex-beta engines [options] [subcommand]
30
-
31
-
# Nightly
32
-
cortex-nightly engines [options] [subcommand]
33
18
```
34
19
</TabItem>
35
20
<TabItemvalue="Windows"label="Windows">
36
21
```sh
37
-
# Stable
38
22
cortex.exe engines [options] [subcommand]
39
-
40
-
# Beta
41
-
cortex-beta.exe engines [options] [subcommand]
42
-
43
-
# Nightly
44
-
cortex-nightly.exe engines [options] [subcommand]
45
23
```
46
24
</TabItem>
47
25
</Tabs>
@@ -54,127 +32,85 @@ You can use the `--verbose` flag to display more detailed output of the internal
54
32
|`-h`, `--help`| Display help information for the command. | No | - |`-h`|
This command returns an engine detail defined by an engine `engine_name`.
42
+
This command lists all the Cortex's engines.
63
43
64
44
65
45
66
46
**Usage**:
67
-
:::info
68
-
You can use the `--verbose` flag to display more detailed output of the internal processes. To apply this flag, use the following format: `cortex --verbose [subcommand]`.
This command returns an engine detail defined by an engine `engine_name`.
128
79
129
80
**Usage**:
130
-
:::info
131
-
You can use the `--verbose` flag to display more detailed output of the internal processes. To apply this flag, use the following format: `cortex --verbose [subcommand]`.
|`engine_name`| The name of the engine that you want to retrieve. | Yes | - |`llama-cpp`|
112
+
|`-h`, `--help`| Display help information for the command. | No | - |`-h`|
113
+
178
114
179
115
180
116
## `cortex engines install`
@@ -188,87 +124,41 @@ This command downloads the required dependencies and installs the engine within
188
124
-`tensorrt-llm`
189
125
190
126
**Usage**:
191
-
:::info
192
-
You can use the `--verbose` flag to display more detailed output of the internal processes. To apply this flag, use the following format: `cortex --verbose [subcommand]`.
|`engine_name`| The name of the engine you want to install. | Yes |- | - |
145
+
|`engine_name`| The name of the engine you want to install. | Yes |`llama-cpp`, `onnxruntime`, `tensorrt-llm`| - |
239
146
|`-h`, `--help`| Display help for command. | No | - |`-h`|
240
147
241
148
## `cortex engines uninstall`
242
149
243
150
This command uninstalls the engine within Cortex.
244
151
245
152
**Usage**:
246
-
:::info
247
-
You can use the `--verbose` flag to display more detailed output of the internal processes. To apply this flag, use the following format: `cortex --verbose [subcommand]`.
0 commit comments