import IMG from '@/assets/images/small-logo-200x200.png'; import AutoTooltip from '@/components/auto-tooltip'; import { Button, Tag, Typography } from 'antd'; import classNames from 'classnames'; import React from 'react'; import '../style/catalog-item.less'; interface CatalogItemProps { activeId: number; itemId: number; onDeploy: () => void; } const CatalogItem: React.FC = (props) => { const { onDeploy, itemId, activeId } = props; const handleOnDeploy = () => { onDeploy(); }; return (
gpustack/stable-diffusion-v3-5-medium-GGUF
this is description this is description this is description this is this is description this isthis is description this isthis is description this is this is description this isthis is description this isthis is description this isthis is description this isthis is description this isthis is description this isthis is description this is this is description this isthis is description this isthis is description this isthis is description this is
Audio GGUF Qwen
); }; export default React.memo(CatalogItem);