Uploaded sanitized BC250/ROCm Repository.

This commit is contained in:
Fabian
2026-08-20 00:45:43 +02:00
parent 7d2184f1e8
commit d7d22e93b3
678 changed files with 65963 additions and 1 deletions
@@ -0,0 +1,11 @@
#!/bin/bash
export AMD_VULKAN_ICD=RADV
export GGML_VK_FORCE_MAX_ALLOCATION_SIZE=536870912
export RADV_PERFTEST=nggc
mkdir -p /home/fabian/outputs
pkill -f sdcpp-restapi 2>/dev/null
sleep 1
nohup /home/fabian/sd-restapi/build/bin/sdcpp-restapi --config /home/fabian/sd-restapi/config.json > /tmp/sdcpp.log 2>&1 &
echo "PID=$!"
sleep 3
head -80 /tmp/sdcpp.log