From 5e8ad090e5e5bb8fe4dde3ee17dd2056c0cbd41d Mon Sep 17 00:00:00 2001 From: Lucjan Dudek Date: Wed, 22 May 2024 12:05:16 +0200 Subject: [PATCH] release 0.11.0a0 --- examples/dds-with-ray.yaml | 2 +- examples/gpu.yaml | 2 +- examples/mandelbrot.yaml | 2 +- examples/outbound.yaml | 2 +- examples/outbound_tester.yaml | 2 +- golem-cluster.full.yaml | 2 +- golem-cluster.mini.yaml | 2 +- golem-cluster.override.2-image.yaml | 2 +- golem-cluster.yaml | 2 +- pyproject.toml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/dds-with-ray.yaml b/examples/dds-with-ray.yaml index 4f247495..b3399095 100644 --- a/examples/dds-with-ray.yaml +++ b/examples/dds-with-ray.yaml @@ -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 diff --git a/examples/gpu.yaml b/examples/gpu.yaml index 477bc30e..e092a18a 100644 --- a/examples/gpu.yaml +++ b/examples/gpu.yaml @@ -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" diff --git a/examples/mandelbrot.yaml b/examples/mandelbrot.yaml index 41e64976..f0cd181c 100644 --- a/examples/mandelbrot.yaml +++ b/examples/mandelbrot.yaml @@ -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 diff --git a/examples/outbound.yaml b/examples/outbound.yaml index e4baf85e..bb9a25d2 100644 --- a/examples/outbound.yaml +++ b/examples/outbound.yaml @@ -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 diff --git a/examples/outbound_tester.yaml b/examples/outbound_tester.yaml index dce4e21a..8c5c0d00 100644 --- a/examples/outbound_tester.yaml +++ b/examples/outbound_tester.yaml @@ -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 diff --git a/golem-cluster.full.yaml b/golem-cluster.full.yaml index 6db03d4d..9190528e 100644 --- a/golem-cluster.full.yaml +++ b/golem-cluster.full.yaml @@ -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 diff --git a/golem-cluster.mini.yaml b/golem-cluster.mini.yaml index b5612842..7b619f7c 100644 --- a/golem-cluster.mini.yaml +++ b/golem-cluster.mini.yaml @@ -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: diff --git a/golem-cluster.override.2-image.yaml b/golem-cluster.override.2-image.yaml index 7d56565b..235fc8f9 100644 --- a/golem-cluster.override.2-image.yaml +++ b/golem-cluster.override.2-image.yaml @@ -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" diff --git a/golem-cluster.yaml b/golem-cluster.yaml index 0c679356..770e1380 100644 --- a/golem-cluster.yaml +++ b/golem-cluster.yaml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 86a88815..206c99a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md"