IST-DASLab / QUIK

Repository for the QUIK project, enabling the use of 4bit kernels for generative inference
Apache License 2.0
167 stars 12 forks source link

Fix wheel building problem #13

Open guoyuhong opened 5 months ago

guoyuhong commented 5 months ago

When I used python setup.py bdist_wheel to build a quik wheel file and install from this wheel, I got some problem in calling the quik functions: image I found that there is only a dynamic lib without any python code in it. image

After this file, the python files are included in the wheel and the function calling is correct for quik installed from wheel. image

image