File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6767 curl -L -o llama-cpp.zip "$DOWNLOAD_URL"
6868
6969 if [ $? -eq 0 ]; then
70- unzip -q llama-${LLAMACPP_VERSION}-bin-win-cuda-cu12.2.0-x64 .zip
70+ unzip -q llama-cpp .zip
7171 if [ -d "$EXTRACT_DIR" ]; then
7272 cp "$EXTRACT_DIR/rpc-server.exe" bin/windows/ 2>/dev/null || echo "Warning: rpc-server.exe not found"
7373 cp "$EXTRACT_DIR/llama-server.exe" bin/windows/ 2>/dev/null || echo "Warning: llama-server.exe not found"
9191 curl -L -o llama-cpp.zip "$DOWNLOAD_URL"
9292
9393 if [ $? -eq 0 ]; then
94- unzip -q llama-${LLAMACPP_VERSION}-bin-macos-arm64 .zip
94+ unzip -q llama-cpp .zip
9595 if [ -d "$EXTRACT_DIR" ]; then
9696 cp "$EXTRACT_DIR/rpc-server" bin/macos/ 2>/dev/null || echo "Warning: rpc-server not found"
9797 cp "$EXTRACT_DIR/llama-server" bin/macos/ 2>/dev/null || echo "Warning: llama-server not found"
@@ -115,7 +115,7 @@ jobs:
115115 curl -L -o llama-cpp.zip "$DOWNLOAD_URL"
116116
117117 if [ $? -eq 0 ]; then
118- unzip -q llama-${LLAMACPP_VERSION}-bin-ubuntu-vulkan-x64 .zip
118+ unzip -q llama-cpp .zip
119119 if [ -d "$EXTRACT_DIR" ]; then
120120 cp "$EXTRACT_DIR/rpc-server" bin/linux/ 2>/dev/null || echo "Warning: rpc-server not found"
121121 cp "$EXTRACT_DIR/llama-server" bin/linux/ 2>/dev/null || echo "Warning: llama-server not found"
You can’t perform that action at this time.
0 commit comments