From e91559edf027c33d41fe972d6a5e7fd1ae14eb0f Mon Sep 17 00:00:00 2001 From: Asher Mancinelli Date: Fri, 14 Nov 2025 14:34:18 -0800 Subject: [PATCH] Update README.md --- python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index 4bcdf92..5f48fc0 100644 --- a/python/README.md +++ b/python/README.md @@ -21,7 +21,7 @@ are set. For example, assuming CUDA toolkit is installed system-wide, and assumi ```bash export CUDACXX=/usr/local/cuda/bin/nvcc export CUDAARCHS=86 -`` +``` ### Build Python project