mirror of
https://github.com/facebookresearch/fairseq.git
synced 2024-11-12 21:52:01 +03:00
0a848245f3
Summary: Pull Request resolved: https://github.com/fairinternal/fairseq-py/pull/1410 Test Plan: - reproduced Transformer-XL results (see README) - added integration test Reviewed By: jingfeidu Differential Revision: D24928966 Pulled By: myleott fbshipit-source-id: 86376c17ab24d37e72e7c097b6dcec71b1a087a7
10 lines
264 B
Python
10 lines
264 B
Python
# Copyright (c) Facebook, Inc. and its affiliates.
|
|
#
|
|
# This source code is licensed under the MIT license found in the
|
|
# LICENSE file in the root directory of this source tree.
|
|
|
|
try:
|
|
from fairseq.version import __version__ # noqa
|
|
except ImportError:
|
|
pass
|