This is an automated email from the ASF dual-hosted git repository.
zhasheng pushed a commit to branch v1.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/v1.x by this push:
new 5e0db7a Cherry-pick #18635 to v1.7.x (#18935) (#18945)
5e0db7a is described below
commit 5e0db7a7c2dd94abe6043f89e6c10f1aa8c3281f
Author: Sam Skalicky <[email protected]>
AuthorDate: Mon Aug 17 13:55:37 2020 -0700
Cherry-pick #18635 to v1.7.x (#18935) (#18945)
* Remove mention of nightly in pypi (#18635)
* update bert dev.tsv link
Co-authored-by: Sheng Zha <[email protected]>
Co-authored-by: Carin Meier <[email protected]>
Co-authored-by: Sheng Zha <[email protected]>
---
contrib/clojure-package/examples/bert/get_bert_data.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/clojure-package/examples/bert/get_bert_data.sh
b/contrib/clojure-package/examples/bert/get_bert_data.sh
index 10ed8e9..e640857 100755
--- a/contrib/clojure-package/examples/bert/get_bert_data.sh
+++ b/contrib/clojure-package/examples/bert/get_bert_data.sh
@@ -28,5 +28,5 @@ if [ ! -d "$data_path" ]; then
curl
https://s3.us-east-2.amazonaws.com/mxnet-scala/scala-example-ci/BertQA/static_bert_qa-symbol.json
-o $data_path/static_bert_qa-symbol.json
curl
https://s3.us-east-2.amazonaws.com/mxnet-scala/scala-example-ci/BertQA/static_bert_base_net-symbol.json
-o $data_path/static_bert_base_net-symbol.json
curl
https://s3.us-east-2.amazonaws.com/mxnet-scala/scala-example-ci/BertQA/static_bert_base_net-0000.params
-o $data_path/static_bert_base_net-0000.params
- curl
https://raw.githubusercontent.com/dmlc/gluon-nlp/master/docs/examples/sentence_embedding/dev.tsv
-o $data_path/dev.tsv
+ curl
https://raw.githubusercontent.com/dmlc/gluon-nlp/d75185ec7eb1eb082ee92992be8677666aaf7ec7/docs/examples/sentence_embedding/dev.tsv
-o $data_path/dev.tsv
fi