Compare commits

..

No commits in common. "4ef76b64f4d4046f4d6efd07fe7590575adaf2bb" and "a5dde30d7cfb85b5932741a0306f8996e4e31018" have entirely different histories.

5 changed files with 4 additions and 9 deletions

View File

@ -135,7 +135,7 @@ jobs:
id: depends
run: |
sudo apt-get update
sudo apt-get install build-essential libvulkan-dev glslc spirv-headers
sudo apt-get install build-essential libvulkan-dev glslc
- name: Build
id: cmake_build

2
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "ggml"]
path = ggml
url = https://github.com/leejet/ggml.git
url = https://github.com/ggml-org/ggml.git
[submodule "examples/server/frontend"]
path = examples/server/frontend
url = https://github.com/leejet/sdcpp-webui.git

View File

@ -2,7 +2,7 @@ ARG UBUNTU_VERSION=24.04
FROM ubuntu:$UBUNTU_VERSION AS build
RUN apt-get update && apt-get install -y --no-install-recommends build-essential git cmake libvulkan-dev glslc spirv-headers
RUN apt-get update && apt-get install -y --no-install-recommends build-essential git cmake libvulkan-dev glslc
WORKDIR /sd.cpp

View File

@ -102,11 +102,6 @@ cmake --build . --config Release
## Build with Vulkan
Install Vulkan SDK from https://www.lunarg.com/vulkan-sdk/.
On Ubuntu, install the Vulkan development packages and SPIR-V headers:
```shell
sudo apt-get install build-essential libvulkan-dev glslc spirv-headers
```
```shell
mkdir build && cd build

2
ggml

@ -1 +1 @@
Subproject commit c96d3003b2a95b6f7ad33a28f69a4381549043e8
Subproject commit 404fcb9d7c96989569e68c9e7881ee3465a05c50