From a298d50195fe8e8375fd79872b6dc1969819b852 Mon Sep 17 00:00:00 2001 From: proost Date: Wed, 25 Sep 2024 23:54:58 +0900 Subject: [PATCH] docs: follow changes --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 88a1319fb5a0..a0133bd531ca 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -57,9 +57,10 @@ ## Highlights +* Added support for using vLLM in the RunInference transform (Python) ([#32528](https://github.com/apache/beam/issues/32528)) + ## I/Os -* Added support for using vLLM in the RunInference transform (Python) ([#32528](https://github.com/apache/beam/issues/32528)) * PubsubIO will validate that the Pub/Sub topic exists before running the Read/Write pipeline (Java) ([#32465](https://github.com/apache/beam/pull/32465)) ## New Features / Improvements