initial release
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf build
|
||||
mkdir build
|
||||
cd build
|
||||
|
||||
export PATH=/usr/local/cuda/bin:$PATH
|
||||
|
||||
cmake .. -DGGML_CPU_ALL_VARIANTS=ON -DGGML_CUDA=ON -DGGML_VULKAN=ON -DGGML_BACKEND_DL=ON
|
||||
cmake --build . --config Release -j "$(nproc)"
|
||||
Reference in New Issue
Block a user