From a232c5aa21efda2c15f6ab36eb903bdb02c7c45d Mon Sep 17 00:00:00 2001 From: Yishuo Wang Date: Thu, 31 Aug 2023 15:23:31 +0800 Subject: [PATCH] [LLM] add protobuf in bigdl-llm dependency (#8861) --- python/llm/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/llm/setup.py b/python/llm/setup.py index 22e0e74f..b6a30820 100644 --- a/python/llm/setup.py +++ b/python/llm/setup.py @@ -250,7 +250,7 @@ def setup_package(): raise FileNotFoundError( f'Could not find package dependency file: {file_path}') - all_requires = ['py-cpuinfo'] + all_requires = ['py-cpuinfo', 'protobuf'] all_requires += CONVERT_DEP # install with -f https://developer.intel.com/ipex-whl-stable-xpu