Initial release
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf build-shared
|
||||
mkdir build-shared
|
||||
cd build-shared
|
||||
|
||||
cmake .. -DGGML_HIP=ON -DGPU_TARGETS=gfx1100 -DCMAKE_BUILD_TYPE=Release
|
||||
cmake --build . --config Release -j "$(nproc)"
|
||||
|
||||
cd ../server
|
||||
CGO_ENABLED=0 go build -o trellis2-server-linux .
|
||||
cd ..
|
||||
Reference in New Issue
Block a user