@@ -79,7 +79,9 @@ <h1 class="title">Module <code>codeflare_sdk.cluster.config</code></h1>
79
79
template: str = f"{dir}/templates/base-template.yaml"
80
80
instascale: bool = False
81
81
envs: dict = field(default_factory=dict)
82
- image: str = "ghcr.io/foundation-model-stack/base:ray2.1.0-py38-gpu-pytorch1.12.0cu116-20221213-193103"</ code > </ pre >
82
+ image: str = "ghcr.io/foundation-model-stack/base:ray2.1.0-py38-gpu-pytorch1.12.0cu116-20221213-193103"
83
+ local_interactive: bool = False
84
+ image_pull_secrets: list = field(default_factory=list)</ code > </ pre >
83
85
</ details >
84
86
</ section >
85
87
< section >
@@ -93,7 +95,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
93
95
< dl >
94
96
< dt id ="codeflare_sdk.cluster.config.ClusterConfiguration "> < code class ="flex name class ">
95
97
< span > class < span class ="ident "> ClusterConfiguration</ span > </ span >
96
- < span > (</ span > < span > name: str, namespace: str = None, head_info: list = <factory>, machine_types: list = <factory>, min_cpus: int = 1, max_cpus: int = 1, min_worker: int = 1, max_worker: int = 1, min_memory: int = 2, max_memory: int = 2, gpu: int = 0, template: str = '/home/meyceoz/Documents /codeflare-sdk/src/codeflare_sdk/templates/base-template.yaml', instascale: bool = False, envs: dict = <factory>, image: str = 'ghcr.io/foundation-model-stack/base:ray2.1.0-py38-gpu-pytorch1.12.0cu116-20221213-193103')</ span >
98
+ < span > (</ span > < span > name: str, namespace: str = None, head_info: list = <factory>, machine_types: list = <factory>, min_cpus: int = 1, max_cpus: int = 1, min_worker: int = 1, max_worker: int = 1, min_memory: int = 2, max_memory: int = 2, gpu: int = 0, template: str = '/home/runner/work /codeflare-sdk/codeflare-sdk/ src/codeflare_sdk/templates/base-template.yaml', instascale: bool = False, envs: dict = <factory>, image: str = 'ghcr.io/foundation-model-stack/base:ray2.1.0-py38-gpu-pytorch1.12.0cu116-20221213-193103', local_interactive: bool = False, image_pull_secrets: list = <factory> )</ span >
97
99
</ code > </ dt >
98
100
< dd >
99
101
< div class ="desc "> < p > This dataclass is used to specify resource requirements and other details, and
@@ -122,7 +124,9 @@ <h2 class="section-title" id="header-classes">Classes</h2>
122
124
template: str = f"{dir}/templates/base-template.yaml"
123
125
instascale: bool = False
124
126
envs: dict = field(default_factory=dict)
125
- image: str = "ghcr.io/foundation-model-stack/base:ray2.1.0-py38-gpu-pytorch1.12.0cu116-20221213-193103"</ code > </ pre >
127
+ image: str = "ghcr.io/foundation-model-stack/base:ray2.1.0-py38-gpu-pytorch1.12.0cu116-20221213-193103"
128
+ local_interactive: bool = False
129
+ image_pull_secrets: list = field(default_factory=list)</ code > </ pre >
126
130
</ details >
127
131
< h3 > Class variables</ h3 >
128
132
< dl >
@@ -142,10 +146,18 @@ <h3>Class variables</h3>
142
146
< dd >
143
147
< div class ="desc "> </ div >
144
148
</ dd >
149
+ < dt id ="codeflare_sdk.cluster.config.ClusterConfiguration.image_pull_secrets "> < code class ="name "> var < span class ="ident "> image_pull_secrets</ span > : list</ code > </ dt >
150
+ < dd >
151
+ < div class ="desc "> </ div >
152
+ </ dd >
145
153
< dt id ="codeflare_sdk.cluster.config.ClusterConfiguration.instascale "> < code class ="name "> var < span class ="ident "> instascale</ span > : bool</ code > </ dt >
146
154
< dd >
147
155
< div class ="desc "> </ div >
148
156
</ dd >
157
+ < dt id ="codeflare_sdk.cluster.config.ClusterConfiguration.local_interactive "> < code class ="name "> var < span class ="ident "> local_interactive</ span > : bool</ code > </ dt >
158
+ < dd >
159
+ < div class ="desc "> </ div >
160
+ </ dd >
149
161
< dt id ="codeflare_sdk.cluster.config.ClusterConfiguration.machine_types "> < code class ="name "> var < span class ="ident "> machine_types</ span > : list</ code > </ dt >
150
162
< dd >
151
163
< div class ="desc "> </ div >
@@ -211,7 +223,9 @@ <h4><code><a title="codeflare_sdk.cluster.config.ClusterConfiguration" href="#co
211
223
< li > < code > < a title ="codeflare_sdk.cluster.config.ClusterConfiguration.gpu " href ="#codeflare_sdk.cluster.config.ClusterConfiguration.gpu "> gpu</ a > </ code > </ li >
212
224
< li > < code > < a title ="codeflare_sdk.cluster.config.ClusterConfiguration.head_info " href ="#codeflare_sdk.cluster.config.ClusterConfiguration.head_info "> head_info</ a > </ code > </ li >
213
225
< li > < code > < a title ="codeflare_sdk.cluster.config.ClusterConfiguration.image " href ="#codeflare_sdk.cluster.config.ClusterConfiguration.image "> image</ a > </ code > </ li >
226
+ < li > < code > < a title ="codeflare_sdk.cluster.config.ClusterConfiguration.image_pull_secrets " href ="#codeflare_sdk.cluster.config.ClusterConfiguration.image_pull_secrets "> image_pull_secrets</ a > </ code > </ li >
214
227
< li > < code > < a title ="codeflare_sdk.cluster.config.ClusterConfiguration.instascale " href ="#codeflare_sdk.cluster.config.ClusterConfiguration.instascale "> instascale</ a > </ code > </ li >
228
+ < li > < code > < a title ="codeflare_sdk.cluster.config.ClusterConfiguration.local_interactive " href ="#codeflare_sdk.cluster.config.ClusterConfiguration.local_interactive "> local_interactive</ a > </ code > </ li >
215
229
< li > < code > < a title ="codeflare_sdk.cluster.config.ClusterConfiguration.machine_types " href ="#codeflare_sdk.cluster.config.ClusterConfiguration.machine_types "> machine_types</ a > </ code > </ li >
216
230
< li > < code > < a title ="codeflare_sdk.cluster.config.ClusterConfiguration.max_cpus " href ="#codeflare_sdk.cluster.config.ClusterConfiguration.max_cpus "> max_cpus</ a > </ code > </ li >
217
231
< li > < code > < a title ="codeflare_sdk.cluster.config.ClusterConfiguration.max_memory " href ="#codeflare_sdk.cluster.config.ClusterConfiguration.max_memory "> max_memory</ a > </ code > </ li >
@@ -233,4 +247,4 @@ <h4><code><a title="codeflare_sdk.cluster.config.ClusterConfiguration" href="#co
233
247
< p > Generated by < a href ="https://pdoc3.github.io/pdoc " title ="pdoc: Python API documentation generator "> < cite > pdoc</ cite > 0.10.0</ a > .</ p >
234
248
</ footer >
235
249
</ body >
236
- </ html >
250
+ </ html >
0 commit comments