We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa51429 commit c46153fCopy full SHA for c46153f
CONTRIBUTING.md
@@ -44,13 +44,7 @@ Please refer to https://pytorch.org/audio/main/build.html
44
45
## Running Test
46
47
-If you built sox, set the `PATH` variable so that the tests properly use the newly built `sox` binary:
48
-
49
-```bash
50
-export PATH="<path_to_torchaudio>/third_party/install/bin:${PATH}"
51
-```
52
53
-The following dependencies are also needed for testing:
+The following dependencies are needed for testing:
54
55
```bash
56
pip install typing pytest scipy numpy parameterized
0 commit comments