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/`