Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OpenNMT/CTranslate2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Klein <guillaumekln@users.noreply.github.com>2022-07-18 15:22:25 +0300
committerGitHub <noreply@github.com>2022-07-18 15:22:25 +0300
commit3a6e933f575550cc5b97041d36f4efaaaa7d321f (patch)
treedd79a54c9c0902d08be215a979389b3a211934d1 /.github
parent9ec0cdaf3f0ad27f7de8bd3419e989f618e9879b (diff)
Add conversion test for OpenNMT-py's transformer_lm (#874)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 22612148..ffef936a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -74,9 +74,11 @@ jobs:
make install
- name: Download test data
+ working-directory: tests/data/models
run: |
+ wget https://opennmt-models.s3.amazonaws.com/pi_lm_step_5000.pt
wget https://opennmt-models.s3.amazonaws.com/transliteration-aren-all.tar.gz
- tar xf transliteration-aren-all.tar.gz -C tests/data/models/
+ tar xf transliteration-aren-all.tar.gz
- name: Test
run: |