We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15fb30a commit 5ab294eCopy full SHA for 5ab294e
pyproject.toml
@@ -12,6 +12,7 @@ dependencies = [
12
"loguru",
13
"networkx",
14
"openai",
15
+ "litellm>=1.71.1",
16
"pandas",
17
"pillow>=8.0.0",
18
"pydantic",
@@ -46,10 +47,11 @@ full = [
46
47
"torchvision>=0.20.0",
48
"einops",
49
"huggingface-hub",
- "transformers==4.52.3",
50
+ "transformers==4.52.3",
51
+]
52
+serve = [
53
"flash-attn>=2.7.4.post1",
54
"flashinfer-python==0.2.2; sys_platform != 'darwin'",
- "litellm>=1.71.1",
55
"vllm>=0.8.5",
56
]
57
0 commit comments