From 1330b5753ba15e2613a6f85149cace4f366ed15e Mon Sep 17 00:00:00 2001 From: YeAnbang Date: Tue, 10 Jun 2025 18:21:42 +0800 Subject: [PATCH] add ray timeout handling instruction --- applications/ColossalChat/coati/distributed/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/applications/ColossalChat/coati/distributed/README.md b/applications/ColossalChat/coati/distributed/README.md index 29bd8d413..85055a5f3 100644 --- a/applications/ColossalChat/coati/distributed/README.md +++ b/applications/ColossalChat/coati/distributed/README.md @@ -47,6 +47,14 @@ pip install cupy-cuda12x python -m cupyx.tools.install_library --cuda 12.x --library nccl ``` +To support long input/output sequence length (e.g., 32K), you may need to manually change the default setting (180 seconds) for the `timeout_s` variable in your ray installation to a larger value as shown in the screenshot below. + +
+

+ +

+
+ Prepare Model & dataset ```bash huggingface-cli download --local-dir-use-symlinks False Qwen/Qwen2.5-7B --local-dir /models/Qwen/Qwen2.5-7B