We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830de9c commit c56951cCopy full SHA for c56951c
gpt_server/model_worker/spark_tts.py
@@ -76,9 +76,8 @@ def __init__(
76
detokenizer_device="auto",
77
backend=backend,
78
wav2vec_attn_implementation="sdpa", # 使用flash attn加速wav2vec
79
- llm_gpu_memory_utilization=0.6,
80
- seed=0,
81
llm_gpu_memory_utilization=gpu_memory_utilization,
+ seed=0,
82
)
83
loop = asyncio.get_running_loop()
84
# ------------- 添加声音 -------------
0 commit comments