Skip to content

Commit

Permalink
run worker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher David committed Sep 22, 2023
1 parent 047dbe7 commit 2a0cfdd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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/`
Expand Down

0 comments on commit 2a0cfdd

Please sign in to comment.