ray-llm icon indicating copy to clipboard operation
ray-llm copied to clipboard

Anyscale Image

Open harsh-goglocal opened this issue 1 year ago • 2 comments

In the aviary cluster yaml file , image used is anyscale/aviary:test should it be changed to anyscale/ray-llm:latest

# An unique identifier for the head node and workers of this cluster.
cluster_name: aviary-deploy

# Cloud-provider specific configuration.
provider:
    type: aws
    region: us-west-2
    cache_stopped_nodes: False
docker:
    image: "anyscale/aviary:test"            #### --
    image: "anyscale/ray-llm:latest"            #### ++
    container_name: "aviary"
    run_options:
      - --entrypoint ""

harsh-goglocal avatar Oct 25 '23 11:10 harsh-goglocal

Hi @Yard1 ,

Could you tell if we should change the docker image to ray-llm? If yes then let's make a change in the readme as well

harsh-goglocal avatar Oct 26 '23 20:10 harsh-goglocal

hi @harsh-goglocal are you referring to this file - https://github.com/ray-project/ray-llm/blob/master/deploy/ray/rayllm-cluster.yaml ? It has been updated to reflect the new docker image

akshay-anyscale avatar Nov 01 '23 16:11 akshay-anyscale