triton icon indicating copy to clipboard operation
triton copied to clipboard

how to build a whl install package?

Open zhoutianzi666 opened this issue 1 year ago • 2 comments

How to compile a WHL package for use by other offline machines?

zhoutianzi666 avatar Jan 04 '24 03:01 zhoutianzi666

python -m pip wheel ./python --wheel-dir=/zhoukangkang/triton/built_wheel_by_zkk --no-deps

zhoutianzi666 avatar Jan 04 '24 06:01 zhoutianzi666

cd triton_repo/python; python3 setup.py bdist_wheel then you have a wheel file in created 'dist' directory.

fkouteib avatar Apr 18 '24 04:04 fkouteib