LLM: Add requirements in whisper example (#8644)
* LLM: Add requirements in whisper example
This commit is contained in:
parent
3e10260c6d
commit
d6cbfc6d2c
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue