Skip to content

Commit 8ae1d54

Browse files
authored
Merge pull request #107 from pytorch/update-readme
Update README, no benchmarks, yes build
2 parents 38bafc6 + b0ac215 commit 8ae1d54

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,14 @@ The examples in this repo work with PyTorch 2.4+.
99

1010
To build:
1111
```
12-
pip install .
12+
pip install --no-build-isolation -e .
1313
```
1414

1515
To test:
1616
```
1717
python test/test_extension.py
1818
```
1919

20-
To benchmark Python vs. C++ vs. CUDA:
21-
```
22-
python test/benchmark.py
23-
```
24-
2520
## Authors
2621

2722
[Peter Goldsborough](https://github.com/goldsborough), [Richard Zou](https://github.com/zou3519)

0 commit comments

Comments
 (0)