We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 608c77e + d9e9bbc commit a07d26bCopy full SHA for a07d26b
README.md
@@ -35,7 +35,7 @@ options:
35
36
## How to build the worker from source:
37
38
-When building, please ensure you have CUDA installd or OPENCL (for AMD chips). You can also do a METAL build for OSX.
+When building, please ensure you have CUDA installed or OPENCL (for AMD chips). You can also do a METAL build for OSX.
39
40
### CUDA/NVIDIA build
41
`CMAKE_ARGS="-DLLAMA_CUBLAS=1" FORCE_CMAKE=1 poetry install --with onnx`
build-bin.sh
@@ -12,7 +12,7 @@ fi
12
13
with_torch=""
14
if [ "$gpu" == "cuda-torch" ]; then
15
- with_torch="--with torch"
+ with_torch="--with torch --with onnx"
16
opts=""
17
fi
18
0 commit comments