Skip to content

Commit b26072d

Browse files
committed
dep: add serve deps.
1 parent 0e4cb80 commit b26072d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.actions/assistant.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"requirements/pytorch/extra.txt",
3434
"requirements/pytorch/strategies.txt",
3535
"requirements/pytorch/examples.txt",
36+
"requirements/pytorch/serve.txt",
3637
),
3738
"fabric": (
3839
"requirements/fabric/base.txt",

requirements/pytorch/serve.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fastapi >= 0.98.0
2+
pydantic >= 1.10.22

0 commit comments

Comments
 (0)