Skip to content

Commit

Permalink
Merge branch 'main' into modifier_refactor_onnx_export
Browse files Browse the repository at this point in the history
  • Loading branch information
Satrat committed Oct 19, 2023
2 parents 3ec671f + cae298c commit 02fcf74
Show file tree
Hide file tree
Showing 22 changed files with 1,166 additions and 1,026 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ifneq ($(findstring onnx,$(TARGETS)),onnx)
PYTEST_ARGS := $(PYTEST_ARGS) --ignore tests/sparseml/onnx
endif
ifneq ($(findstring pytorch,$(TARGETS)),pytorch)
PYTEST_ARGS := $(PYTEST_ARGS) --ignore tests/sparseml/pytorch --ignore tests/sparseml/modifiers
PYTEST_ARGS := $(PYTEST_ARGS) --ignore tests/sparseml/pytorch
endif
ifneq ($(findstring pytorch_models,$(TARGETS)),pytorch_models)
PYTEST_ARGS := $(PYTEST_ARGS) --ignore tests/sparseml/pytorch/models
Expand Down
2 changes: 1 addition & 1 deletion research/information_retrieval/doc2query/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ traitlets==5.0.5
transformers==4.7.0
typer==0.3.2
typing-extensions==3.10.0.0
urllib3==1.26.17
urllib3==1.26.18
wandb==0.10.32
wasabi==0.8.2
wcwidth==0.2.5
Expand Down
1 change: 1 addition & 0 deletions src/sparseml/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from .framework import *
from .framework_object import *
from .lifecycle import *
from .logger import *
from .model import *
from .modifier import *
from .optimizer import *
Expand Down
Loading

0 comments on commit 02fcf74

Please sign in to comment.