Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil authored Feb 24, 2025
1 parent 0434a89 commit 0de9dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ docker run --rm \

The whole goal of building these kernels is to allow researchers, developers, and programmers to use high performance kernels in their code PyTorch code. Kernels uploaded to Hugging Face Hub can be loaded using the [hf-kernels](/~https://github.com/huggingface/hf-kernels/) package.

To load a kernel locally, you can should add the kernel build that is compatible with the Torch and CUDA versions in you environment to `PYTHON_PATH`. For example:
To load a kernel locally, you can should add the kernel build that is compatible with the Torch and CUDA versions in you environment to `PYTHONPATH`. For example:

```bash
# PyTorch 2.4 and CUDA 12.1.
Expand Down

0 comments on commit 0de9dcb

Please sign in to comment.