mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Update README.md with note about installing extras for NLP (#582)
This commit is contained in:
parent
f14bbaf4b0
commit
95864a9ace
@ -41,6 +41,11 @@ Eland can be installed from [PyPI](https://pypi.org/project/eland) with Pip:
|
|||||||
$ python -m pip install eland
|
$ python -m pip install eland
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If using Eland to upload NLP models to Elasticsearch install the PyTorch extras:
|
||||||
|
```bash
|
||||||
|
$ python -m pip install eland[pytorch]
|
||||||
|
```
|
||||||
|
|
||||||
Eland can also be installed from [Conda Forge](https://anaconda.org/conda-forge/eland) with Conda:
|
Eland can also be installed from [Conda Forge](https://anaconda.org/conda-forge/eland) with Conda:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user