File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,25 +38,25 @@ If you don't have git, you can download the source code as a file archive from [
38
38
- ** On Linux, and Windows:**
39
39
40
40
``` bash
41
- make build-example-server CMAKE_EXTRA_FLAGS=" "
41
+ make build-example-server CMAKE_EXTRA_FLAGS=" -DBUILD_SHARED_LIBS=OFF -DLLAMA_BUILD_COMMON=ON "
42
42
```
43
43
44
44
- ** On MacOS with Apple Silicon:**
45
45
46
46
``` bash
47
- make build-example-server CMAKE_EXTRA_FLAGS=" -DGGML_METAL_EMBED_LIBRARY=ON"
47
+ make build-example-server CMAKE_EXTRA_FLAGS=" -DBUILD_SHARED_LIBS=OFF -DLLAMA_BUILD_COMMON=ON - DGGML_METAL_EMBED_LIBRARY=ON"
48
48
```
49
49
50
50
- ** On MacOS with Intel processors:**
51
51
52
52
``` bash
53
- make build-example-server CMAKE_EXTRA_FLAGS=" -DGGML_METAL=OFF"
53
+ make build-example-server CMAKE_EXTRA_FLAGS=" -DBUILD_SHARED_LIBS=OFF -DLLAMA_BUILD_COMMON=ON - DGGML_METAL=OFF"
54
54
```
55
55
56
56
- ** On Linux with CUDA:**
57
57
58
58
``` bash
59
- make build-example-server CMAKE_EXTRA_FLAGS=" -DGGML_CUDA=ON"
59
+ make build-example-server CMAKE_EXTRA_FLAGS=" -DBUILD_SHARED_LIBS=OFF -DLLAMA_BUILD_COMMON=ON - DGGML_CUDA=ON"
60
60
```
61
61
62
62
# Quickstart
You can’t perform that action at this time.
0 commit comments