Skip to content

Commit d7d2a40

Browse files
authored
update alg_ext.abi3.so with python compatible version (#894)
1 parent 65b7ec2 commit d7d2a40

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

auto_round/alg_ext.abi3.so

438 KB
Binary file not shown.
-455 KB
Binary file not shown.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,5 +162,5 @@ def fetch_requirements(path):
162162
"License :: OSI Approved :: Apache Software License",
163163
],
164164
include_package_data=True,
165-
package_data={"": ["mllm/templates/*.json"]},
165+
package_data={"": ["mllm/templates/*.json", "alg_ext.abi3.so"]},
166166
)

0 commit comments

Comments
 (0)