Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/UKPLab/EasyNMT into main
Browse files Browse the repository at this point in the history
  • Loading branch information
nreimers committed Jan 29, 2021
2 parents fec7d18 + 08b1da4 commit 8de04bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# EasyNMT - Easy to use, state-of-the-art Neural Machine Translation
This class provides easy to use, state-of-the-art machine translation for more than 100+ languages. The highlights of this package are:
This package provides easy to use, state-of-the-art machine translation for more than 100+ languages. The highlights of this package are:

- Easy installation and usage: Use state-of-the-art machine translation with 3 lines of code
- Automatic download of pre-trained machine translation models
Expand All @@ -25,7 +25,7 @@ You can install the package via:
pip install -U easynmt
```

The models are based on **PyTorch**. If you have a GPU available, see how to install **[PyTorch with GPU support](https://pytorch.org/get-started/locally/)**.
The models are based on **PyTorch**. If you have a GPU available, see how to install **[PyTorch with GPU support](https://pytorch.org/get-started/locally/)**. If you use Windows and have issues with the installation, see [this issue](https://github.com/UKPLab/EasyNMT/issues/3) how to solve it.

## Usage
The usage is simple:
Expand Down

0 comments on commit 8de04bd

Please sign in to comment.