mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
26 lines
366 B
CSS
26 lines
366 B
CSS
.tag {
|
|
padding: 2px 5px;
|
|
border-radius: 4px;
|
|
font-size: 0.8em;
|
|
margin-right: 5px;
|
|
color: #000;
|
|
}
|
|
|
|
code.beta {
|
|
display: inline-block;
|
|
background-color: #6c757d;
|
|
color: #999;
|
|
}
|
|
|
|
code.prototype {
|
|
display: inline-block;
|
|
background-color: #fd7e14;
|
|
color: #fff;
|
|
}
|
|
|
|
code.deprecated {
|
|
display: inline-block;
|
|
background-color: red;
|
|
color: #fff;
|
|
}
|