Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Fairseq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jianrong Zhang
Fairseq
Commits
8a0b56ef
Commit
8a0b56ef
authored
4 years ago
by
Myle Ott
Browse files
Options
Downloads
Patches
Plain Diff
v0.10.0 -> v0.10.1
Bug fixes
parent
fb045021
No related branches found
Branches containing commit
Tags
v0.10.1
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/conf.py
+2
-2
2 additions, 2 deletions
docs/conf.py
examples/__init__.py
+1
-1
1 addition, 1 deletion
examples/__init__.py
fairseq/__init__.py
+1
-1
1 addition, 1 deletion
fairseq/__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
5 additions
and
5 deletions
docs/conf.py
+
2
−
2
View file @
8a0b56ef
...
...
@@ -61,9 +61,9 @@ github_doc_root = "https://github.com/pytorch/fairseq/tree/master/docs/"
# built documents.
#
# The short X.Y version.
version
=
"
0.10.
0
"
version
=
"
0.10.
1
"
# The full version, including alpha/beta/rc tags.
release
=
"
0.10.
0
"
release
=
"
0.10.
1
"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
This diff is collapsed.
Click to expand it.
examples/__init__.py
+
1
−
1
View file @
8a0b56ef
...
...
@@ -3,6 +3,6 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
__version__
=
"
0.10.
0
"
__version__
=
"
0.10.
1
"
import
examples.noisychannel
# noqa
This diff is collapsed.
Click to expand it.
fairseq/__init__.py
+
1
−
1
View file @
8a0b56ef
...
...
@@ -5,7 +5,7 @@
"""
isort:skip_file
"""
__all__
=
[
"
pdb
"
]
__version__
=
"
0.10.
0
"
__version__
=
"
0.10.
1
"
import
sys
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
8a0b56ef
...
...
@@ -135,7 +135,7 @@ if os.path.exists(os.path.join("fairseq", "model_parallel", "megatron", "mpu")):
def
do_setup
(
package_data
):
setup
(
name
=
"
fairseq
"
,
version
=
"
0.10.
0
"
,
version
=
"
0.10.
1
"
,
description
=
"
Facebook AI Research Sequence-to-Sequence Toolkit
"
,
url
=
"
https://github.com/pytorch/fairseq
"
,
classifiers
=
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment