Skip to content

Commit 16b48dd

Browse files
authored
Update setup.py to enable cluster creation template (#243)
1 parent 12730ca commit 16b48dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,8 @@
8989
"pydantic>=2.10.6,<3.0.0",
9090
"hyperpod-pytorch-job-template>=1.0.0, <2.0.0",
9191
"hyperpod-custom-inference-template>=1.0.0, <2.0.0",
92-
"hyperpod-jumpstart-inference-template>=1.0.0, <2.0.0",
93-
# To be enabled after launch
94-
#"hyperpod-cluster-stack-template>=1.0.0, <2.0.0"
92+
"hyperpod-jumpstart-inference-template>=1.0.0, <2.0.0",
93+
"hyperpod-cluster-stack-template>=1.0.0, <2.0.0"
9594
],
9695
entry_points={
9796
"console_scripts": [

0 commit comments

Comments
 (0)