Spaces:
No application file
No application file
Commit
·
9d496f0
1
Parent(s):
6f71e38
Dependências com "uv"
Browse files- pyproject.toml +17 -0
- uv.lock +0 -0
pyproject.toml
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[project]
|
2 |
+
name = "vllm-serve"
|
3 |
+
version = "0.1.0"
|
4 |
+
description = "Add your description here"
|
5 |
+
readme = "README.md"
|
6 |
+
requires-python = ">=3.12"
|
7 |
+
dependencies = [
|
8 |
+
"ipykernel>=6.29.5",
|
9 |
+
"ipywidgets>=8.1.5",
|
10 |
+
"openai>=1.61.1",
|
11 |
+
"vllm>=0.7.2",
|
12 |
+
]
|
13 |
+
|
14 |
+
[dependency-groups]
|
15 |
+
dev = [
|
16 |
+
"black>=25.1.0",
|
17 |
+
]
|
uv.lock
ADDED
The diff for this file is too large to render.
See raw diff
|
|