triton
triton copied to clipboard
how to build a whl install package?
How to compile a WHL package for use by other offline machines?
python -m pip wheel ./python --wheel-dir=/zhoukangkang/triton/built_wheel_by_zkk --no-deps
cd triton_repo/python; python3 setup.py bdist_wheel
then you have a wheel file in created 'dist' directory.