Skip to content

Commit e23214b

Browse files
authored
Fix csrc readme (#9515)
1 parent 5926c30 commit e23214b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

csrc/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ pip install -r requirements.txt
1010

1111
## 编译 Cuda 算子
1212

13-
生成 FP8的 cutlass 算子
13+
```shell
14+
python setup_cuda.py install
15+
```
16+
17+
## 生成 FP8的 cutlass 算子
1418
```shell
1519
python utils/auto_gen_fp8_fp8_gemm_fused_kernels.py
1620

0 commit comments

Comments
 (0)