diff options
author | semidark <me@semidark.net> | 2024-03-21 11:52:35 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 18:52:35 +0100 |
commit | f372c49ccdc561ab96fb3c7d2b7cbc0f89a4b359 (patch) | |
tree | 45a0bad43b6fc1d5dd398a7f3a7142fd30d9407e | |
parent | 924ce1dce7fdf54894b462d03e7b608a6e574c32 (diff) |
Corrected typo to wrong file (#6199)
The stated file `./devops/main-server.Dockerfile` does not exist. I figure that `.devops/server-intel.Dockerfile` was meant.
-rw-r--r-- | README-sycl.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README-sycl.md b/README-sycl.md index 32adfda4..501b9d48 100644 --- a/README-sycl.md +++ b/README-sycl.md @@ -115,7 +115,7 @@ You can choose between **F16** and **F32** build. F16 is faster for long-prompt # Or, for F32: docker build -t llama-cpp-sycl -f .devops/main-intel.Dockerfile . -# Note: you can also use the ".devops/main-server.Dockerfile", which compiles the "server" example +# Note: you can also use the ".devops/server-intel.Dockerfile", which compiles the "server" example ``` ### Run |