ray-llm
ray-llm copied to clipboard
Anyscale Image
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 ""
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
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