Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi!
I was playign with gemini to add intel arc gpu support for this kokoro with fast api openai support.
I works in my machine
bench.py
🔥 Stressing GPU with 10 concurrent requests...
[Request 03] Success: 38.90s
[Request 01] Success: 38.91s
[Request 00] Success: 38.91s
[Request 05] Success: 38.90s
[Request 02] Success: 38.91s
[Request 07] Success: 39.28s
[Request 04] Success: 39.29s
[Request 06] Success: 39.29s
[Request 09] Success: 39.30s
[Request 08] Success: 39.68s
--- Benchmark Results ---
Average Response Time: 39.14s
Success Rate: 10/10 (100.0%)
Makes sense?