File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6363 if : matrix.name == 'linux-vulkan'
6464 run : |
6565 sudo apt-get update -y
66- sudo apt-get install -y build-essential wget git cmake ccache sqlite3 libcurl4-openssl-dev
66+ sudo apt-get install -y build-essential wget git cmake sqlite3 libcurl4-openssl-dev
6767
6868 - name : linux install vulkan
6969 if : matrix.name == 'linux-vulkan'
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ MAKEFLAGS += -j$(CPUS)
2727# Compiler and flags
2828CC = gcc
2929CXX = g++
30- CFLAGS = -Wall -Wextra -Wno-unused-parameter -I$(SRC_DIR ) -I$(LLAMA_DIR ) /ggml/include -I$(LLAMA_DIR ) /include -I$(MINIAUDIO_DIR )
30+ CFLAGS = -Wall -Wextra -Wno-unused-parameter -I$(SRC_DIR ) -I$(LLAMA_DIR ) /ggml/include -I$(LLAMA_DIR ) /include -I$(WHISPER_DIR ) /include -I $( MINIAUDIO_DIR )
3131LDFLAGS = $(LLAMA_LDFLAGS ) $(WHISPER_LDFLAGS ) $(MINIAUDIO_LDFLAGS )
3232LLAMA_OPTIONS = $(LLAMA ) -DLLAMA_CURL=OFF -DLLAMA_BUILD_EXAMPLES=OFF -DLLAMA_BUILD_TESTS=OFF -DLLAMA_BUILD_TOOLS=OFF -DLLAMA_BUILD_SERVER=OFF
3333WHISPER_OPTIONS = $(WHISPER ) -DWHISPER_BUILD_EXAMPLES=OFF -DWHISPER_BUILD_TESTS=OFF -DWHISPER_BUILD_SERVER=OFF
You can’t perform that action at this time.
0 commit comments