facebookresearch/bitsandbytes

sparse is not passed in __init__ function of StableEmbedding

SirRob1997 opened this issue · 1 comments

In this line instead of passing the sparse parameter, False is passed. Is this intended? It's a little confusing since the default for sparse is True here but False in torch.nn.Embedding

Good catch! Thank you for reporting this! I will fix this with the next release. Feel free to create a pull request!