blob: 3b9028249d126233785fefa06ed5d6bfe4f4c43d (
plain)
1
2
3
4
5
6
|
# Vulkan is currently an Experimental feature. To enable, you must set OLLAMA_VULKAN=1 for the Ollama server as described in the FAQ
# https://docs.ollama.com/faq#how-do-i-configure-ollama-server
OLLAMA_VULKAN=1
# Vulkan Environment Variables for Ollama Optimization
GGML_VK_VISIBLE_DEVICES=0,1,2,3
|