From 648d521afb2014545b9650827dafd606a02d31f7 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Tue, 28 Mar 2023 20:12:39 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d448b8..4a09f5a 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ make triton-dev ## TODOs -* [ ] DuckDB integration, to plot metrics in admin panel (e.g acceptance rate). [#24](https://github.com/TabbyML/tabby/issues/24) +* [X] DuckDB integration, to plot metrics in admin panel (e.g acceptance rate). [#24](https://github.com/TabbyML/tabby/issues/24) * [ ] Fine-tuning models on private code repository. [#23](https://github.com/TabbyML/tabby/issues/23) * [ ] Production ready (Open Telemetry, Prometheus metrics). * [ ] Token streaming using Server-Sent Events (SSE)