LLM: Add requirements in whisper example (#8644)

* LLM: Add requirements in whisper example
This commit is contained in:
Zhao Changmin 2023-08-01 12:07:14 +08:00 committed by GitHub
parent 3e10260c6d
commit d6cbfc6d2c

View file

@ -14,6 +14,7 @@ conda create -n llm python=3.9
conda activate llm
pip install bigdl-llm[all] # install bigdl-llm with 'all' option
pip install datasets soundfile librosa # required by audio processing
```
### 2. Run