]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Corrected typo to wrong file (#6199)
authorsemidark <redacted>
Thu, 21 Mar 2024 17:52:35 +0000 (11:52 -0600)
committerGitHub <redacted>
Thu, 21 Mar 2024 17:52:35 +0000 (18:52 +0100)
The stated file `./devops/main-server.Dockerfile` does not exist. I figure that `.devops/server-intel.Dockerfile` was meant.

README-sycl.md

index 32adfda47769ccbfae4b670b5433a9c5e9015a71..501b9d481a026c5e901032e5c609791f0c9762a1 100644 (file)
@@ -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