Open rayandrew opened 2 weeks ago
Hi @zhenghh04 and @hariharan-devarajan,
This PR will update pydftracer package from 1.0.2 to 1.0.6.
1.0.2
1.0.6
Note that pydftracer package 1.0.6 still does not include the new API of dlp.iter(self, func, name, iter_name) that is needed for torch data loader but it is not a big of a deal for now.
dlp.iter(self, func, name, iter_name)
Thanks!
Hi @zhenghh04 and @hariharan-devarajan,
This PR will update pydftracer package from
1.0.2
to1.0.6
.Note that pydftracer package
1.0.6
still does not include the new API ofdlp.iter(self, func, name, iter_name)
that is needed for torch data loader but it is not a big of a deal for now.Thanks!