ray-project / ray-llm

RayLLM - LLMs on Ray
https://aviary.anyscale.com
Apache License 2.0
1.22k stars 87 forks source link

RayLLM v0.3.0 #62

Closed Yard1 closed 11 months ago

Yard1 commented 11 months ago

Update RayLLM to v0.3.0.

Please note that API stability is not expected until 1.0 release. This update introduces breaking changes.

What's changed?

This update introduces breaking changes to model configuration YAMLs related to the new vLLM backend. Refer to the updated aviary/models/README.md file for details on the updated configuration file format.

In order to use Aviary, ensure you are using the official Docker image anyscale/aviary:latest.

Yard1 commented 11 months ago

@richardliaw done