Skip to content

Commit f99bf4b

Browse files
committed
Refactor Contribution Guide
1 parent 273648c commit f99bf4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/references/contribution_guide.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ cd sglang
1717

1818
Refer to [Install SGLang](https://sgl-project.github.io/start/install.html) documentation for more details on setting up the necessary dependencies.
1919

20-
Install correct version of flashinfer according to your PyTorch and CUDA versions.
20+
Install correct version of flashinfer according to your PyTorch and CUDA versions. Check your PyTorch and CUDA versions:
21+
```bash
22+
python -c "import torch; print('PyTorch Version:', torch.__version__); print('CUDA Version:', torch.version.cuda)"
23+
```
2124

2225
Below is an example on PyTorch 2.4 with CUDA 12.4:
2326
```bash

0 commit comments

Comments
 (0)