Closed ViktorooReps closed 1 week ago
Hey could you correct the imports so that I can run the script, I tried to add some of the ones that were missing but it would but didnt get all of em
@drisspg thank you for the reply! But I have some other issue, I'll get back to this a bit later (I'll reopen this issue then).
Could you have a look at this another issue I am having: #79 ?
Btw, I think I had some issue due to the fact that masks are implemented as classes (FlexAttention becomes super slow)
I'll investigate later
Hi!
I am not getting something, and confusing error does not help..
Why does this code work fine (see
PaddingBlockMask
in the next code section):And this one breaks:
The error I am getting is:
And so on, at the end is:
Am I using
BlockMask
wrong? Is it not supposed to work withDataLoader
? Ideally, I would like to create masks in advance withnum_workers
> 0.The torch version is
2.6.0.dev20241112+cu121
, I am working in Jupyter Notebook.Thank you so much for any help!