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.
Copy file name to clipboardExpand all lines: docs/docs/installation.mdx
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,13 @@ import Admonition from '@theme/Admonition';
20
20
- Binary files without package management.
21
21
22
22
### Cortex.cpp supports three channels
23
+
23
24
- Stable: The latest stable release on github.
24
25
- Beta: The release candidate for the next stable release, available on github release with the tag `vx.y.z-rc1`
25
26
- Nightly: The nightly build of the latest code on dev branch, available on [discord](https://discord.com/channels/1107178041848909847/1283654073488379904).
26
27
28
+
For more information, please check out [different channels](#different-channels).
29
+
27
30
### Download URLs
28
31
29
32
| Type | Version | Operating System | Download Link |
@@ -78,4 +81,29 @@ Having at least 6GB VRAM when using NVIDIA, AMD, or Intel Arc GPUs is recommende
78
81
-[CUDA Toolkit](https://developer.nvidia.com/cuda-toolkit) version 12.0 or higher. *Note: Cortex.cpp will automatically detect and install the required version of cudart to the user's machine.*
79
82
:::
80
83
#### Disk
81
-
- At least 10GB for app storage and model download.
84
+
- At least 10GB for app storage and model download.
85
+
86
+
## Different channels
87
+
88
+
Different channels have different features, stability levels, binary file name, app folder and data folder.
89
+
90
+
### Stable
91
+
- App name: `cortexcpp`
92
+
- Binary file name: `cortex`, `cortex-server` for linux and mac; `cortex.exe`, `cortex-server.exe` for windows.;
0 commit comments