| # **Lbx binary pkg** | |
| ## **vllm.whl** | |
| ``` | |
| cd vllm/ | |
| CUDA_VISIBLE_DEVICES=11 python setup.py bdist_wheel | |
| ``` | |
| ## **sglang.whl** | |
| ``` | |
| cd sglang/python | |
| python -m build | |
| ``` | |
| ## **flash_attn.whl** | |
| ``` | |
| cd flash-attention | |
| CUDA_VISIBLE_DEVICES=11 python setup.py bdist_wheel | |
| ``` | |
| ## **flashinfer.whl** | |
| ``` | |
| cd flashinfer/scripts | |
| ./run-ci-build-wheel | |
| ``` |