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
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
curl -s -o /tmp/test_speech.wav \
-w "HTTP %{http_code} Size: %{size_download}\n" \
-X POST http://localhost:8072/v1/audio/speech \
-H "Content-Type: application/json" \
-d '{"input":"Hello World, this is a test.","voice":"Vivian","language":"english"}'
if [ -f /tmp/test_speech.wav ]; then
file /tmp/test_speech.wav
ls -la /tmp/test_speech.wav
fi