Skip to content

Commit

Permalink
flip version to 0.13-snapshot (intel-analytics#3074)
Browse files Browse the repository at this point in the history
* flip version to 0.13-snapshot
  • Loading branch information
Le-Zheng committed Nov 17, 2020
1 parent 80eaa1d commit e273ae0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions python/dllib/src/bigdl/dllib/models/textclassifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ $ [/tmp/news20]$ tree . -L 1
- The example code would automatically download the data during the first run.

### Run via pip install
- [Install from pip](https://bigdl-project.github.io/0.12.0-SNAPSHOT/#PythonUserGuide/install-from-pip/)
- Optional: check [Run after pip install](https://bigdl-project.github.io/0.12.0-SNAPSHOT/#PythonUserGuide/run-from-pip/)
- [Install from pip](https://bigdl-project.github.io/0.13.0-SNAPSHOT/#PythonUserGuide/install-from-pip/)
- Optional: check [Run after pip install](https://bigdl-project.github.io/0.13.0-SNAPSHOT/#PythonUserGuide/run-from-pip/)
- Run the following command locally
```
python ${BigDL_HOME}/pyspark/bigdl/models/textclassifier/textclassifier.py --max_epoch 3 --model cnn
```

### Run via spark-submit
- [Install without pip](https://bigdl-project.github.io/0.12.0-SNAPSHOT/#PythonUserGuide/install-without-pip/)
- Optional: check [Run without pip](https://bigdl-project.github.io/0.12.0-SNAPSHOT/#PythonUserGuide/run-without-pip/)
- [Install without pip](https://bigdl-project.github.io/0.13.0-SNAPSHOT/#PythonUserGuide/install-without-pip/)
- Optional: check [Run without pip](https://bigdl-project.github.io/0.13.0-SNAPSHOT/#PythonUserGuide/run-without-pip/)
- Run the following command
```{r, engine='sh'}
PYTHONHASHSEED=0
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

__version__ = "0.12.0.dev0"
__version__ = "0.13.0.dev0"

0 comments on commit e273ae0

Please sign in to comment.