Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
Merged
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 @@ -67,7 +67,7 @@ To install Cortex CLI, follow the steps below:
``` bash
npm i -g @janhq/cortex
```

> Cortex automatically detects your CPU and GPU, downloading the appropriate CPU instruction sets and required dependencies to optimize GPU performance.
2. Download a GGUF model from Hugging Face:
``` bash
# Pull a model most compatible with your hardware
Expand Down
1 change: 1 addition & 0 deletions cortex-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ To install Cortex CLI, follow the steps below:
``` bash
npm i -g @janhq/cortex
```
> Cortex automatically detects your CPU and GPU, downloading the appropriate CPU instruction sets and required dependencies to optimize GPU performance.

2. Download a GGUF model from Hugging Face:
``` bash
Expand Down