From 975e011e03fba8680945c25eb068aabe3e9a98eb Mon Sep 17 00:00:00 2001 From: Carson Yang Date: Wed, 6 Sep 2023 13:54:23 +0800 Subject: [PATCH] Docs: update table style (#264) Signed-off-by: Carson Yang --- docSite/content/docs/custom-models/chatglm2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docSite/content/docs/custom-models/chatglm2.md b/docSite/content/docs/custom-models/chatglm2.md index 9c4d22e93..4e1877516 100644 --- a/docSite/content/docs/custom-models/chatglm2.md +++ b/docSite/content/docs/custom-models/chatglm2.md @@ -27,7 +27,7 @@ ChatGLM2-6B 是开源中英双语对话模型 ChatGLM-6B 的第二代版本, 因此推荐配置如下: -{{< table "table-hover table-striped" >}} +{{< table "table-hover table-striped-columns" >}} | 类型 | 内存 | 显存 | 硬盘空间 | 启动命令 | |------|---------|---------|----------|--------------------------| | fp16 | >=16GB | >=16GB | >=25GB | python openai_api.py 16 |