Skip to content

Commit e9a2c95

Browse files
author
Abhinav Mehrotra
committed
fixed typo + setup url
1 parent 6d3ac15 commit e9a2c95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Please see the following section to see a brief summary of how to use the datase
3939

4040
## Using the dataset
4141

42-
All relevant files can be downaloded from the `releases` page in this repo.
42+
All relevant files can be downloded from the `releases` page in this repo.
4343

4444
We provide a `Dataset` class as the top-level interface to querying the datasets (although the user is free to read the pickle files on their own).
4545
The `Dataset` class is primarily used to deal with training datasets but it has an option to also piggy-back benchmarking and static datasets for convenience.

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ def run(self):
3232
description='Library for the NasbenchASR dataset',
3333
author='SAIC-Cambridge, On-Device Team',
3434
author_email='on.device@samsung.com',
35-
url='https://github.sec.samsung.net/a-mehrotra1/pytorch-asr',
36-
download_url='https://github.sec.samsung.net/a-mehrotra1/pytorch-asr',
35+
url='https://github.com/SamsungLabs/nb-asr',
36+
download_url='https://github.com/SamsungLabs/nb-asr',
3737
python_requires='>=3.6.0',
3838
setup_requires=[
3939
'git-python'

0 commit comments

Comments
 (0)