Skip to content

Commit d64f8f1

Browse files
authored
chore(FR-1377): add icons for vLLM, Modular, and GROMACS (#4152)
1 parent 60a707e commit d64f8f1

File tree

4 files changed

+54
-1
lines changed

4 files changed

+54
-1
lines changed

resources/icons/gromacs.svg

Lines changed: 3 additions & 0 deletions
Loading

resources/icons/modular.svg

Lines changed: 4 additions & 0 deletions
Loading

resources/icons/vllm.svg

Lines changed: 1 addition & 0 deletions
Loading

resources/image_metadata.json

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,48 @@
812812
"color": "red"
813813
}
814814
]
815+
},
816+
"vllm": {
817+
"name": "vLLM",
818+
"description": "vLLM is a high-performance inference engine for large language models (LLMs) that supports both autoregressive and non-autoregressive decoding.",
819+
"group": "Inference",
820+
"tags": [],
821+
"icon": "vllm.svg",
822+
"label": [
823+
{
824+
"category": "Env",
825+
"tag": "vLLM",
826+
"color": "blue"
827+
}
828+
]
829+
},
830+
"mojo-max": {
831+
"name": "MAX (Mojo)",
832+
"description": "A high-performance inference engine to build, optimize, and deploy AI apps fast.",
833+
"group": "Framework",
834+
"tags": [],
835+
"icon": "modular.svg",
836+
"label": [
837+
{
838+
"category": "Env",
839+
"tag": "Modular",
840+
"color": "blue"
841+
}
842+
]
843+
},
844+
"gromacs-runtime": {
845+
"name": "GROMACS",
846+
"description": "A free and open-source software suite for high-performance molecular dynamics and output analysis.",
847+
"group": "Molecular Dynamics",
848+
"tags": [],
849+
"icon": "gromacs.svg",
850+
"label": [
851+
{
852+
"category": "Env",
853+
"tag": "GROMACS",
854+
"color": "blue"
855+
}
856+
]
815857
}
816858
},
817859
"tagAlias": {
@@ -924,7 +966,9 @@
924966
"alpine3.12": "Alpine Linux 3.12",
925967
"ngc": "NVIDIA GPU Cloud",
926968
"ff": "Research Env.",
927-
"atom-orbit": "Orbit"
969+
"atom-orbit": "Orbit",
970+
"vllm": "vLLM",
971+
"mojo-max": "MAX (Mojo)"
928972
},
929973
"tagReplace": {
930974
"^(tf)([0-9.]*)$": "TensorFlow $2",
@@ -939,6 +983,7 @@
939983
"^ji(\\d)\\.(\\d+)$": "Julia $1.$2",
940984
"^tpuv(\\d+)$": "TPU:TPUv$1",
941985
"^alpine(\\d+)$": "Alpine Linux $1",
986+
"^gromacs*$": "GROMACS",
942987
"^(customized)_.*$": "Customized",
943988
"^(-_)$": " "
944989
}

0 commit comments

Comments
 (0)