Skip to content

Commit

Permalink
Update Contribution Guide to include command for checking PyTorch and…
Browse files Browse the repository at this point in the history
… CUDA versions
  • Loading branch information
shuaills committed Dec 31, 2024
1 parent f99bf4b commit d27c13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/references/contribution_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd sglang

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

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

0 comments on commit d27c13a

Please sign in to comment.