We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4cb80 commit b26072dCopy full SHA for b26072d
.actions/assistant.py
@@ -33,6 +33,7 @@
33
"requirements/pytorch/extra.txt",
34
"requirements/pytorch/strategies.txt",
35
"requirements/pytorch/examples.txt",
36
+ "requirements/pytorch/serve.txt",
37
),
38
"fabric": (
39
"requirements/fabric/base.txt",
requirements/pytorch/serve.txt
@@ -0,0 +1,2 @@
1
+fastapi >= 0.98.0
2
+pydantic >= 1.10.22
0 commit comments