François Ponchon
François Ponchon
That's not completely clear for me how works Dispatch Dataloader. I have coded this custom **DistributedWeightedRandomSampler** that seems to respect the process exclusivity with **accelerate.prepare()** : ```python import torch from...
> Which driver version are you using? > > Does the log of the `mps-control-daemon-ctr` show any additional output? I'am using version 550 of the driver.  I don't have...
I did the installation of the control daemon as an "extra", it's now up and running. I did it with this template : ```yaml apiVersion: apps/v1 kind: DaemonSet metadata: name:...
Great document, thanks a lot ! It was because of a lack of knowledge about how to pass the configuration to the plugin. It seems it works now thanks to...