Skip to content

Commit

Permalink
Merge pull request #80 from lissyx/ds0.6.0a15+tc-community
Browse files Browse the repository at this point in the history
Ds0.6.0a15+tc community
  • Loading branch information
lissyx authored Nov 14, 2019
2 parents 05a67e0 + 4034ffb commit 6e7c5ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DeepSpeech/Dockerfile.train
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM nvidia/cuda:10.0-cudnn7-runtime-ubuntu18.04

ARG ds_repo=mozilla/DeepSpeech
ARG ds_branch=c5935644a1758c5d9e678642eb83106376dc0cd8
ARG ds_sha1=c5935644a1758c5d9e678642eb83106376dc0cd8
ARG ds_branch=b3787ee1888322dc68b8b3e4a5f6f859ba9dd05e
ARG ds_sha1=dab5183a985652f46b4b2dadde2d4df08e5fa4bf
ARG kenlm_repo=kpu/kenlm
ARG kenlm_branch=2ad7cb56924cd3c6811c604973f592cb5ef604eb

Expand Down Expand Up @@ -106,7 +106,7 @@ RUN cat requirements.txt | sed -e 's/^tensorflow/tensorflow-gpu/g' | pip install

RUN pip install `python util/taskcluster.py --decoder`

RUN TASKCLUSTER_SCHEME="https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.%(branch_name)s.%(arch_string)s/artifacts/public/%(artifact_name)s" python util/taskcluster.py \
RUN TASKCLUSTER_SCHEME="https://community-tc.services.mozilla.com/tasks/index/v1/task/project.deepspeech.tensorflow.pip.%(branch_name)s.%(arch_string)s/artifacts/public/%(artifact_name)s" python util/taskcluster.py \
--target="$(pwd)" \
--artifact="convert_graphdef_memmapped_format" \
--branch="r1.14" && chmod +x convert_graphdef_memmapped_format
Expand Down
2 changes: 1 addition & 1 deletion DeepSpeech/fr/build_lm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pushd /mnt/extracted
fi;

if [ ! -f "/mnt/lm/trie" ]; then
curl -sSL https://index.taskcluster.net/v1/task/project.deepspeech.deepspeech.native_client.master.${DS_SHA1}.cpu/artifacts/public/native_client.tar.xz | pixz -d | tar -xf -
curl -sSL https://community-tc.services.mozilla.com/api/index/v1/task/project.deepspeech.deepspeech.native_client.master.${DS_SHA1}.cpu/artifacts/public/native_client.tar.xz | pixz -d | tar -xf -
./generate_trie /mnt/models/alphabet.txt /mnt/lm/lm.binary /mnt/lm/trie
fi;

Expand Down

0 comments on commit 6e7c5ea

Please sign in to comment.