Skip to content

Commit 4d9600b

Browse files
author
root
committed
docs: use equal-width model columns
1 parent 326ba8c commit 4d9600b

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,13 @@ Open-source models trained with LoongForge or its predecessor AIAK-Training-LLM:
138138

139139
LoongForge supports a broad range of model families across LLM, VLM, diffusion, and embodied. Select a model below to open its training examples, or see the full [model support matrix](https://loongforge.readthedocs.io/en/latest/get_started/support_model.html) for supported variants.
140140

141-
<table style="width: 100%; table-layout: auto; border-collapse: collapse;">
141+
<table style="width: 100%; table-layout: fixed; border-collapse: collapse;">
142+
<colgroup>
143+
<col style="width: 25%;">
144+
<col style="width: 25%;">
145+
<col style="width: 25%;">
146+
<col style="width: 25%;">
147+
</colgroup>
142148
<thead align="center" valign="bottom">
143149
<tr><th>LLM</th><th>VLM</th><th>Diffusion</th><th>Embodied</th></tr>
144150
</thead>

README_zh.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,13 @@
137137

138138
LoongForge 已支持 LLM、VLM、Diffusion 与 Embodied 等类别的广泛模型家族。点击模型名称可查看对应的训练示例;完整的模型变体请参阅[模型支持矩阵](https://loongforge.readthedocs.io/zh-cn/latest/get_started/support_model.html)
139139

140-
<table style="width: 100%; table-layout: auto; border-collapse: collapse;">
140+
<table style="width: 100%; table-layout: fixed; border-collapse: collapse;">
141+
<colgroup>
142+
<col style="width: 25%;">
143+
<col style="width: 25%;">
144+
<col style="width: 25%;">
145+
<col style="width: 25%;">
146+
</colgroup>
141147
<thead align="center" valign="bottom">
142148
<tr><th>LLM</th><th>VLM</th><th>Diffusion</th><th>Embodied</th></tr>
143149
</thead>

0 commit comments

Comments
 (0)