mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-04 09:32:00 +00:00 
			
		
		
		
	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.
This commit is contained in:
		@@ -115,7 +115,7 @@ You can choose between **F16** and **F32** build. F16 is faster for long-prompt
 | 
				
			|||||||
# Or, for F32:
 | 
					# Or, for F32:
 | 
				
			||||||
docker build -t llama-cpp-sycl -f .devops/main-intel.Dockerfile .
 | 
					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
 | 
					### Run
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user