From d6fcf189e784e731fec3fb99a878e79670ee9e82 Mon Sep 17 00:00:00 2001 From: irfanpena Date: Mon, 3 Jun 2024 14:03:15 +0700 Subject: [PATCH] readme: add a note for more details --- README.md | 2 +- cortex-js/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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