diff options
Diffstat (limited to 'tests/test_modules.py')
-rw-r--r-- | tests/test_modules.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_modules.py b/tests/test_modules.py index 6cbee7b..a0379cb 100644 --- a/tests/test_modules.py +++ b/tests/test_modules.py @@ -6,10 +6,6 @@ import pytest import torch import bitsandbytes as bnb -from itertools import product - -from bitsandbytes import functional as F - @pytest.mark.parametrize("embcls", [bnb.nn.Embedding, bnb.nn.StableEmbedding], ids=['Embedding', 'StableEmbedding']) def test_embeddings(embcls): |