Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 02fcf74

Browse files
author
Sara Adkins
committed
Merge branch 'main' into modifier_refactor_onnx_export
2 parents 3ec671f + cae298c commit 02fcf74

File tree

22 files changed

+1166
-1026
lines changed

22 files changed

+1166
-1026
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ifneq ($(findstring onnx,$(TARGETS)),onnx)
2525
PYTEST_ARGS := $(PYTEST_ARGS) --ignore tests/sparseml/onnx
2626
endif
2727
ifneq ($(findstring pytorch,$(TARGETS)),pytorch)
28-
PYTEST_ARGS := $(PYTEST_ARGS) --ignore tests/sparseml/pytorch --ignore tests/sparseml/modifiers
28+
PYTEST_ARGS := $(PYTEST_ARGS) --ignore tests/sparseml/pytorch
2929
endif
3030
ifneq ($(findstring pytorch_models,$(TARGETS)),pytorch_models)
3131
PYTEST_ARGS := $(PYTEST_ARGS) --ignore tests/sparseml/pytorch/models

research/information_retrieval/doc2query/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ traitlets==5.0.5
127127
transformers==4.7.0
128128
typer==0.3.2
129129
typing-extensions==3.10.0.0
130-
urllib3==1.26.17
130+
urllib3==1.26.18
131131
wandb==0.10.32
132132
wasabi==0.8.2
133133
wcwidth==0.2.5

src/sparseml/core/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
from .framework import *
2121
from .framework_object import *
2222
from .lifecycle import *
23+
from .logger import *
2324
from .model import *
2425
from .modifier import *
2526
from .optimizer import *

0 commit comments

Comments
 (0)