Skip to content

Commit

Permalink
Merge pull request #4064 from janhq/fix/create-empty-deps-folder
Browse files Browse the repository at this point in the history
fix: temporary create a deps folder to have cortex.cpp work
  • Loading branch information
louis-jan authored Nov 21, 2024
2 parents 3602483 + 06df084 commit 18d3ac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/inference-cortex-extension/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ if [ "$OS_TYPE" == "Linux" ]; then
download "${ENGINE_DOWNLOAD_URL}-linux-amd64-vulkan.tar.gz" -e --strip 1 -o "${SHARED_PATH}/engines/cortex.llamacpp/linux-amd64-vulkan/v${ENGINE_VERSION}" 1
download "${CUDA_DOWNLOAD_URL}/cuda-12-0-linux-amd64.tar.gz" -e --strip 1 -o "${SHARED_PATH}" 1
download "${CUDA_DOWNLOAD_URL}/cuda-11-7-linux-amd64.tar.gz" -e --strip 1 -o "${SHARED_PATH}" 1
mkdir -p "${SHARED_PATH}/engines/cortex.llamacpp/deps"

elif [ "$OS_TYPE" == "Darwin" ]; then
# macOS downloads
Expand Down

0 comments on commit 18d3ac8

Please sign in to comment.