Skip to content

Commit

Permalink
release 0.11.0a0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucekdudek committed May 22, 2024
1 parent e5a3661 commit 5e8ad09
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/dds-with-ray.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ provider:
node_config:
# Parameters for golem demands (same for head and workers)
demand:
image_tag: "golem/ray-on-golem:0.10.0-py3.10.13-ray2.9.3"
image_tag: "golem/ray-on-golem:0.11.0-py3.10.13-ray2.9.3"

# List of urls which will be added to the Computation Manifest
# Requires protocol to be defined in all URLs
Expand Down
2 changes: 1 addition & 1 deletion examples/gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider:
node_config:
# Parameters for golem demands (same for head and workers)
demand:
image_tag: "golem/ray-on-golem:0.10.0-py3.10.13-ray2.9.3-cuda11.8"
image_tag: "golem/ray-on-golem:0.11.0-py3.10.13-ray2.9.3-cuda11.8"
outbound_urls: []
runtime: "vm-nvidia"

Expand Down
2 changes: 1 addition & 1 deletion examples/mandelbrot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ provider:
demand:
# if not provided, image_tag will be autodetected based on currently used python and ray versions
# check available versions at https://registry.golem.network/explore/golem/ray-on-golem
image_tag: "golem/ray-on-golem:0.10.0-py3.10.13-ray2.9.3"
image_tag: "golem/ray-on-golem:0.11.0-py3.10.13-ray2.9.3"

# List of urls which will be added to the Computation Manifest
# Requires protocol to be defined in all URLs
Expand Down
2 changes: 1 addition & 1 deletion examples/outbound.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ provider:
# Parameters for golem demands (same for head and workers)
demand:
# Check available versions at https://registry.golem.network/explore/golem/ray-on-golem
image_tag: "golem/ray-on-golem:0.10.0-py3.10.13-ray2.9.3"
image_tag: "golem/ray-on-golem:0.11.0-py3.10.13-ray2.9.3"

# List of urls which will be added to the Computation Manifest
# Requires protocol to be defined in all URLs
Expand Down
2 changes: 1 addition & 1 deletion examples/outbound_tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ provider:
# Parameters for golem demands (same for head and workers)
demand:
# Check available versions at https://registry.golem.network/explore/golem/ray-on-golem
image_tag: "golem/ray-on-golem:0.10.0-py3.10.13-ray2.9.3"
image_tag: "golem/ray-on-golem:0.11.0-py3.10.13-ray2.9.3"

# List of urls which will be added to the Computation Manifest
# Requires protocol to be defined in all URLs
Expand Down
2 changes: 1 addition & 1 deletion golem-cluster.full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ provider:
# Parameters for golem demands (same for head and workers)
demand:
# Check available versions at https://registry.golem.network/explore/golem/ray-on-golem
image_tag: "golem/ray-on-golem:0.10.0-py3.10.13-ray2.9.3"
image_tag: "golem/ray-on-golem:0.11.0-py3.10.13-ray2.9.3"

# List of urls which will be added to the Computation Manifest
# Requires protocol to be defined in all URLs
Expand Down
2 changes: 1 addition & 1 deletion golem-cluster.mini.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ provider:
node_config:
# Parameters for golem demands (same for head and workers)
demand:
image_tag: "golem/ray-on-golem:0.10.0-py3.10.13-ray2.9.3"
image_tag: "golem/ray-on-golem:0.11.0-py3.10.13-ray2.9.3"

# Tells the autoscaler the allowed node types and the resources they provide
available_node_types:
Expand Down
2 changes: 1 addition & 1 deletion golem-cluster.override.2-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ provider:
parameters:
node_config:
demand:
image_tag: "approxit/ray-on-golem:0.10.0-py3.10.13-ray2.9.3"
image_tag: "blueshade/ray-on-golem:0.11.0a0-py3.10.13-ray2.9.3"
2 changes: 1 addition & 1 deletion golem-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ provider:
# Parameters for golem demands (same for head and workers)
demand:
# Check available versions at https://registry.golem.network/explore/golem/ray-on-golem
image_tag: "golem/ray-on-golem:0.10.0-py3.10.13-ray2.9.3"
image_tag: "golem/ray-on-golem:0.11.0-py3.10.13-ray2.9.3"

# List of urls which will be added to the Computation Manifest
# Requires protocol to be defined in all URLs
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ray-on-golem"
version = "0.11.0-dev"
version = "0.11.0a0"
description = "Golem Network integration with Ray"
authors = ["Golem Factory <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 5e8ad09

Please sign in to comment.