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 e99e27f commit 3a5ce95Copy full SHA for 3a5ce95
qwix/__init__.py
@@ -16,6 +16,7 @@
16
17
# pylint: disable=g-multiple-import, g-importing-member
18
19
+from qwix._src.core import qarray, ragged_dot
20
from qwix._src.flax_util import QuantStat
21
from qwix._src.model import quantize_model
22
from qwix._src.providers.lora import LoraProvider, LoraRule, apply_lora_to_model
0 commit comments