chore: built in versions
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user