feat: set transformers lib version. (#8683)
This commit is contained in:
parent
ef08250c21
commit
ebcf75d506
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,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', 'sentencepiece',
|
||||
'transformers >= 4.31.0', 'sentencepiece',
|
||||
'accelerate', 'tabulate']
|
||||
windows_binarys = [
|
||||
"llama.dll",
|
||||
|
|
|
|||
Loading…
Reference in a new issue