Phan Tuấn Anh
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
duplicated of #133
did you try another nodejs version ? for e.g. version 14 work best for me, ver 12 and 16 don't
do you know any workaround ?
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
likely no as coqui shutting down #3488
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})...
having same kaggle issue