From 3020d2dc58f788f5de0af7ff0f556f0ac626bc57 Mon Sep 17 00:00:00 2001 From: Jesse Gross Date: Wed, 6 Nov 2024 13:38:57 -0800 Subject: [PATCH] docs: OLLAMA_NEW_RUNNERS no longer exists --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index f2039a08..13457ae3 100644 --- a/docs/development.md +++ b/docs/development.md @@ -108,7 +108,7 @@ Custom CPU settings are not currently supported in the new Go server build but w #### Containerized Linux Build -If you have Docker available, you can build linux binaries with `OLLAMA_NEW_RUNNERS=1 ./scripts/build_linux.sh` which has the CUDA and ROCm dependencies included. The resulting binary is placed in `./dist` +If you have Docker available, you can build linux binaries with `./scripts/build_linux.sh` which has the CUDA and ROCm dependencies included. The resulting binary is placed in `./dist` ### Windows