diff --git a/pyproject.toml b/pyproject.toml index c02638b..e86245b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "accelerate", "fastapi", "gradio==3.35.2", "httpx", "markdown2[all]", "nh3", "numpy", "peft==0.5", "prompt_toolkit>=3.0.0", "pydantic<=2.0", "requests", "rich>=10.0.0", "sentencepiece", "shortuuid", "shortuuid", "tiktoken", "tokenizers>=0.12.1", "torch", - "transformers>=4.28.0,<4.29.0", "uvicorn", "wandb", "openai==0.28.1", "ray", "python-dotenv" + "transformers>=4.28.0,<4.29.0", "uvicorn", "wandb", "openai==0.28.1", "ray", "python-dotenv", "protobuf==3.19" ] [tool.setuptools.packages.find]