From b0ac2150e0025dec850509072834368b41481ab8 Mon Sep 17 00:00:00 2001 From: Jane Xu Date: Wed, 22 Jan 2025 08:35:28 -0800 Subject: [PATCH] Update README --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 6ccdccf..d523814 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The examples in this repo work with PyTorch 2.4+. To build: ``` -pip install . +pip install --no-build-isolation -e . ``` To test: @@ -17,11 +17,6 @@ To test: python test/test_extension.py ``` -To benchmark Python vs. C++ vs. CUDA: -``` -python test/benchmark.py -``` - ## Authors [Peter Goldsborough](https://github.com/goldsborough), [Richard Zou](https://github.com/zou3519)