fix: typo
This commit is contained in:
parent
4c2237b2a0
commit
656f2fe4dc
|
@ -8,7 +8,7 @@ authors = ["Olivier Dehaene <olivier@huggingface.co>"]
|
||||||
text-generation-server = 'text_generation_server.cli:app'
|
text-generation-server = 'text_generation_server.cli:app'
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = >=3.9,<3.13"
|
python = ">=3.9,<3.13"
|
||||||
protobuf = "^4.21.7"
|
protobuf = "^4.21.7"
|
||||||
grpcio = "^1.51.1"
|
grpcio = "^1.51.1"
|
||||||
grpcio-status = "^1.51.1"
|
grpcio-status = "^1.51.1"
|
||||||
|
|
Loading…
Reference in New Issue