Set to stable release

This commit is contained in:
k
2025-01-10 16:13:42 -05:00
parent 506dfa7006
commit 799398de33
4 changed files with 13 additions and 13 deletions

View File

@@ -34,7 +34,7 @@
cat << EOF > "$out/bin/ollama-wrapped"
#!/bin/sh
export LD_LIBRARY_PATH="${prev.intel-compute-runtime.drivers}/lib"
export OLLAMA_INTEL_GPU=-1
export OLLAMA_INTEL_GPU=1
exec "$out/bin/ollama-base" "\$@"
EOF
chmod +x "$out/bin/ollama-wrapped"