Skip to content

Commit a07d26b

Browse files
committed
Merge branch 'main' of github.com:ArcadeLabsInc/ai-worker into main
2 parents 608c77e + d9e9bbc commit a07d26b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ options:
3535

3636
## How to build the worker from source:
3737

38-
When building, please ensure you have CUDA installd or OPENCL (for AMD chips). You can also do a METAL build for OSX.
38+
When building, please ensure you have CUDA installed or OPENCL (for AMD chips). You can also do a METAL build for OSX.
3939

4040
### CUDA/NVIDIA build
4141
`CMAKE_ARGS="-DLLAMA_CUBLAS=1" FORCE_CMAKE=1 poetry install --with onnx`

build-bin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212

1313
with_torch=""
1414
if [ "$gpu" == "cuda-torch" ]; then
15-
with_torch="--with torch"
15+
with_torch="--with torch --with onnx"
1616
opts=""
1717
fi
1818

0 commit comments

Comments
 (0)