chore(inference): update vllm to 0.2.1.post1 and update config parsing (#554)

chore(dependencies): update vllm to 0.2.1.post1 and update config
parsing
This commit is contained in:
Aaron Pham
2023-11-04 04:01:56 -04:00
committed by GitHub
parent 440e3d646f
commit 72c6005d3b
3 changed files with 23 additions and 3 deletions

View File

@@ -115,7 +115,7 @@ openai = ["openai[embeddings]", "tiktoken"]
opt = ["flax>=0.7", "jax", "jaxlib", "tensorflow", "keras"]
playground = ["jupyter", "notebook", "ipython", "jupytext", "nbformat"]
starcoder = ["bitsandbytes"]
vllm = ["vllm>=0.2.0", "ray"]
vllm = ["vllm>=0.2.1post1", "ray"]
[tool.hatch.version]
fallback-version = "0.0.0"