Skip to content

fix: correct cortex.cpp urls #2203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Cortex is the open-source brain for robots: vision, speech, language, tabular, a

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

### Start the Server
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/installation/linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ This instruction is for stable releases. For beta and nightly releases, please r

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

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

- Parameters
Expand Down
20 changes: 10 additions & 10 deletions engine/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# cortex-cpp - Embeddable AI
<p align="center">
<img alt="cortex-cpplogo" src="https://raw.githubusercontent.com/menloresearch/cortex/dev/assets/cortex-banner.png">
<img alt="cortex-cpplogo" src="https://raw.githubusercontent.com/menloresearch/cortex.cpp/dev/assets/cortex-banner.png">
</p>

<p align="center">
<a href="https://jan.ai/cortex">Documentation</a> - <a href="https://jan.ai/api-reference">API Reference</a>
- <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>
- <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>
</p>

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

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

3. Download a Model:
Expand Down Expand Up @@ -121,45 +121,45 @@ Below is the available list of the model parameters you can set when loading a m
<tr>
<td style="text-align:center"><b>Stable (Recommended)</b></td>
<td style="text-align:center">
<a href='https://github.com/menloresearch/cortex/releases/download/v0.4.12/cortex-cpp-0.4.12-windows-amd64-avx2.tar.gz'>
<a href='https://github.com/menloresearch/cortex.cpp/releases/download/v0.4.12/cortex-cpp-0.4.12-windows-amd64-avx2.tar.gz'>
<img src='./docs/static/img/windows.png' style="height:15px; width: 15px" />
<b>CPU</b>
</a>
</td>
<td style="text-align:center">
<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'>
<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'>
<img src='./docs/static/img/windows.png' style="height:15px; width: 15px" />
<b>CUDA</b>
</a>
</td>
<td style="text-align:center">
<a href='https://github.com/menloresearch/cortex/releases/download/v0.4.12/cortex-cpp-0.4.12-mac-amd64.tar.gz'>
<a href='https://github.com/menloresearch/cortex.cpp/releases/download/v0.4.12/cortex-cpp-0.4.12-mac-amd64.tar.gz'>
<img src='./docs/static/img/mac.png' style="height:15px; width: 15px" />
<b>Intel</b>
</a>
</td>
<td style="text-align:center">
<a href='https://github.com/menloresearch/cortex/releases/download/v0.4.12/cortex-cpp-0.4.12-mac-arm64.tar.gz'>
<a href='https://github.com/menloresearch/cortex.cpp/releases/download/v0.4.12/cortex-cpp-0.4.12-mac-arm64.tar.gz'>
<img src='./docs/static/img/mac.png' style="height:15px; width: 15px" />
<b>M1/M2</b>
</a>
</td>
<td style="text-align:center">
<a href='https://github.com/menloresearch/cortex/releases/download/v0.4.12/cortex-cpp-0.4.12-linux-amd64-avx2.tar.gz'>
<a href='https://github.com/menloresearch/cortex.cpp/releases/download/v0.4.12/cortex-cpp-0.4.12-linux-amd64-avx2.tar.gz'>
<img src='./docs/static/img/linux.png' style="height:15px; width: 15px" />
<b>CPU</b>
</a>
</td>
<td style="text-align:center">
<a href='https://github.com/menloresearch/cortex/releases/download/v0.4.12/cortex-cpp-0.4.12-linux-amd64-cuda-12-0.tar.gz'>
<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'>
<img src='./docs/static/img/linux.png' style="height:15px; width: 15px" />
<b>CUDA</b>
</a>
</td>
</tr>
</table>

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


## Manual Build
Expand Down
2 changes: 1 addition & 1 deletion engine/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if "%VERSION%"=="latest" (
)

:: Construct the download URL
set "URL=https://github.com/menloresearch/cortex/releases/download/v%VERSION%/cortex-cpp-%VERSION%-win-amd64%AVX%"
set "URL=https://github.com/menloresearch/cortex.cpp/releases/download/v%VERSION%/cortex-cpp-%VERSION%-win-amd64%AVX%"
if "%GPU%"=="true" (
:: If --gpu option is provided, append -cuda to the URL
set "URL=%URL%-cuda"
Expand Down
2 changes: 1 addition & 1 deletion engine/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ fi

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

Expand Down
Loading