diff --git a/README.md b/README.md index c42c037fb..66a0f072b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/cortex-js/README.md b/cortex-js/README.md index a0af544df..5730c98f7 100644 --- a/cortex-js/README.md +++ b/cortex-js/README.md @@ -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