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