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)