Skip to content

Commit

Permalink
WIP: Update TensorFlow expected version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Lissy committed Oct 31, 2018
1 parent 161bc93 commit 7581bd9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion taskcluster/test-armbian-opt-base.tyml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ then:
PIP_DEFAULT_TIMEOUT: "60"
PIP_EXTRA_INDEX_URL: "https://lissyx.github.io/deepspeech-python-wheels/"
EXTRA_PYTHON_CONFIGURE_OPTS: "--with-fpectl" # Required by Debian Stretch
EXPECTED_TENSORFLOW_VERSION: "TensorFlow: v1.11.0-13-g40969c9"
EXPECTED_TENSORFLOW_VERSION: "TensorFlow: v1.12.0-rc2-4-g01a618f"

command:
- "/bin/bash"
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/test-darwin-opt-base.tyml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ then:
DEEPSPEECH_TEST_MODEL: https://queue.taskcluster.net/v1/task/${training}/artifacts/public/output_graph.pb
DEEPSPEECH_PROD_MODEL: https://github.com/reuben/DeepSpeech/releases/download/v0.2.0-prod-ctcdecode/output_graph.pb
DEEPSPEECH_PROD_MODEL_MMAP: https://github.com/reuben/DeepSpeech/releases/download/v0.2.0-prod-ctcdecode/output_graph.pbmm
EXPECTED_TENSORFLOW_VERSION: "TensorFlow: v1.11.0-13-g40969c9"
EXPECTED_TENSORFLOW_VERSION: "TensorFlow: v1.12.0-rc2-4-g01a618f"

command:
- - "/bin/bash"
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/test-linux-opt-base.tyml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ then:
DEEPSPEECH_PROD_MODEL: https://github.com/reuben/DeepSpeech/releases/download/v0.2.0-prod-ctcdecode/output_graph.pb
DEEPSPEECH_PROD_MODEL_MMAP: https://github.com/reuben/DeepSpeech/releases/download/v0.2.0-prod-ctcdecode/output_graph.pbmm
PIP_DEFAULT_TIMEOUT: "60"
EXPECTED_TENSORFLOW_VERSION: "TensorFlow: v1.11.0-13-g40969c9"
EXPECTED_TENSORFLOW_VERSION: "TensorFlow: v1.12.0-rc2-4-g01a618f"

command:
- "/bin/bash"
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/test-raspbian-opt-base.tyml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ then:
PIP_DEFAULT_TIMEOUT: "60"
PIP_EXTRA_INDEX_URL: "https://www.piwheels.org/simple"
EXTRA_PYTHON_CONFIGURE_OPTS: "--with-fpectl" # Required by Raspbian Stretch / PiWheels
EXPECTED_TENSORFLOW_VERSION: "TensorFlow: v1.11.0-13-g40969c9"
EXPECTED_TENSORFLOW_VERSION: "TensorFlow: v1.12.0-rc2-4-g01a618f"

command:
- "/bin/bash"
Expand Down

0 comments on commit 7581bd9

Please sign in to comment.