Skip to content

Commit 45b21de

Browse files
Update README file (#1050)
1 parent 4ceb4f4 commit 45b21de

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ This repository consists of:
1515
* `torchtext.data <#data>`_: Generic data loaders, abstractions, and iterators for text (including vocabulary and word vectors)
1616
* `torchtext.datasets <#datasets>`_: Pre-built loaders for common NLP datasets
1717

18-
Note: we are currently re-designing the torchtext library to make it more compatible with pytorch (e.g. ``torch.utils.data``). Several datasets have been written with the new abstractions in `torchtext.experimental <https://github.com/pytorch/text/tree/master/torchtext/experimental>`_ folder. We also created an issue to discuss the new abstraction, and users are welcome to leave feedback `link <https://github.com/pytorch/text/issues/664>`_.
18+
Note: we are currently re-designing the torchtext library to make it more compatible with pytorch (e.g. ``torch.utils.data``). Several datasets have been written with the new abstractions in `torchtext.experimental <https://github.com/pytorch/text/tree/master/torchtext/experimental>`_ folder. We also created an issue to discuss the new abstraction, and users are welcome to leave feedback `link <https://github.com/pytorch/text/issues/664>`_. These prototype building blocks and datasets in the experimental folder are available in the nightly release only. The nightly packages are accessible via Pip and Conda for Windows, Mac, and Linux. For example, Linux users can install the nightly wheels with the following command::
1919

20+
pip install --pre torch torchtext -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
21+
22+
For more detail instructions, please refer to `Install PyTorch <https://pytorch.org/get-started/locally/>`_. It should be noted that the new building blocks are still under development, and the APIs have not been solidified.
2023

2124
Installation
2225
============
@@ -28,15 +31,17 @@ We recommend Anaconda as Python package management system. Please refer to `pyto
2831
:widths: 10, 10, 10
2932

3033
nightly build, master, 3.6+
31-
1.5, 0.5, 3.5+
32-
1.4, 0.4, "2.7, 3.5+"
34+
1.7, 0.8, 3.6+
35+
1.6, 0.7, 3.6+
36+
1.5, 0.6, 3.5+
37+
1.4, 0.5, "2.7, 3.5+"
3338
0.4 and below, 0.2.3, "2.7, 3.5+"
3439

35-
Using conda;::
40+
Using conda::
3641

3742
conda install -c pytorch torchtext
3843

39-
Using pip;::
44+
Using pip::
4045

4146
pip install torchtext
4247

0 commit comments

Comments
 (0)