chore: built in versions

This commit is contained in:
jialin
2025-10-13 14:40:26 +08:00
parent 46ecc2467b
commit 0dfe77df37
12 changed files with 306 additions and 87 deletions
@@ -22,18 +22,6 @@ const Title = styled.div`
font-weight: 600;
`;
const ButtonWrapper = styled.span`
display: flex;
align-items: center;
height: 100%;
font-weight: 400;
cursor: pointer;
gap: 8px;
&:hover {
color: var(--ant-color-text-secondary);
}
`;
const CloudOptions: React.FC<{
ref?: any;
}> = forwardRef((props, ref) => {
@@ -35,7 +35,7 @@ const SupportedHardware: React.FC<SupportedHardwareProps> = ({
const supportedHardPlatforms = [
{
label: intl.formatMessage({ id: 'vendor.nividia' }),
label: 'Nvidia',
value: 'cuda',
description: '',
key: 'cuda',