Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

update for pytorch v1.4.0 #234

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
27 changes: 23 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,31 @@ branches:

matrix:
include:
- env: CONFIG=linux_noarch UPLOAD_PACKAGES=True DOCKER_IMAGE=ibmcom/powerai:1.7.0-dev-ubuntu18.04-py36-ppc64le
- env: CONFIG=linux_ppc64le_python3.6 UPLOAD_PACKAGES=True DOCKER_IMAGE=ibmcom/powerai:1.7.0-dev-ubuntu18.04-py36
os: linux
arch: ppc64le
language: generic

- env: CONFIG=linux_ppc64le_python3.7 UPLOAD_PACKAGES=True DOCKER_IMAGE=ibmcom/powerai:1.7.0-dev-ubuntu18.04-py37
os: linux
arch: ppc64le
language: generic

- env: CONFIG=linux_python3.6 UPLOAD_PACKAGES=True DOCKER_IMAGE=ibmcom/powerai:1.7.0-pytorch-ubuntu18.04-py36-x86_64
os: linux-64
arch: amd64
language: generic

- env: CONFIG=linux_python3.7 UPLOAD_PACKAGES=True DOCKER_IMAGE=ibmcom/powerai:1.7.0-pytorch-ubuntu18.04-py37-x86_64
os: linux-64
arch: amd64
language: generic

script:
- cd conda-recipes/tensorflow-datasets-feedstock
- "travis_wait 60 sleep 3600 &"
- ./ci_support/run_docker_build.sh
- cd conda-recipes/fairseq-feedstock
# - "travis_wait 60 sleep 3600 &
# Output something every 10 minutes or Travis kills the job
# - echo "TESTING TESTING"
# - while sleep 3m; do echo "=====[ $SECONDS seconds Build still running ]====="; done &
- ./ci_support/run_docker_build.sh
# - kill %1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_sources:
channel_targets:
- powerai main
docker_image:
- ibmcom/powerai:1.6.2-pytorch-ubuntu18.04-py36-ppc64le
- ibmcom/powerai:powerai:1.7.0-dev-ubuntu18.04-py36
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_sources:
channel_targets:
- powerai main
docker_image:
- ibmcom/powerai:1.6.2-pytorch-ubuntu18.04-py37-ppc64le
- ibmcom/powerai:1.7.0-dev-ubuntu18.04-py37
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_sources:
channel_targets:
- powerai main
docker_image:
- ibmcom/powerai:1.6.2-pytorch-ubuntu18.04-py36-x86_64
- ibmcom/powerai:1.7.0-pytorch-ubuntu18.04-py36-x86_64
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_sources:
channel_targets:
- powerai main
docker_image:
- ibmcom/powerai:1.6.2-pytorch-ubuntu18.04-py37-x86_64
- ibmcom/powerai:1.7.0-pytorch-ubuntu18.04-py37-x86_64
pin_run_as_build:
python:
min_pin: x.x
Expand Down
7 changes: 5 additions & 2 deletions conda-recipes/fairseq-feedstock/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requirements:
- python
- tqdm=4.36.*
- sacrebleu
- pytorch=1.3.1
- pytorch=1.4.0
- regex
- pycparser
- cython=0.29
Expand All @@ -36,11 +36,14 @@ requirements:
- sacrebleu
- pycparser
- cython=0.29
- pytorch=1.3.1
- pytorch=1.4.0
- tqdm=4.36.*

about:
home: https://github.com/pytorch/fairseq
license: MIT License
license_file: LICENSE
summary: Facebook AI Research Sequence-to-Sequence Toolkit
description: |
A sequence-to-sequence learning toolkit for Torch from Facebook AI
Research tailored to Neural Machine Translation (NMT).