[Hotfix] [Debug] test_openai_server.py::test_guided_regex_completion (#3383)

This commit is contained in:
Simon Mo 2024-03-13 17:02:21 -07:00 committed by GitHub
parent eeab52a4ff
commit 81653d9688
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -12,5 +12,5 @@ pydantic >= 2.0 # Required for OpenAI server.
prometheus_client >= 0.18.0
pynvml == 11.5.0
triton >= 2.1.0
outlines >= 0.0.27
outlines == 0.0.34
cupy-cuda12x == 12.1.0 # Required for CUDA graphs. CUDA 11.8 users should install cupy-cuda11x instead.