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,8 @@
#!/bin/bash
curl -s -o /tmp/clone_test.wav \
-H "Content-Type: application/json" \
-d '{"input":"Hallo, ich bin eine geklonte Stimme. Das ist ziemlich cool.","voice":"meine_stimme","language":"german"}' \
http://localhost:8072/v1/audio/speech
echo "Clone WAV:"
ls -la /tmp/clone_test.wav
file /tmp/clone_test.wav