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
7e6e778b
Unverified
Commit
7e6e778b
authored
Sep 02, 2021
by
moto
Committed by
GitHub
Sep 02, 2021
Browse files
Update the version of fairseq used for testing (#1745)
parent
d579d4b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.circleci/unittest/linux/scripts/install.sh
.circleci/unittest/linux/scripts/install.sh
+1
-1
.circleci/unittest/windows/scripts/install.sh
.circleci/unittest/windows/scripts/install.sh
+1
-1
No files found.
.circleci/unittest/linux/scripts/install.sh
View file @
7e6e778b
...
@@ -68,5 +68,5 @@ fi
...
@@ -68,5 +68,5 @@ fi
# Install fairseq
# Install fairseq
git clone https://github.com/pytorch/fairseq
git clone https://github.com/pytorch/fairseq
cd
fairseq
cd
fairseq
git checkout e
6eddd80
git checkout e
47a4c8
pip
install
.
pip
install
.
.circleci/unittest/windows/scripts/install.sh
View file @
7e6e778b
...
@@ -49,5 +49,5 @@ fi
...
@@ -49,5 +49,5 @@ fi
# Install fairseq
# Install fairseq
git clone https://github.com/pytorch/fairseq
git clone https://github.com/pytorch/fairseq
cd
fairseq
cd
fairseq
git checkout e
6eddd80
git checkout e
47a4c8
pip
install
.
pip
install
.
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