Skip to content

Commit 420eff0

Browse files
tedhtchanggithub-actions[bot]
authored andcommitted
Changes in docs for release: 0.5.0
1 parent cb7517a commit 420eff0

File tree

13 files changed

+16
-16
lines changed

13 files changed

+16
-16
lines changed

docs/cluster/auth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,4 +483,4 @@ <h4><code><a title="codeflare_sdk.cluster.auth.TokenAuthentication" href="#codef
483483
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.10.0</a>.</p>
484484
</footer>
485485
</body>
486-
</html>
486+
</html>

docs/cluster/awload.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,4 +352,4 @@ <h4><code><a title="codeflare_sdk.cluster.awload.AWManager" href="#codeflare_sdk
352352
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.10.0</a>.</p>
353353
</footer>
354354
</body>
355-
</html>
355+
</html>

docs/cluster/cluster.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1273,4 +1273,4 @@ <h4><code><a title="codeflare_sdk.cluster.cluster.Cluster" href="#codeflare_sdk.
12731273
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.10.0</a>.</p>
12741274
</footer>
12751275
</body>
1276-
</html>
1276+
</html>

docs/cluster/config.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h1 class="title">Module <code>codeflare_sdk.cluster.config</code></h1>
7979
template: str = f&#34;{dir}/templates/base-template.yaml&#34;
8080
instascale: bool = False
8181
envs: dict = field(default_factory=dict)
82-
image: str = &#34;ghcr.io/foundation-model-stack/base:ray2.1.0-py38-gpu-pytorch1.12.0cu116-20221213-193103&#34;
82+
image: str = &#34;quay.io/project-codeflare/ray:2.5.0-py38-cu116&#34;
8383
local_interactive: bool = False
8484
image_pull_secrets: list = field(default_factory=list)</code></pre>
8585
</details>
@@ -95,7 +95,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
9595
<dl>
9696
<dt id="codeflare_sdk.cluster.config.ClusterConfiguration"><code class="flex name class">
9797
<span>class <span class="ident">ClusterConfiguration</span></span>
98-
<span>(</span><span>name: str, namespace: str = None, head_info: list = &lt;factory&gt;, machine_types: list = &lt;factory&gt;, 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 = &lt;factory&gt;, 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 = &lt;factory&gt;)</span>
98+
<span>(</span><span>name: str, namespace: str = None, head_info: list = &lt;factory&gt;, machine_types: list = &lt;factory&gt;, 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 = &lt;factory&gt;, image: str = 'quay.io/project-codeflare/ray:2.5.0-py38-cu116', local_interactive: bool = False, image_pull_secrets: list = &lt;factory&gt;)</span>
9999
</code></dt>
100100
<dd>
101101
<div class="desc"><p>This dataclass is used to specify resource requirements and other details, and
@@ -124,7 +124,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
124124
template: str = f&#34;{dir}/templates/base-template.yaml&#34;
125125
instascale: bool = False
126126
envs: dict = field(default_factory=dict)
127-
image: str = &#34;ghcr.io/foundation-model-stack/base:ray2.1.0-py38-gpu-pytorch1.12.0cu116-20221213-193103&#34;
127+
image: str = &#34;quay.io/project-codeflare/ray:2.5.0-py38-cu116&#34;
128128
local_interactive: bool = False
129129
image_pull_secrets: list = field(default_factory=list)</code></pre>
130130
</details>
@@ -247,4 +247,4 @@ <h4><code><a title="codeflare_sdk.cluster.config.ClusterConfiguration" href="#co
247247
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.10.0</a>.</p>
248248
</footer>
249249
</body>
250-
</html>
250+
</html>

docs/cluster/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ <h1>Index</h1>
8888
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.10.0</a>.</p>
8989
</footer>
9090
</body>
91-
</html>
91+
</html>

docs/cluster/model.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,4 +468,4 @@ <h4><code><a title="codeflare_sdk.cluster.model.RayClusterStatus" href="#codefla
468468
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.10.0</a>.</p>
469469
</footer>
470470
</body>
471-
</html>
471+
</html>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ <h1>Index</h1>
6767
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.10.0</a>.</p>
6868
</footer>
6969
</body>
70-
</html>
70+
</html>

docs/job/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ <h1>Index</h1>
6262
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.10.0</a>.</p>
6363
</footer>
6464
</body>
65-
</html>
65+
</html>

docs/job/jobs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,4 +593,4 @@ <h4><code><a title="codeflare_sdk.job.jobs.JobDefinition" href="#codeflare_sdk.j
593593
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.10.0</a>.</p>
594594
</footer>
595595
</body>
596-
</html>
596+
</html>

docs/utils/generate_cert.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,4 +392,4 @@ <h1>Index</h1>
392392
<p>Generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.10.0</a>.</p>
393393
</footer>
394394
</body>
395-
</html>
395+
</html>

0 commit comments

Comments
 (0)