From 10b6cdef7b97a38596a50c3868a41bd4b98fa52f Mon Sep 17 00:00:00 2001 From: Minh141120 Date: Tue, 18 Mar 2025 14:41:35 +0700 Subject: [PATCH 1/2] chore: rename org --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 13e8fc2..08c821a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -149,7 +149,7 @@ jobs: local max_retries=3 local tag while [ $retries -lt $max_retries ]; do - tag=$(curl -L https://api.github.com/repos/janhq/cortex.llamacpp/releases/latest | jq -r .tag_name) + tag=$(curl -L https://api.github.com/repos/menloresearch/cortex.llamacpp/releases/latest | jq -r .tag_name) if [ -n "$tag" ] && [ "$tag" != "null" ]; then echo $tag return From 6c308e1fcbddb4bdc59ff5ebd071cd58b2ca95fd Mon Sep 17 00:00:00 2001 From: Minh141120 Date: Tue, 18 Mar 2025 14:44:26 +0700 Subject: [PATCH 2/2] chore: rename org --- .github/scripts/e2e-test-server-linux-and-mac.sh | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/scripts/e2e-test-server-linux-and-mac.sh b/.github/scripts/e2e-test-server-linux-and-mac.sh index 126f77e..77d5975 100644 --- a/.github/scripts/e2e-test-server-linux-and-mac.sh +++ b/.github/scripts/e2e-test-server-linux-and-mac.sh @@ -1,7 +1,7 @@ #!/bin/bash ## Example run command -# ./linux-and-mac.sh './jan/plugins/@janhq/inference-plugin/dist/server/nitro_mac_arm64' https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF/resolve/main/tinyllama-1.1b-chat-v0.3.Q2_K.gguf +# ./linux-and-mac.sh './jan/plugins/@menloresearch/inference-plugin/dist/server/nitro_mac_arm64' https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v0.3-GGUF/resolve/main/tinyllama-1.1b-chat-v0.3.Q2_K.gguf # Check for required arguments if [[ $# -ne 3 ]]; then diff --git a/README.md b/README.md index 284ce52..c485dc8 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ This guide provides step-by-step instructions for building cortex.llamacpp from First, you need to clone the cortex.llamacpp repository: ```bash -git clone --recurse https://github.com/janhq/cortex.llamacpp.git +git clone --recurse https://github.com/menloresearch/cortex.llamacpp.git ``` -If you don't have git, you can download the source code as a file archive from [cortex.llamacpp GitHub](https://github.com/janhq/cortex.llamacpp). +If you don't have git, you can download the source code as a file archive from [cortex.llamacpp GitHub](https://github.com/menloresearch/cortex.llamacpp). ## Build library with server example - **On Windows**