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