Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 7a84fe1

Browse files
gigasquidszha
andauthored
Cherry-pick #18635 to v1.7.x (#18935)
* Remove mention of nightly in pypi (#18635) * update bert dev.tsv link Co-authored-by: Sheng Zha <[email protected]>
1 parent 8c416d7 commit 7a84fe1

File tree

7 files changed

+1
-43
lines changed

7 files changed

+1
-43
lines changed

contrib/clojure-package/examples/bert/get_bert_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ if [ ! -d "$data_path" ]; then
2828
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
2929
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
3030
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
31-
curl https://raw.githubusercontent.com/dmlc/gluon-nlp/master/docs/examples/sentence_embedding/dev.tsv -o $data_path/dev.tsv
31+
curl https://raw.githubusercontent.com/dmlc/gluon-nlp/d75185ec7eb1eb082ee92992be8677666aaf7ec7/docs/examples/sentence_embedding/dev.tsv -o $data_path/dev.tsv
3232
fi

tools/pip/doc/CPU_ADDITIONAL.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,3 @@ To install, use:
3535
```bash
3636
pip install mxnet
3737
```
38-
39-
Nightly Builds
40-
--------------
41-
To install the latest nightly build, use:
42-
```bash
43-
pip install --pre mxnet -f https://dist.mxnet.io/python
44-
```

tools/pip/doc/CU100_ADDITIONAL.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,3 @@ To install:
3535
```bash
3636
pip install mxnet-cu100
3737
```
38-
39-
Nightly Builds
40-
--------------
41-
To install the latest nightly build, use:
42-
```bash
43-
pip install --pre mxnet-cu100 -f https://dist.mxnet.io/python
44-
```

tools/pip/doc/CU101_ADDITIONAL.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,3 @@ To install:
3535
```bash
3636
pip install mxnet-cu101
3737
```
38-
39-
Nightly Builds
40-
--------------
41-
To install the latest nightly build, use:
42-
```bash
43-
pip install --pre mxnet-cu101 -f https://dist.mxnet.io/python
44-
```

tools/pip/doc/CU102_ADDITIONAL.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,3 @@ To install:
3434
```bash
3535
pip install mxnet-cu102
3636
```
37-
38-
Nightly Builds
39-
--------------
40-
To install the latest nightly build, use:
41-
```bash
42-
pip install --pre mxnet-cu102 -f https://dist.mxnet.io/python
43-
```

tools/pip/doc/CU92_ADDITIONAL.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,3 @@ To install:
3434
```bash
3535
pip install mxnet-cu92
3636
```
37-
38-
Nightly Builds
39-
--------------
40-
To install the latest nightly build, use:
41-
```bash
42-
pip install --pre mxnet-cu92 -f https://dist.mxnet.io/python
43-
```

tools/pip/doc/NATIVE_ADDITIONAL.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,3 @@ To install:
3232
```bash
3333
pip install mxnet-native
3434
```
35-
36-
Nightly Builds
37-
--------------
38-
To install the latest nightly build, use:
39-
```bash
40-
pip install --pre mxnet-native -f https://dist.mxnet.io/python
41-
```

0 commit comments

Comments
 (0)