Phan Tuấn Anh

Results 117 comments of Phan Tuấn Anh

may I suggest to add support for X11 forwarding ?

Hello, I'm sorry but I still don't know how to use the workaround with {targets}. Could you please give some example code?

you can see this thread #651

did you try another nodejs version ? for e.g. version 14 work best for me, ver 12 and 16 don't

v2 is out https://arxiv.org/abs/2304.09116 giving even better results is there any plan to support this model ? several repos have appeared

here what i did to enable distributed data parallelism: ```python from accelerate import Accelerator … accelerator = Accelerator(…) … model = WhisperForConditionalGeneration.from_pretrained(…, device_map={"": accelerator.device}) … training_args = Seq2SeqTrainingArgument(…, accelerator_config={"split_batches": True})...