docs : Update readme to build targets for local docker build (#11368)
This commit is contained in:
parent
8137b4bb2b
commit
a07c2c8a52
3 changed files with 8 additions and 8 deletions
|
@ -133,7 +133,7 @@ The docker build option is currently limited to *intel GPU* targets.
|
|||
### Build image
|
||||
```sh
|
||||
# Using FP16
|
||||
docker build -t llama-cpp-sycl --build-arg="GGML_SYCL_F16=ON" -f .devops/llama-cli-intel.Dockerfile .
|
||||
docker build -t llama-cpp-sycl --build-arg="GGML_SYCL_F16=ON" --target light -f .devops/intel.Dockerfile .
|
||||
```
|
||||
|
||||
*Notes*:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue