Update documentation for NLP (#594)

* Update Installation.md
This commit is contained in:
Xueqing Liu
2022-06-16 16:52:03 -04:00
committed by GitHub
parent 7740cd3466
commit 4c044e88bd

View File

@@ -37,6 +37,11 @@ pip install flaml[vw]
pip install flaml[forecast]
```
* natural language processing: transformers
```bash
pip install flaml[nlp]
```
### Distributed tuning
* ray
```bash