Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit a21e1e5

Browse files
committed
fix: correct cortex.cpp urls
1 parent 7fda186 commit a21e1e5

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Cortex is the open-source brain for robots: vision, speech, language, tabular, a
3535

3636
All other Linux distributions:
3737
```bash
38-
curl -s https://raw.githubusercontent.com/menloresearch/cortex/main/engine/templates/linux/install.sh | sudo bash
38+
curl -s https://raw.githubusercontent.com/menloresearch/cortex.cpp/main/engine/templates/linux/install.sh | sudo bash
3939
```
4040

4141
### Start the Server

docs/docs/installation/linux.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ This instruction is for stable releases. For beta and nightly releases, please r
2727

2828
- Network installer for all linux distros
2929
```bash
30-
curl -s https://raw.githubusercontent.com/menloresearch/cortex/main/engine/templates/linux/install.sh | sudo bash -s
30+
curl -s https://raw.githubusercontent.com/menloresearch/cortex.cpp/main/engine/templates/linux/install.sh | sudo bash -s
3131
```
3232

3333
- Local installer for Debian-based distros
3434
```bash
35-
curl -s https://raw.githubusercontent.com/menloresearch/cortex/main/engine/templates/linux/install.sh | sudo bash -s -- --deb_local
35+
curl -s https://raw.githubusercontent.com/menloresearch/cortex.cpp/main/engine/templates/linux/install.sh | sudo bash -s -- --deb_local
3636
```
3737

3838
- Parameters

engine/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# cortex-cpp - Embeddable AI
22
<p align="center">
3-
<img alt="cortex-cpplogo" src="https://raw.githubusercontent.com/menloresearch/cortex/dev/assets/cortex-banner.png">
3+
<img alt="cortex-cpplogo" src="https://raw.githubusercontent.com/menloresearch/cortex.cpp/dev/assets/cortex-banner.png">
44
</p>
55

66
<p align="center">
77
<a href="https://jan.ai/cortex">Documentation</a> - <a href="https://jan.ai/api-reference">API Reference</a>
8-
- <a href="https://github.com/menloresearch/cortex/releases">Changelog</a> - <a href="https://github.com/menloresearch/cortex/issues">Bug reports</a> - <a href="https://discord.gg/AsJ8krTT3N">Discord</a>
8+
- <a href="https://github.com/menloresearch/cortex.cpp/releases">Changelog</a> - <a href="https://github.com/menloresearch/cortex.cpp/issues">Bug reports</a> - <a href="https://discord.gg/AsJ8krTT3N">Discord</a>
99
</p>
1010

1111
> ⚠️ **cortex-cpp is currently in Development**: Expect breaking changes and bugs!
@@ -41,7 +41,7 @@ Ensure that your system meets the following requirements to run Cortex:
4141

4242
## Quickstart
4343
To install Cortex CLI, follow the steps below:
44-
1. Download cortex-cpp here: https://github.com/menloresearch/cortex/releases
44+
1. Download cortex-cpp here: https://github.com/menloresearch/cortex.cpp/releases
4545
2. Install cortex-cpp by running the downloaded file.
4646

4747
3. Download a Model:
@@ -121,45 +121,45 @@ Below is the available list of the model parameters you can set when loading a m
121121
<tr>
122122
<td style="text-align:center"><b>Stable (Recommended)</b></td>
123123
<td style="text-align:center">
124-
<a href='https://github.com/menloresearch/cortex/releases/download/v0.4.12/cortex-cpp-0.4.12-windows-amd64-avx2.tar.gz'>
124+
<a href='https://github.com/menloresearch/cortex.cpp/releases/download/v0.4.12/cortex-cpp-0.4.12-windows-amd64-avx2.tar.gz'>
125125
<img src='./docs/static/img/windows.png' style="height:15px; width: 15px" />
126126
<b>CPU</b>
127127
</a>
128128
</td>
129129
<td style="text-align:center">
130-
<a href='https://github.com/menloresearch/cortex/releases/download/v0.4.12/cortex-cpp-0.4.12-windows-amd64-avx2-cuda-12-0.tar.gz'>
130+
<a href='https://github.com/menloresearch/cortex.cpp/releases/download/v0.4.12/cortex-cpp-0.4.12-windows-amd64-avx2-cuda-12-0.tar.gz'>
131131
<img src='./docs/static/img/windows.png' style="height:15px; width: 15px" />
132132
<b>CUDA</b>
133133
</a>
134134
</td>
135135
<td style="text-align:center">
136-
<a href='https://github.com/menloresearch/cortex/releases/download/v0.4.12/cortex-cpp-0.4.12-mac-amd64.tar.gz'>
136+
<a href='https://github.com/menloresearch/cortex.cpp/releases/download/v0.4.12/cortex-cpp-0.4.12-mac-amd64.tar.gz'>
137137
<img src='./docs/static/img/mac.png' style="height:15px; width: 15px" />
138138
<b>Intel</b>
139139
</a>
140140
</td>
141141
<td style="text-align:center">
142-
<a href='https://github.com/menloresearch/cortex/releases/download/v0.4.12/cortex-cpp-0.4.12-mac-arm64.tar.gz'>
142+
<a href='https://github.com/menloresearch/cortex.cpp/releases/download/v0.4.12/cortex-cpp-0.4.12-mac-arm64.tar.gz'>
143143
<img src='./docs/static/img/mac.png' style="height:15px; width: 15px" />
144144
<b>M1/M2</b>
145145
</a>
146146
</td>
147147
<td style="text-align:center">
148-
<a href='https://github.com/menloresearch/cortex/releases/download/v0.4.12/cortex-cpp-0.4.12-linux-amd64-avx2.tar.gz'>
148+
<a href='https://github.com/menloresearch/cortex.cpp/releases/download/v0.4.12/cortex-cpp-0.4.12-linux-amd64-avx2.tar.gz'>
149149
<img src='./docs/static/img/linux.png' style="height:15px; width: 15px" />
150150
<b>CPU</b>
151151
</a>
152152
</td>
153153
<td style="text-align:center">
154-
<a href='https://github.com/menloresearch/cortex/releases/download/v0.4.12/cortex-cpp-0.4.12-linux-amd64-cuda-12-0.tar.gz'>
154+
<a href='https://github.com/menloresearch/cortex.cpp/releases/download/v0.4.12/cortex-cpp-0.4.12-linux-amd64-cuda-12-0.tar.gz'>
155155
<img src='./docs/static/img/linux.png' style="height:15px; width: 15px" />
156156
<b>CUDA</b>
157157
</a>
158158
</td>
159159
</tr>
160160
</table>
161161

162-
> Download the latest or older versions of Cortex-cpp at the **[GitHub Releases](https://github.com/menloresearch/cortex/releases)**.
162+
> Download the latest or older versions of Cortex-cpp at the **[GitHub Releases](https://github.com/menloresearch/cortex.cpp/releases)**.
163163
164164

165165
## Manual Build

engine/install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if "%VERSION%"=="latest" (
4545
)
4646

4747
:: Construct the download URL
48-
set "URL=https://github.com/menloresearch/cortex/releases/download/v%VERSION%/cortex-cpp-%VERSION%-win-amd64%AVX%"
48+
set "URL=https://github.com/menloresearch/cortex.cpp/releases/download/v%VERSION%/cortex-cpp-%VERSION%-win-amd64%AVX%"
4949
if "%GPU%"=="true" (
5050
:: If --gpu option is provided, append -cuda to the URL
5151
set "URL=%URL%-cuda"

engine/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ fi
139139

140140
# Construct GitHub API URL and get latest version if not specified
141141
if [ "$VERSION" == "latest" ]; then
142-
API_URL="https://api.github.com/repos/menloresearch/cortex/releases/latest"
142+
API_URL="https://api.github.com/repos/menloresearch/cortex.cpp/releases/latest"
143143
VERSION=$(curl -s $API_URL | jq -r ".tag_name" | sed 's/^v//')
144144
fi
145145

0 commit comments

Comments
 (0)