[Doc] Update docs

This commit is contained in:
dongxinyu03
2025-12-10 14:46:12 +08:00
parent a3d11f9b73
commit 1b343812c9
2 changed files with 8 additions and 97 deletions

102
README.md
View File

@@ -9,10 +9,7 @@
---
## Latest News🔥
- [2025/11]
- [2025/11]
- [2025/11]
- [2025/11] Initial release of vLLM Kunlun
- [2025/12/03] Initial release of vLLM Kunlun
---
@@ -34,104 +31,17 @@ By utilizing the vLLM Kunlun plugin, popular open-source models, including Trans
---
## Supported Models
<style>
table {
width: 100%;
border-collapse: collapse;
background: white;
margin: 20px 0;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
border-radius: 8px;
overflow: hidden;
}
th {
background: linear-gradient(135deg, #0E7DC6 0%, #0A5BA8 100%);
color: white;
padding: 14px 12px;
text-align: left;
font-weight: 600;
font-size: 13px;
letter-spacing: 0.5px;
border: none;
}
td {
padding: 12px;
border-bottom: 1px solid #e8e8e8;
font-size: 13px;
color: #333;
}
tr:last-child td {
border-bottom: none;
}
tbody tr {
transition: background-color 0.2s ease;
}
tbody tr:hover {
background-color: #f5faff;
}
tbody tr:nth-child(even) {
background-color: #fafbfc;
}
tbody tr:nth-child(even):hover {
background-color: #f0f7fc;
}
.status-support {
color: #22863a;
font-weight: 600;
font-size: 14px;
}
.status-progress {
color: #f6a909;
font-weight: 600;
font-size: 14px;
}
.status-coming {
color: #999;
font-size: 12px;
background-color: #f5f5f5;
padding: 2px 6px;
border-radius: 3px;
display: inline-block;
}
.model-name {
font-weight: 500;
color: #1e40af;
}
h3 {
color: #1e40af;
font-size: 16px;
margin-top: 30px;
margin-bottom: 15px;
font-weight: 600;
}
h3:first-of-type {
margin-top: 0;
}
</style>
<h3>Generaltive Models</h3>
<table>
<thead>
<tr>
<th width="20%">Model</th>
<th width="23%">Model</th>
<th width="12%">Support</th>
<th width="15%">Quantization</th>
<th width="10%">LoRA</th>
<th width="20%">Piecewise Kunlun Graph</th>
<th width="23%">Note</th>
<th width="20%">Note</th>
</tr>
</thead>
<tbody>
@@ -304,11 +214,11 @@ Please use the following recommended versions to get started quickly:
## Contributing
See [CONTRIBUTING]() for more details, which is a step-by-step guide to help you set up the development environment, build, and test.
See [CONTRIBUTING](https://vllm-kunlun.readthedocs.io/en/latest/developer_guide/contribution/index.html) for more details, which is a step-by-step guide to help you set up the development environment, build, and test.
We welcome and value any contributions and collaborations:
- Open an [Issue]() if you find a bug or have a feature request
- Open an [Issue](https://github.com/baidu/vLLM-Kunlun/issues) if you find a bug or have a feature request
## License
Apache License 2.0, as found in the [LICENSE](./LICENSE) file.
Apache License 2.0, as found in the [LICENSE](https://github.com/baidu/vLLM-Kunlun/blob/main/LICENSE.txt) file.

View File

@@ -35,4 +35,5 @@
| Yijin Qiao |
| Chenchao Hu |
| Weijie Hong |
| Song Jiang |
| Song Jiang |
| Hongwei Ma |