From d6cbfc6d2c6123f759156bc74339488a5274bb6d Mon Sep 17 00:00:00 2001 From: Zhao Changmin Date: Tue, 1 Aug 2023 12:07:14 +0800 Subject: [PATCH] LLM: Add requirements in whisper example (#8644) * LLM: Add requirements in whisper example --- .../llm/example/transformers/transformers_int4/whisper/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/python/llm/example/transformers/transformers_int4/whisper/readme.md b/python/llm/example/transformers/transformers_int4/whisper/readme.md index 99fe180f..4f77a4af 100644 --- a/python/llm/example/transformers/transformers_int4/whisper/readme.md +++ b/python/llm/example/transformers/transformers_int4/whisper/readme.md @@ -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