fix(voxtral): correct typo in apply_transcription_request (#39572)
* fix(voxtral): correct typo in apply_transcription_request * temporary wrapper: apply_transcrition_request * Update processing_voxtral.py * style: sort imports in processing_voxtral.py * docs(voxtral): fix typo in voxtral.md * make style * doc update --------- Co-authored-by: eustlb <94853470+eustlb@users.noreply.github.com> Co-authored-by: Eustache Le Bihan <eulebihan@gmail.com>
This commit is contained in:
@@ -493,7 +493,7 @@ class VoxtralForConditionalGenerationIntegrationTest(unittest.TestCase):
|
||||
model = VoxtralForConditionalGeneration.from_pretrained(
|
||||
self.checkpoint_name, torch_dtype=self.dtype, device_map=torch_device
|
||||
)
|
||||
inputs = self.processor.apply_transcrition_request(
|
||||
inputs = self.processor.apply_transcription_request(
|
||||
language="en",
|
||||
audio="https://huggingface.co/datasets/hf-internal-testing/dummy-audio-samples/resolve/main/obama.mp3",
|
||||
model_id=self.checkpoint_name,
|
||||
|
||||
Reference in New Issue
Block a user