diff --git a/python/llm/setup.py b/python/llm/setup.py index 292996c2..ebdc4b66 100644 --- a/python/llm/setup.py +++ b/python/llm/setup.py @@ -50,7 +50,7 @@ llm_home = os.path.join(os.path.dirname(os.path.abspath(__file__)), "src") github_artifact_dir = os.path.join(llm_home, '../llm-binary') libs_dir = os.path.join(llm_home, "bigdl", "llm", "libs") CONVERT_DEP = ['numpy >= 1.22', 'torch', - 'transformers == 4.31.0', 'sentencepiece', + 'transformers == 4.31.0', 'sentencepiece', 'tokenizers == 0.13.3', # TODO: Support accelerate 0.22.0 'accelerate == 0.21.0', 'tabulate'] SERVING_DEP = ['fschat[model_worker, webui] == 0.2.28', 'protobuf']