tts-dgx-spark-faster-qwen3-tts/patches
mARTin-B78 40786314ef fix: regenerate patch against current upstream (instruct param removed)
The upstream openai_server.py removed the instruct parameter from the
generate_voice_clone call, breaking the old patch context. Regenerated
from a fresh upstream clone with all four changes:
- non_streaming_mode=True in _stream_chunks and create_speech
- per-voice temperature/top_k/top_p in both generation paths
- --max-seq-len argument added to _parse_args
- max_seq_len=args.max_seq_len passed to FasterQwen3TTS.from_pretrained

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-30 14:43:43 +02:00
..
openai_server.patch fix: regenerate patch against current upstream (instruct param removed) 2026-05-30 14:43:43 +02:00