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 95096e8 commit f02b6c8Copy full SHA for f02b6c8
setup.py
@@ -85,7 +85,10 @@
85
"ruff==0.6.2",
86
"hera-workflows==5.16.3",
87
"sagemaker-core<2.0.0",
88
- "pydantic>=2.10.6,<3.0.0"
+ "pydantic>=2.10.6,<3.0.0",
89
+ "hyperpod-pytorch-job-template>=1.0.0, <2.0.0",
90
+ "hyperpod-custom-inference-template>=1.0.0, <2.0.0",
91
+ "hyperpod-jumpstart-inference-template>=1.0.0, <2.0.0"
92
],
93
entry_points={
94
"console_scripts": [
0 commit comments