From 275c6c4cec7e3d3ed96a73edbb8f3de9365636d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=96=E7=A0=81=E7=8C=BF?= Date: Tue, 21 Jan 2025 13:04:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0c1587d..46d2a20 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ fairseq 依赖 需要 windows 先安装 vs_BuildTools.exe decord 用 eva-decord 替代 https://github.com/dmlc/decord/issues/213 + +celery 是一个简单、灵活且可靠的分布式系统,主要用于处理大量消息的异步任务队列和任务调度‌ +Flower WebUi 监视和调试Celery应用程序的运行情况‌。它提供了实时查看任务状态、参数、返回结果等功能,帮助开发者更好地管理和调试分布式任务队列 + + python -B main.py uvicorn main:app --reload