Commit 0130eb6
Piotr Stankiewicz
Prepare Docker file ahead of multi-backend builds of llama-server
llama.cpp can be built to support multiple variants of the CPU backend,
and choose the best one at runtime. This requires a dynamically linked
build of the llama-server. So modify the model-runner Docker file to
play nice with such builds of the llama-server.
Signed-off-by: Piotr Stankiewicz <[email protected]>1 parent 5047eed commit 0130eb6
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments