From 2a0cfddc59feb1e683d028d99ca0e57f0e556e95 Mon Sep 17 00:00:00 2001 From: Christopher David Date: Fri, 22 Sep 2023 07:47:34 -0400 Subject: [PATCH] run worker instructions --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cce081c..3ac6e79 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ if you want it to see the gpus! ### for CLBLAST -get (or build) this: +get (or build) this: https://github.com/KhronosGroup/OpenCL-SDK/releases @@ -32,6 +32,12 @@ cmake --install . --prefix C:/CLBlast `CMAKE_ARGS="-DLLAMA_CLBLAST=ON -DCMAKE_PREFIX_PATH=C:/CLBlast/lib/cmake/CLBlast" FORCE_CMAKE=1 poetry install` + +### run worker +`poetry shell` +`poetry run gputopia_worker` + + ### run tests `PYTHONPATH=. pytest tests/`