peng
commited on
Commit
•
ccc7068
1
Parent(s):
4d1c528
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# **Lbx binary pkg**
|
2 |
+
## **vllm.whl**
|
3 |
+
```
|
4 |
+
cd vllm/
|
5 |
+
CUDA_VISIBLE_DEVICES=11 python setup.py bdist_wheel
|
6 |
+
```
|
7 |
+
## **sglang.whl**
|
8 |
+
```
|
9 |
+
cd sglang/python
|
10 |
+
python -m build
|
11 |
+
```
|
12 |
+
## **flash_attn.whl**
|
13 |
+
```
|
14 |
+
cd flash-attention
|
15 |
+
CUDA_VISIBLE_DEVICES=11 python setup.py bdist_wheel
|
16 |
+
```
|
17 |
+
## **flashinfer.whl**
|
18 |
+
```
|
19 |
+
cd flashinfer/scripts
|
20 |
+
./run-ci-build-wheel
|
21 |
+
```
|