[LLM] add protobuf in bigdl-llm dependency (#8861)

This commit is contained in:
Yishuo Wang 2023-08-31 15:23:31 +08:00 committed by GitHub
parent b1ac8dc1bc
commit a232c5aa21

View file

@ -250,7 +250,7 @@ def setup_package():
raise FileNotFoundError( raise FileNotFoundError(
f'Could not find package dependency file: {file_path}') f'Could not find package dependency file: {file_path}')
all_requires = ['py-cpuinfo'] all_requires = ['py-cpuinfo', 'protobuf']
all_requires += CONVERT_DEP all_requires += CONVERT_DEP
# install with -f https://developer.intel.com/ipex-whl-stable-xpu # install with -f https://developer.intel.com/ipex-whl-stable-xpu