We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5c514 commit f2ef7cfCopy full SHA for f2ef7cf
tests/llmcompressor/modeling/test_fuse.py
@@ -1,7 +1,7 @@
1
import pytest
2
import torch
3
4
-from llmcompressor.modeling.fuse import normalize_embedding, fuse_norm_linears
+from llmcompressor.modeling.fuse import fuse_norm_linears, normalize_embedding
5
6
7
@pytest.mark.unit
0 commit comments