Skip to content

Commit f83d49c

Browse files
committed
relax dependency of transformers
1 parent 1f5601f commit f83d49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"accelerate", "fastapi", "gradio==3.35.2", "httpx", "markdown2[all]", "nh3", "numpy",
1717
"peft==0.5", "prompt_toolkit>=3.0.0", "pydantic<=2.0", "requests", "rich>=10.0.0", "sentencepiece",
1818
"shortuuid", "shortuuid", "tiktoken", "tokenizers>=0.12.1", "torch",
19-
"transformers>=4.28.0,<4.29.0", "uvicorn", "wandb", "openai==0.28.1", "ray", "python-dotenv", "protobuf==3.19",
19+
"transformers", "uvicorn", "wandb", "openai==0.28.1", "ray", "python-dotenv", "protobuf==3.19",
2020
"wandb", "tiktoken"
2121
]
2222

0 commit comments

Comments
 (0)