Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
7ab08200
"server/vscode:/vscode.git/clone" did not exist on "da27fbdfdbaaab4157e0aa6114c16503471c499c"
Unverified
Commit
7ab08200
authored
Mar 05, 2021
by
Isaac Seessel
Committed by
GitHub
Mar 05, 2021
Browse files
Fix broken links in contribution guide (#1361)
parent
301a6e3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
CONTRIBUTING.md
CONTRIBUTING.md
+6
-6
No files found.
CONTRIBUTING.md
View file @
7ab08200
...
@@ -33,7 +33,7 @@ Comment on the issue that you want to work on it and send a PR with your fix
...
@@ -33,7 +33,7 @@ Comment on the issue that you want to work on it and send a PR with your fix
We recommend using a
`conda`
environment to contribute efficiently to
We recommend using a
`conda`
environment to contribute efficiently to
torchaudio.
torchaudio.
### Install PyTorch Nightly
### Install PyTorch Nightly
```
bash
```
bash
conda
install
pytorch
-c
pytorch-nightly
conda
install
pytorch
-c
pytorch-nightly
...
@@ -75,19 +75,19 @@ pip install typing pytest scipy numpy parameterized
...
@@ -75,19 +75,19 @@ pip install typing pytest scipy numpy parameterized
If you plan to modify the code or documentation, please follow the steps below:
If you plan to modify the code or documentation, please follow the steps below:
1.
Fork the repository and create your branch from
`master`
:
`$ git checkout master && git checkout -b my_cool_feature`
1.
Fork the repository and create your branch from
`master`
:
`$ git checkout master && git checkout -b my_cool_feature`
2.
If you have modified the code (new feature or bug-fix),
[
please add tests
](
.
test/torchaudio_unittest/
)
.
2.
If you have modified the code (new feature or bug-fix),
[
please add tests
](
test/torchaudio_unittest/
)
.
3.
If you have changed APIs,
[
update the documentation
](
#Documentation
)
.
3.
If you have changed APIs,
[
update the documentation
](
#Documentation
)
.
For more details about pull requests,
For more details about pull requests,
please read
[
GitHub's guides
](
https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request
)
.
please read
[
GitHub's guides
](
https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request
)
.
If you would like to contribute a new model, please see
[
here
](
#New-model
)
.
If you would like to contribute a new model, please see
[
here
](
#New-model
)
.
If you would like to contribute a new dataset, please see
[
here
](
#New-dataset
)
.
If you would like to contribute a new dataset, please see
[
here
](
#New-dataset
)
.
## Testing
## Testing
Please refer to our
[
testing guidelines
](
.
test/torchaudio_unittest/
)
for more
Please refer to our
[
testing guidelines
](
test/torchaudio_unittest/
)
for more
details.
details.
## Documentation
## Documentation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment