Compare commits

...
1 Commits
Author SHA1 Message Date
jialin c5203c01d0 chore: remove experimental from metax 2026-04-15 16:45:13 +08:00
@@ -138,6 +138,16 @@ const SupportedHardware: React.FC<SupportedHardwareProps> = ({
link: 'https://docs.gpustack.ai/latest/installation/requirements/#hygon-dcu', link: 'https://docs.gpustack.ai/latest/installation/requirements/#hygon-dcu',
icon: <ProviderImage src={hyponPNG} height={18} /> icon: <ProviderImage src={hyponPNG} height={18} />
}, },
{
label: intl.formatMessage({ id: 'vendor.metax' }),
hiddenTitle: true,
value: GPUDriverMap.METAX,
key: GPUDriverMap.METAX,
locale: false,
link: 'https://docs.gpustack.ai/latest/installation/requirements/#metax-gpu',
notes: AddWorkerDockerNotes[GPUDriverMap.METAX],
icon: <ProviderImage src={metaxLogo} height={20} />
},
{ {
label: intl.formatMessage({ id: 'vendor.moorthreads' }), label: intl.formatMessage({ id: 'vendor.moorthreads' }),
hiddenTitle: true, hiddenTitle: true,
@@ -171,17 +181,6 @@ const SupportedHardware: React.FC<SupportedHardwareProps> = ({
link: 'https://docs.gpustack.ai/latest/installation/requirements/#cambricon-mlu', link: 'https://docs.gpustack.ai/latest/installation/requirements/#cambricon-mlu',
icon: <ProviderImage src={CambriconPNG} height={24} /> icon: <ProviderImage src={CambriconPNG} height={24} />
}, },
{
label: intl.formatMessage({ id: 'vendor.metax' }),
hiddenTitle: true,
extra: intl.formatMessage({ id: 'common.tag.experimental' }),
value: GPUDriverMap.METAX,
key: GPUDriverMap.METAX,
locale: false,
link: 'https://docs.gpustack.ai/latest/installation/requirements/#metax-gpu',
notes: AddWorkerDockerNotes[GPUDriverMap.METAX],
icon: <ProviderImage src={metaxLogo} height={20} />
},
{ {
label: `${intl.formatMessage({ id: 'vendor.thead' })} `, label: `${intl.formatMessage({ id: 'vendor.thead' })} `,
hiddenTitle: true, hiddenTitle: true,