allenai / longformer

Longformer: The Long-Document Transformer
https://arxiv.org/abs/2004.05150
Apache License 2.0
2.03k stars 271 forks source link

On cheatsheet #251

Open chlorane opened 1 year ago

chlorane commented 1 year ago

I want to use longformer package on our project. However, our cuda is 11.3 so we want to use the command in the cheatsheet to compile the kernel. However, we are only allowed to use singularity instead of docker. Is it possible to give a script that can be run on singularity?