-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7457a4a
commit f2a5aa0
Showing
8 changed files
with
4,226 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ dependencies = [ | |
"coverage", | ||
"pytest-cov", | ||
"pytest-xdist", | ||
"py-cpuinfo", | ||
] | ||
|
||
[project.urls] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
from .sten import * | ||
|
||
from .patches import patch | ||
|
||
from .grouped_nm.sten_impls import GroupedNMSparsifier | ||
from .grouped_nm.grouped_nm_tensor import GroupedNMTensor, PerfectNMTensor |
Empty file.
Oops, something went wrong.