Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[server] Update OpenAI endpoints #1445

Merged
merged 15 commits into from
Dec 13, 2023
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ def _parse_requirements_file(file_path):
"transformers<4.35",
"datasets<=2.14.6",
"scikit-learn",
"fschat==0.2.33",
"accelerate==0.24.1",
"seqeval",
]
_sentence_transformers_integration_deps = ["optimum-deepsparse"] + _torch_deps
Expand Down
Loading
Loading