This commit is contained in:
yuekaiz
2025-10-09 15:13:43 +08:00
parent 8811e9f33a
commit 33aee03ed5
14 changed files with 100 additions and 72 deletions

View File

@@ -178,7 +178,6 @@ class TritonPythonModel:
yield final_id
buffer = buffer[match.end():]
def forward_audio_tokenizer(self, wav, wav_len):
"""Forward pass through the audio tokenizer component.
@@ -263,7 +262,7 @@ class TritonPythonModel:
],
inputs=inputs_tensor,
request_id=request_id,
parameters={"priority": index+1},
parameters={"priority": index + 1},
)
inference_response = await inference_request.async_exec()