{"title":"Servers \u0026 Dual-Socket Workstations","description":"\u003cstyle\u003e\n\/* Hide the theme's bland default collection title and any banner above the hero *\/\n.collection-hero,.collection-hero__inner,.collection-hero__title,.collection-hero__content,\n.collection__header,.collection__title,.collection-page-title,.section-collection-banner,\n.collection-banner,.page-header__title,.collection .page-width \u003e h1:first-child,\n.template-collection main \u003e h1:first-child,.collection-page \u003e h1:first-child{display:none!important}\n.template-collection .container \u003e .row:first-child:empty,\n.template-collection .container \u003e .page-header{display:none!important}\n*{box-sizing:border-box}\n\n\/* ---- Pulse animation used by hero badge and product card labels ---- *\/\n@keyframes ws-pulse{0%{box-shadow:0 0 0 0 rgba(16,185,129,.55)}70%{box-shadow:0 0 0 9px rgba(16,185,129,0)}100%{box-shadow:0 0 0 0 rgba(16,185,129,0)}}\n@keyframes ws-fadein-up{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}\n\n\/* ---- HERO ---- *\/\n.ws-hero{background:linear-gradient(135deg,#0c4a6e,#0e7490);color:#fff;border-radius:16px;padding:60px 32px;margin:0 0 36px;box-sizing:border-box;position:relative;overflow:hidden;text-align:center}\n.ws-hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);color:#fff;padding:8px 18px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin:0 auto 18px;backdrop-filter:blur(8px);animation:ws-fadein-up .7s ease-out}\n.ws-hero-badge::before{content:\"\";width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 0 0 rgba(16,185,129,.6);animation:ws-pulse 2.4s ease-out infinite;flex-shrink:0}\n.ws-hero h1{color:#fff;font-size:44px;font-weight:800;margin:0 auto 16px;line-height:1.12;max-width:1100px;letter-spacing:-.01em}\n.ws-hero p.ws-hero-sub{color:rgba(255,255,255,.92);font-size:18px;margin:0 auto 28px;line-height:1.65;max-width:880px}\n.ws-hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:920px;margin:0 auto 28px}@media(max-width:760px){.ws-hero-stats{grid-template-columns:repeat(2,1fr)}}\n.ws-hero-stat{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:12px;padding:14px 16px;backdrop-filter:blur(6px);transition:transform .3s cubic-bezier(.2,.7,.2,1),background-color .3s ease,border-color .3s ease,box-shadow .3s ease}\n.ws-hero-stat:hover{transform:translateY(-3px);background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.38);box-shadow:0 8px 24px rgba(0,0,0,.18)}\n.ws-hero-stat .value{font-size:18px;font-weight:800;color:#fff;line-height:1.2;display:block;margin-bottom:4px}\n.ws-hero-stat .label{font-size:11px;font-weight:700;color:rgba(255,255,255,.75);text-transform:uppercase;letter-spacing:.06em;display:block}\n.ws-hero-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:6px}\n.ws-hero-btn{display:inline-block;padding:13px 28px;border-radius:8px;font-weight:700;font-size:15px;text-decoration:none;transition:transform .25s cubic-bezier(.2,.7,.2,1),box-shadow .3s cubic-bezier(.2,.7,.2,1),background-color .25s ease,border-color .25s ease}\n.ws-hero-btn:hover{transform:translateY(-2px)}\n.ws-hero-btn-primary{background:#10b981;color:#fff;box-shadow:0 4px 14px rgba(16,185,129,.3)}\n.ws-hero-btn-primary:hover{background:#059669;color:#fff;box-shadow:0 12px 28px rgba(16,185,129,.5)}\n.ws-hero-btn-outline{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.5)}\n.ws-hero-btn-outline:hover{background:rgba(255,255,255,.22);color:#fff;border-color:rgba(255,255,255,.75);box-shadow:0 10px 24px rgba(255,255,255,.18)}\n\n\/* ---- Generic section ---- *\/\n.ws-section{margin:0 0 36px}\n.ws-section h2{font-size:30px;font-weight:800;color:#0f172a;margin:0 0 10px;line-height:1.25}\n.ws-section .ws-sub{font-size:16px;color:#64748b;margin:0 0 26px;line-height:1.55}\n\n\/* ---- Built For grid ---- *\/\n.ws-builtfor{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1400px;margin:0 auto}@media(max-width:900px){.ws-builtfor{grid-template-columns:1fr}}\n.ws-builtfor-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px;transition:transform .25s cubic-bezier(.2,.7,.2,1),box-shadow .3s ease,border-color .25s ease}\n.ws-builtfor-card:hover{border-color:#0891b2;transform:translateY(-3px);box-shadow:0 10px 24px rgba(8,145,178,.10)}\n.ws-builtfor-card .icon{font-size:32px;margin-bottom:12px;line-height:1}\n.ws-builtfor-card h4{font-size:18px;font-weight:800;color:#0f172a;margin:0 0 10px;line-height:1.3}\n.ws-builtfor-card p{font-size:15px;color:#475569;line-height:1.65;margin:0}\n\n\/* ---- Products grid ---- *\/\n.ws-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;width:100%;max-width:1700px;margin-left:auto;margin-right:auto}@media(max-width:1400px){.ws-products{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:700px){.ws-products{grid-template-columns:1fr}}\n.ws-product-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:26px;text-decoration:none;color:inherit;transition:transform .25s cubic-bezier(.2,.7,.2,1),box-shadow .3s ease,border-color .25s ease;display:flex;flex-direction:column;position:relative}\n.ws-product-card:hover{border-color:#0891b2;transform:translateY(-3px);box-shadow:0 10px 24px rgba(8,145,178,.10)}\n.ws-pc-img{position:relative;margin-bottom:20px;border-radius:12px;overflow:hidden;background:#f8fafc;aspect-ratio:1\/1;display:flex;align-items:center;justify-content:center;min-height:280px}\n.ws-pc-img img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .55s cubic-bezier(.2,.7,.2,1)}\n.ws-product-card:hover .ws-pc-img img{transform:scale(1.04)}\n.ws-product-card[href*=\"threadripper\"] .ws-pc-img img{object-fit:contain;padding:8px}\n.ws-card-badge{position:absolute;top:12px;left:12px;font-size:10px;font-weight:800;padding:5px 11px;border-radius:999px;letter-spacing:.08em;text-transform:uppercase;z-index:5;box-shadow:0 2px 10px rgba(15,23,42,.18)}\n.ws-card-badge.entry{background:#0891b2;color:#fff}\n.ws-card-badge.flagship{background:linear-gradient(135deg,#7c3aed,#5b21b6);color:#fff;box-shadow:0 2px 10px rgba(124,58,237,.4)}\n\n\/* ---- Card label with pulsing green \"available\" dot ---- *\/\n.ws-pc-label{display:inline-flex!important;align-items:center;gap:8px;font-size:11px;font-weight:700;color:#0891b2;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;line-height:1.2}\n.ws-pc-label::before{content:\"\";width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 0 0 rgba(16,185,129,.55);animation:ws-pulse 2.4s ease-out infinite;flex-shrink:0}\n.ws-pc-body h3{font-size:19px;font-weight:800;color:#0f172a;margin:0 0 14px;line-height:1.3;transition:color .2s ease}\n.ws-product-card:hover .ws-pc-body h3{color:#0891b2}\n.ws-pc-specs{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 14px}\n.ws-pc-specs span{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:5px 10px;font-size:11px;font-weight:600;color:#0f172a}\n.ws-pc-price{display:flex;align-items:baseline;gap:10px;margin:0 0 14px}\n.ws-pc-price strong{font-size:26px;font-weight:800;color:#0f172a}\n.ws-pc-price .strike{font-size:13px;color:#94a3b8;text-decoration:line-through}\n.ws-pc-cta{margin-top:auto;font-size:14px;font-weight:700;color:#0891b2;transition:gap .2s ease,letter-spacing .2s ease}\n.ws-product-card:hover .ws-pc-cta{letter-spacing:.01em}\n\n\/* ---- Decision matrix table ---- *\/\n.ws-decide{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:32px;margin:36px 0}\n.ws-decide h3{font-size:22px;font-weight:800;color:#0f172a;margin:0 0 6px}\n.ws-decide p.ws-decide-sub{font-size:15px;color:#475569;margin:0 0 22px;line-height:1.55}\n.ws-decide-table{width:100%;border-collapse:collapse;font-size:14px}\n.ws-decide-table th{background:#0f172a;color:#fff;padding:12px 14px;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.06em;font-weight:700}\n.ws-decide-table td{padding:14px 14px;border-bottom:1px solid #e2e8f0;color:#1e293b;vertical-align:top;line-height:1.5;transition:background-color .2s ease}\n.ws-decide-table tr:nth-child(even) td{background:#fff}\n.ws-decide-table tr:hover td{background:#f0fdfa}\n.ws-decide-table td:first-child{font-weight:700;color:#0f172a;width:26%}\n.ws-decide-table td:nth-child(2){width:30%}\n.ws-decide-table td:nth-child(2) a{color:#0891b2;text-decoration:none;font-weight:700}\n.ws-decide-table td:nth-child(2) a:hover{text-decoration:underline}\n@media(max-width:760px){.ws-decide-table{font-size:13px}.ws-decide-table th,.ws-decide-table td{padding:10px 8px}.ws-decide-table td:first-child{width:30%}}\n\n\/* ---- Video grid ---- *\/\n.ws-videos-section{margin:0 0 36px;text-align:center}\n.ws-videos-section h2{font-size:30px;font-weight:800;color:#0f172a;margin:0 0 10px;line-height:1.25}\n.ws-videos-section .ws-sub{font-size:16px;color:#64748b;margin:0 auto 26px;line-height:1.55;max-width:680px}\n.ws-video-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;max-width:1400px;margin:0 auto;padding:0 8px}\n@media(max-width:1180px){.ws-video-grid{grid-template-columns:repeat(3,1fr);max-width:960px;gap:18px}}\n@media(max-width:820px){.ws-video-grid{grid-template-columns:repeat(2,1fr);max-width:560px;gap:14px}}\n@media(max-width:480px){.ws-video-grid{grid-template-columns:1fr;max-width:320px;gap:12px}}\n.ws-video{position:relative;width:100%;aspect-ratio:9\/16;border-radius:14px;overflow:hidden;background:#000;box-shadow:0 6px 20px rgba(15,23,42,.12);transition:transform .3s cubic-bezier(.2,.7,.2,1),box-shadow .3s ease}\n.ws-video:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(15,23,42,.2)}\n.ws-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}\n\n\/* ---- Trust grid ---- *\/\n.ws-trust{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:40px;margin:36px 0;width:100%;box-sizing:border-box}\n.ws-trust h3{font-size:24px;font-weight:800;color:#0f172a;margin:12px 0 6px;line-height:1.3}\n.ws-trust-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px;margin-top:22px}@media(max-width:1100px){.ws-trust-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:540px){.ws-trust-grid{grid-template-columns:repeat(2,1fr)}}\n.ws-trust-item{text-align:center;transition:transform .25s ease}\n.ws-trust-item:hover{transform:translateY(-2px)}\n.ws-trust-item .icon{font-size:32px;margin-bottom:8px}\n.ws-trust-item .label{font-size:14px;font-weight:700;color:#0f172a;line-height:1.3}\n.ws-trust-item .sub{font-size:13px;color:#64748b;margin-top:4px;line-height:1.4}\n\n\/* ---- FAQ block ---- *\/\n.ws-faq-block{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:32px;margin:36px 0}\n.ws-faq-block h3{font-size:22px;font-weight:800;color:#0f172a;margin:0 0 22px}\n.ws-faq-item{border-bottom:1px solid #e2e8f0;padding:18px 0}\n.ws-faq-item:last-child{border-bottom:none}\n.ws-faq-q{font-weight:700;color:#0f172a;margin:0 0 8px;font-size:15px}\n.ws-faq-a{color:#475569;font-size:14px;line-height:1.65;margin:0}\n\n\/* ---- Back link and final CTA ---- *\/\n.ws-back{display:block;text-align:center;padding:20px;margin:24px 0;font-size:15px;color:#0891b2;text-decoration:none;font-weight:700;background:#f0fdfa;border:1px solid #67e8f9;border-radius:12px;transition:background-color .25s ease,color .25s ease,transform .25s ease}\n.ws-back:hover{background:#ccfbf1;color:#0e7490;transform:translateY(-1px)}\n.ws-cta{background:linear-gradient(135deg,#0f172a,#1e3a5f);border-radius:14px;padding:54px 40px;margin:32px 0 0;width:100%;box-sizing:border-box;text-align:center;color:#fff}\n.ws-cta h3{color:#fff;font-size:30px;font-weight:800;margin:0 0 12px;line-height:1.25}\n.ws-cta p{color:rgba(255,255,255,.78);font-size:16px;margin:0 0 26px;max-width:680px;margin-left:auto;margin-right:auto;line-height:1.6}\n.ws-cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}\n.ws-btn{display:inline-block;padding:13px 28px;border-radius:8px;font-weight:700;font-size:15px;text-decoration:none;transition:transform .25s cubic-bezier(.2,.7,.2,1),box-shadow .3s ease,background-color .25s ease}\n.ws-btn:hover{transform:translateY(-2px)}\n.ws-btn-green{background:#10b981;color:#fff;box-shadow:0 4px 14px rgba(16,185,129,.3)}\n.ws-btn-green:hover{background:#059669;color:#fff;box-shadow:0 12px 28px rgba(16,185,129,.45)}\n.ws-btn-white{background:#fff;color:#0f172a;border:1px solid #fff}\n.ws-btn-white:hover{background:#e2e8f0;color:#0f172a;box-shadow:0 10px 24px rgba(255,255,255,.18)}\n\n@media(max-width:600px){.ws-hero{padding:36px 22px}.ws-hero h1{font-size:28px}.ws-cta{padding:32px 20px}.ws-cta h3{font-size:20px}}\n\u003c\/style\u003e\n\n\u003cdiv class=\"ws-hero\" style=\"width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);box-sizing:border-box\"\u003e\n  \u003cspan class=\"ws-hero-badge\"\u003eEnterprise Procurement Supported\u003c\/span\u003e\n  \u003ch1\u003eServers \u0026amp; Dual-Socket Workstations\u003c\/h1\u003e\n  \u003cp class=\"ws-hero-sub\"\u003eEnterprise dual-socket EPYC server-class systems for HPC, virtualization, and server-room deployments. 128 cores \/ 256 threads of compute per chassis.\u003c\/p\u003e\n  \u003cdiv class=\"ws-hero-stats\"\u003e\n    \u003cdiv class=\"ws-hero-stat\"\u003e\n\u003cspan class=\"value\"\u003e3\u003c\/span\u003e\u003cspan class=\"label\"\u003eConfigurations Available\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ws-hero-stat\"\u003e\n\u003cspan class=\"value\"\u003e128 \/ 256\u003c\/span\u003e\u003cspan class=\"label\"\u003eCores \/ Threads\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ws-hero-stat\"\u003e\n\u003cspan class=\"value\"\u003e2-4 Weeks\u003c\/span\u003e\u003cspan class=\"label\"\u003eBuilt to Order\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ws-hero-stat\"\u003e\n\u003cspan class=\"value\"\u003eEnterprise\u003c\/span\u003e\u003cspan class=\"label\"\u003eProcurement Supported\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"ws-hero-cta\"\u003e\n    \u003ca href=\"#products\" class=\"ws-hero-btn ws-hero-btn-primary\"\u003eBrowse Builds\u003c\/a\u003e\n    \u003ca href=\"\/pages\/gamertech-toronto-contact-us\" class=\"ws-hero-btn ws-hero-btn-outline\"\u003eTalk to a Tech\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ws-section\" style=\"width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);box-sizing:border-box;padding-left:clamp(16px,2.5vw,48px);padding-right:clamp(16px,2.5vw,48px)\"\u003e\n  \u003ch2 style=\"text-align:center\"\u003eBuilt For\u003c\/h2\u003e\n  \u003cp class=\"ws-sub\" style=\"text-align:center;max-width:780px;margin-left:auto;margin-right:auto\"\u003eWho this tier is designed for — see if your workflow matches before you dig into specs.\u003c\/p\u003e\n  \u003cdiv class=\"ws-builtfor\"\u003e\n    \u003cdiv class=\"ws-builtfor-card\"\u003e\n      \u003cdiv class=\"icon\"\u003e🏢\u003c\/div\u003e\n      \u003ch4\u003eHPC \u0026amp; Research Computing\u003c\/h4\u003e\n      \u003cp\u003eLab-scale HPC for molecular dynamics, computational chemistry, climate modeling, genomics, and quantitative finance. 256 threads on a single chassis.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ws-builtfor-card\"\u003e\n      \u003cdiv class=\"icon\"\u003e🎬\u003c\/div\u003e\n      \u003ch4\u003eIn-House Render Farms\u003c\/h4\u003e\n      \u003cp\u003eReplace racks of render nodes with a single dual-socket EPYC chassis. CPU rendering (V-Ray, Arnold, Mantra) scales linearly with the 128 EPYC cores.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ws-builtfor-card\"\u003e\n      \u003cdiv class=\"icon\"\u003e🖥️\u003c\/div\u003e\n      \u003ch4\u003eVirtualization \u0026amp; Server Rooms\u003c\/h4\u003e\n      \u003cp\u003eMulti-VM hosts running GPU-passthrough VMs, Kubernetes nodes, containerized AI inference, or RDP \/ VDI for distributed teams.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv id=\"products\" class=\"ws-section\" style=\"width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);box-sizing:border-box;padding-left:clamp(16px,2.5vw,48px);padding-right:clamp(16px,2.5vw,48px)\"\u003e\n  \u003ch2\u003eServers \u0026amp; Dual-Socket Workstations — Available Builds\u003c\/h2\u003e\n  \u003cp class=\"ws-sub\"\u003e3 hand-built workstations in this category. Click any build for full specs.\u003c\/p\u003e\n  \u003cdiv class=\"ws-products\"\u003e\n\u003ca class=\"ws-product-card\" href=\"\/products\/custom-amd-epyc-7713-rtx-5090-workstation\"\u003e\n      \u003cdiv class=\"ws-pc-img\"\u003e\n\u003cspan class=\"ws-card-badge entry\"\u003eEntry\u003c\/span\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0475\/0131\/2165\/files\/NVIDIA_GeForce_RTX_5090_Workstation.png?v=1781290340\" alt=\"AMD EPYC 7713 Dual-Socket | NVIDIA GeForce RTX 5090 - Custom Workstation\"\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"ws-pc-body\"\u003e\n        \u003cdiv class=\"ws-pc-label\"\u003e256-Thread EPYC — Available Now\u003c\/div\u003e\n        \u003ch3\u003eAMD EPYC 7713 Dual-Socket | NVIDIA GeForce RTX 5090\u003c\/h3\u003e\n        \u003cdiv class=\"ws-pc-specs\"\u003e\n        \u003cspan\u003e128 Cores \/ 256 Threads\u003c\/span\u003e\n        \u003cspan\u003e32GB GDDR7\u003c\/span\u003e\n        \u003cspan\u003e256GB ECC DDR4\u003c\/span\u003e\n        \u003cspan\u003e4TB Gen4 NVMe\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ws-pc-price\"\u003e\n          \u003cstrong\u003e$28,999.99\u003c\/strong\u003e\n          \u003cspan class=\"strike\"\u003e$30,999.99\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ws-pc-cta\"\u003eView Workstation →\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/a\u003e\n\u003ca class=\"ws-product-card\" href=\"\/products\/custom-amd-epyc-7713-rtx-6000-ada-workstation\"\u003e\n      \u003cdiv class=\"ws-pc-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0475\/0131\/2165\/files\/front_side_view_rtx_6000_ada.png?v=1780080505\" alt=\"AMD EPYC 7713 Dual-Socket | NVIDIA RTX 6000 Ada - Custom Workstation\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ws-pc-body\"\u003e\n        \u003cdiv class=\"ws-pc-label\"\u003ePro EPYC — Available Now\u003c\/div\u003e\n        \u003ch3\u003eAMD EPYC 7713 Dual-Socket | NVIDIA RTX 6000 Ada\u003c\/h3\u003e\n        \u003cdiv class=\"ws-pc-specs\"\u003e\n        \u003cspan\u003e128 Cores \/ 256 Threads\u003c\/span\u003e\n        \u003cspan\u003e48GB ECC GDDR6\u003c\/span\u003e\n        \u003cspan\u003e256GB ECC DDR4\u003c\/span\u003e\n        \u003cspan\u003e4TB Gen4 NVMe\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ws-pc-price\"\u003e\n          \u003cstrong\u003e$35,999.99\u003c\/strong\u003e\n          \u003cspan class=\"strike\"\u003e$37,999.99\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ws-pc-cta\"\u003eView Workstation →\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/a\u003e\n\u003ca class=\"ws-product-card\" href=\"\/products\/custom-amd-epyc-7713-64-core-128-thread-x-2-nvidia-rtx-pro-6000-blackwell-server-edition-workstation\"\u003e\n      \u003cdiv class=\"ws-pc-img\"\u003e\n\u003cspan class=\"ws-card-badge flagship\"\u003eFlagship\u003c\/span\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0475\/0131\/2165\/files\/AMD_EPYC_7713_Dual-Socket_GamerTech.png?v=1781290290\" alt=\"AMD EPYC 7713 Dual-Socket | RTX PRO 6000 Blackwell - Custom Workstation\"\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"ws-pc-body\"\u003e\n        \u003cdiv class=\"ws-pc-label\"\u003eFlagship EPYC — Available Now\u003c\/div\u003e\n        \u003ch3\u003eAMD EPYC 7713 Dual-Socket | RTX PRO 6000 Blackwell\u003c\/h3\u003e\n        \u003cdiv class=\"ws-pc-specs\"\u003e\n        \u003cspan\u003e128 Cores \/ 256 Threads\u003c\/span\u003e\n        \u003cspan\u003e96GB ECC GDDR7\u003c\/span\u003e\n        \u003cspan\u003e256GB ECC DDR4\u003c\/span\u003e\n        \u003cspan\u003e4TB Gen4 NVMe\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ws-pc-price\"\u003e\n          \u003cstrong\u003e$39,999.99\u003c\/strong\u003e\n          \u003cspan class=\"strike\"\u003e$41,999.99\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ws-pc-cta\"\u003eView Workstation →\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);box-sizing:border-box;padding-left:clamp(16px,2.5vw,48px);padding-right:clamp(16px,2.5vw,48px)\"\u003e\n\u003cdiv class=\"ws-decide\"\u003e\n  \u003ch3\u003eHow to Choose Your Build\u003c\/h3\u003e\n  \u003cp class=\"ws-decide-sub\"\u003eIf you can describe what you need, we can point you to the right build. Each row maps a common requirement to a specific configuration above.\u003c\/p\u003e\n  \u003ctable class=\"ws-decide-table\"\u003e\n    \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eIf you want…\u003c\/th\u003e\n\u003cth\u003ePick this build\u003c\/th\u003e\n\u003cth\u003eWhy\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eDual-socket + consumer GPU\u003c\/td\u003e\n        \u003ctd\u003e\u003ca href=\"\/products\/custom-amd-epyc-7713-rtx-5090-workstation\"\u003eEPYC 7713 Dual-Socket | RTX 5090 →\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd\u003e128 cores + RTX 5090 32 GB. The most accessible dual-socket configuration.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eDual-socket + Pro Ada GPU\u003c\/td\u003e\n        \u003ctd\u003e\u003ca href=\"\/products\/custom-amd-epyc-7713-rtx-6000-ada-workstation\"\u003eEPYC 7713 Dual-Socket | RTX 6000 Ada →\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd\u003e128 cores + RTX 6000 Ada Generation. ECC GPU memory + Pro drivers.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eServer-grade flagship\u003c\/td\u003e\n        \u003ctd\u003e\u003ca href=\"\/products\/custom-amd-epyc-7713-64-core-128-thread-x-2-nvidia-rtx-pro-6000-blackwell-server-edition-workstation\"\u003eEPYC 7713 × 2 | RTX PRO 6000 Blackwell Server →\u003c\/a\u003e\u003c\/td\u003e\n        \u003ctd\u003e128 cores + dual RTX PRO 6000 Blackwell Server Edition. The ultimate server build.\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ws-videos-section\" style=\"width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);box-sizing:border-box;padding-left:clamp(16px,2.5vw,48px);padding-right:clamp(16px,2.5vw,48px)\"\u003e\n  \u003ch2\u003eSee the Server Builds\u003c\/h2\u003e\n  \u003cp class=\"ws-sub\"\u003eDual-socket EPYC server-class builds being assembled at our Vaughan, Ontario shop.\u003c\/p\u003e\n  \u003cdiv class=\"ws-video-grid\"\u003e\n      \u003cdiv class=\"ws-video\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/Wmm-Vflgu30?rel=0\u0026amp;modestbranding=1\u0026amp;playsinline=1\" title=\"GamerTech Workstation Build\" loading=\"lazy\" allow=\"accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen\u003e\u003c\/iframe\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ws-video\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/eOndgBG-inQ?rel=0\u0026amp;modestbranding=1\u0026amp;playsinline=1\" title=\"GamerTech Workstation Build\" loading=\"lazy\" allow=\"accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen\u003e\u003c\/iframe\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ws-video\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/3tBcrvAQhnE?rel=0\u0026amp;modestbranding=1\u0026amp;playsinline=1\" title=\"GamerTech Workstation Build\" loading=\"lazy\" allow=\"accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen\u003e\u003c\/iframe\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ws-video\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/oKMgI6htU4g?rel=0\u0026amp;modestbranding=1\u0026amp;playsinline=1\" title=\"GamerTech Workstation Build\" loading=\"lazy\" allow=\"accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen\u003e\u003c\/iframe\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ws-video\"\u003e\n        \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/KZi57n6X1BE?rel=0\u0026amp;modestbranding=1\u0026amp;playsinline=1\" title=\"GamerTech Workstation Build\" loading=\"lazy\" allow=\"accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen\u003e\u003c\/iframe\u003e\n      \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);box-sizing:border-box;padding-left:clamp(16px,2.5vw,48px);padding-right:clamp(16px,2.5vw,48px)\"\u003e\u003cdiv class=\"ws-trust\"\u003e\n  \u003ch3 style=\"text-align:center;margin-top:0\"\u003eEvery Build. Every Time.\u003c\/h3\u003e\n  \u003cp style=\"text-align:center;color:#64748b;font-size:15px;margin:0\"\u003eGamerTech guarantees on every workstation we ship.\u003c\/p\u003e\n  \u003cdiv class=\"ws-trust-grid\"\u003e\n    \u003cdiv class=\"ws-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eHand-Built\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eIn Vaughan, ON\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ws-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e✅\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003e1-Year Warranty\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eParts + Labour\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ws-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eCanada-wide\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ws-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eSame-Day\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eWhen in stock\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ws-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e🇨🇦\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eCanadian Company\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eNo import fees\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ws-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e📞\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003e(905) 247-7085\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eTalk to a tech\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv style=\"width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);box-sizing:border-box;padding-left:clamp(16px,2.5vw,48px);padding-right:clamp(16px,2.5vw,48px)\"\u003e\n\u003cdiv class=\"ws-faq-block\"\u003e\n  \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n    \u003cdiv class=\"ws-faq-item\"\u003e\n      \u003cp class=\"ws-faq-q\"\u003eTower or rackmount?\u003c\/p\u003e\n      \u003cp class=\"ws-faq-a\"\u003eBoth available. Default configuration ships in a tower chassis. Rackmount (4U) is available on request for server-room or colo deployment — specify rackmount during your custom quote.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ws-faq-item\"\u003e\n      \u003cp class=\"ws-faq-q\"\u003eEPYC vs Xeon for dual-socket workloads?\u003c\/p\u003e\n      \u003cp class=\"ws-faq-a\"\u003eEPYC 7713 has 64 cores per socket (128 total dual-socket) at lower per-core lifecycle cost. For CPU-bound HPC, render farms, and virtualization where core count is the limit, EPYC is the better value.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ws-faq-item\"\u003e\n      \u003cp class=\"ws-faq-q\"\u003eLinux or Windows Server?\u003c\/p\u003e\n      \u003cp class=\"ws-faq-a\"\u003eBoth supported. Most HPC and AI workloads ship with Ubuntu LTS or RHEL 9 \/ Rocky Linux. Virtualization typically runs Proxmox VE, VMware ESXi, or Windows Server with Hyper-V. Custom OS at no additional cost.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ws-faq-item\"\u003e\n      \u003cp class=\"ws-faq-q\"\u003eLead time and configuration options?\u003c\/p\u003e\n      \u003cp class=\"ws-faq-a\"\u003e2 to 4 weeks from order confirmation. Configuration is fully open — different EPYC SKUs, RAM (up to 4 TB DDR4 ECC RDIMM), storage (NVMe RAID, U.2 enterprise drives), networking (dual \/ quad 10 \/ 25 \/ 100 GbE), GPU, and chassis.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ws-faq-item\"\u003e\n      \u003cp class=\"ws-faq-q\"\u003eEnterprise procurement support?\u003c\/p\u003e\n      \u003cp class=\"ws-faq-a\"\u003eYes. We work directly with university procurement, government departments, research labs, and enterprise IT. PO acceptance, NET-30 \/ NET-60 terms, procurement-format quoting, and multi-system fleet pricing.\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\":\"https:\/\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Tower or rackmount?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Both available. Default configuration ships in a tower chassis. Rackmount (4U) is available on request for server-room or colo deployment — specify rackmount during your custom quote.\"}},{\"@type\":\"Question\",\"name\":\"EPYC vs Xeon for dual-socket workloads?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"EPYC 7713 has 64 cores per socket (128 total dual-socket) at lower per-core lifecycle cost. For CPU-bound HPC, render farms, and virtualization where core count is the limit, EPYC is the better value.\"}},{\"@type\":\"Question\",\"name\":\"Linux or Windows Server?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Both supported. Most HPC and AI workloads ship with Ubuntu LTS or RHEL 9 \/ Rocky Linux. Virtualization typically runs Proxmox VE, VMware ESXi, or Windows Server with Hyper-V. Custom OS at no additional cost.\"}},{\"@type\":\"Question\",\"name\":\"Lead time and configuration options?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"2 to 4 weeks from order confirmation. Configuration is fully open — different EPYC SKUs, RAM (up to 4 TB DDR4 ECC RDIMM), storage (NVMe RAID, U.2 enterprise drives), networking (dual \/ quad 10 \/ 25 \/ 100 GbE), GPU, and chassis.\"}},{\"@type\":\"Question\",\"name\":\"Enterprise procurement support?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. We work directly with university procurement, government departments, research labs, and enterprise IT. PO acceptance, NET-30 \/ NET-60 terms, procurement-format quoting, and multi-system fleet pricing.\"}}]}\u003c\/script\u003e\n\n\u003cdiv style=\"width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);box-sizing:border-box;padding-left:clamp(16px,2.5vw,48px);padding-right:clamp(16px,2.5vw,48px)\"\u003e\n\u003ca class=\"ws-back\" href=\"\/collections\/workstations-servers\"\u003eBrowse all 24 workstations \u0026amp; servers →\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);box-sizing:border-box;padding-left:clamp(16px,2.5vw,48px);padding-right:clamp(16px,2.5vw,48px)\"\u003e\n\u003cdiv class=\"ws-cta\"\u003e\n  \u003ch3\u003eNot sure which build is right for you?\u003c\/h3\u003e\n  \u003cp\u003eTell us your daily app stack, expected workloads, and budget — we'll match you to the right configuration in 5 minutes and quote any custom changes you need.\u003c\/p\u003e\n  \u003cdiv class=\"ws-cta-buttons\"\u003e\n    \u003ca href=\"\/pages\/gamertech-toronto-contact-us\" class=\"ws-btn ws-btn-white\"\u003eGet a Custom Quote\u003c\/a\u003e\n    \u003ca href=\"tel:+19052477085\" class=\"ws-btn ws-btn-green\"\u003e📞 (905) 247-7085\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/gamertech.ca#website\",\"url\":\"https:\/\/gamertech.ca\",\"name\":\"GamerTech\",\"publisher\":{\"@id\":\"https:\/\/gamertech.ca#organization\"},\"inLanguage\":\"en-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/gamertech.ca#organization\",\"name\":\"GamerTech\",\"url\":\"https:\/\/gamertech.ca\",\"telephone\":\"+1-905-247-7085\",\"email\":\"info@gamertech.ca\",\"address\":{\"@type\":\"PostalAddress\",\"addressLocality\":\"Vaughan\",\"addressRegion\":\"ON\",\"addressCountry\":\"CA\"}},{\"@type\":[\"LocalBusiness\",\"ComputerStore\"],\"@id\":\"https:\/\/gamertech.ca#localbusiness\",\"name\":\"GamerTech\",\"url\":\"https:\/\/gamertech.ca\",\"telephone\":\"+1-905-247-7085\",\"email\":\"info@gamertech.ca\",\"address\":{\"@type\":\"PostalAddress\",\"addressLocality\":\"Vaughan\",\"addressRegion\":\"ON\",\"addressCountry\":\"CA\"},\"areaServed\":{\"@type\":\"Country\",\"name\":\"Canada\"},\"priceRange\":\"$$$$\",\"currenciesAccepted\":\"CAD\",\"paymentAccepted\":\"Cash, Credit Card, Debit, Financing, Purchase Order\"},{\"@type\":\"CollectionPage\",\"@id\":\"https:\/\/gamertech.ca\/collections\/server-workstations#webpage\",\"url\":\"https:\/\/gamertech.ca\/collections\/server-workstations\",\"name\":\"EPYC Dual-Socket Servers Canada | HPC \u0026 Render | GamerTech\",\"description\":\"Custom EPYC dual-socket servers and workstations. 128 cores \/ 256 threads. HPC, virtualization, render farms. Enterprise procurement supported. Hand-built in Vaughan, ON.\",\"isPartOf\":{\"@id\":\"https:\/\/gamertech.ca#website\"},\"breadcrumb\":{\"@id\":\"https:\/\/gamertech.ca\/collections\/server-workstations#breadcrumb\"},\"mainEntity\":{\"@id\":\"https:\/\/gamertech.ca\/collections\/server-workstations#itemlist\"},\"about\":{\"@id\":\"https:\/\/gamertech.ca#service\"},\"publisher\":{\"@id\":\"https:\/\/gamertech.ca#organization\"},\"inLanguage\":\"en-CA\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gamertech.ca\/collections\/server-workstations#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/gamertech.ca\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Workstations \u0026 Servers\",\"item\":\"https:\/\/gamertech.ca\/collections\/workstations-servers\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Servers \u0026 Dual-Socket Workstations\"}]},{\"@type\":\"ItemList\",\"@id\":\"https:\/\/gamertech.ca\/collections\/server-workstations#itemlist\",\"name\":\"Servers \u0026 Dual-Socket Workstations — Available Builds\",\"numberOfItems\":3,\"itemListOrder\":\"https:\/\/schema.org\/ItemListOrderAscending\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"url\":\"https:\/\/gamertech.ca\/products\/custom-amd-epyc-7713-rtx-5090-workstation\"},{\"@type\":\"ListItem\",\"position\":2,\"url\":\"https:\/\/gamertech.ca\/products\/custom-amd-epyc-7713-rtx-6000-ada-workstation\"},{\"@type\":\"ListItem\",\"position\":3,\"url\":\"https:\/\/gamertech.ca\/products\/custom-amd-epyc-7713-64-core-128-thread-x-2-nvidia-rtx-pro-6000-blackwell-server-edition-workstation\"}]},{\"@type\":\"Service\",\"@id\":\"https:\/\/gamertech.ca#service\",\"name\":\"Custom Workstation Building\",\"provider\":{\"@id\":\"https:\/\/gamertech.ca#organization\"},\"areaServed\":{\"@type\":\"Country\",\"name\":\"Canada\"},\"serviceType\":\"Computer Hardware Assembly, Configuration, and Custom Build Services\",\"description\":\"Custom EPYC dual-socket server-class workstations. 128 cores \/ 256 threads per chassis for HPC, virtualization, render farms, and enterprise server deployments.\",\"offers\":{\"@type\":\"Offer\",\"priceCurrency\":\"CAD\",\"priceSpecification\":{\"@type\":\"PriceSpecification\",\"priceCurrency\":\"CAD\"}}}]}\u003c\/script\u003e","products":[{"product_id":"custom-amd-epyc-7713-64-core-128-thread-x-2-nvidia-rtx-pro-6000-blackwell-server-edition-workstation","title":"Custom | AMD EPYC 7713 Dual-Socket | NVIDIA RTX PRO 6000 Blackwell Server Edition | Workstation","description":"\u003cdiv class=\"gt-authority\"\u003e✦ Halo-Tier Custom Workstation — Dual EPYC 7713 + RTX PRO 6000 Blackwell\u003c\/div\u003e\n\u003cp style=\"font-size:13px;color:#64748b;margin:0 0 20px\"\u003e128 cores. 256 threads. 96GB of ECC GDDR7. Hand-built in Vaughan, Ontario for the most demanding professional workloads.\u003c\/p\u003e\n\u003cstyle\u003e\n*{box-sizing:border-box}\n.gt-ans{background:#ecfeff;border-left:4px solid #0891b2;border-radius:0 12px 12px 0;padding:18px 22px;margin:0 0 28px}\n.gt-ans p{margin:0 0 6px;color:#155e75;font-size:15px;line-height:1.6}\n.gt-ans p:last-child{margin:0}\n.gt-tag{display:inline-block;background:rgba(8,145,178,.12);color:#0891b2;border:1px solid rgba(8,145,178,.25);border-radius:20px;padding:4px 14px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}\n.gt-specs{width:100%;border-collapse:collapse;margin:0 0 24px;font-size:14px}\n.gt-specs th{background:#0f172a;color:#fff;padding:10px 14px;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.06em}\n.gt-specs td{padding:10px 14px;border-bottom:1px solid #e2e8f0;color:#1e293b;vertical-align:top}\n.gt-specs tr:nth-child(even) td{background:#f8fafc}\n.gt-specs td:first-child{font-weight:600;color:#475569;width:38%;white-space:nowrap}\n.gt-perf{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin:0 0 28px}\n.gt-perf-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px}\n.gt-perf-card .game{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}\n.gt-perf-card .fps{font-size:18px;font-weight:800;color:#0f172a;line-height:1.2}\n.gt-perf-card .res{font-size:12px;color:#94a3b8;margin-top:4px}\n.gt-cta-bar{background:linear-gradient(135deg,#0c4a6e,#0e7490);border-radius:14px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin:32px 0}\n.gt-cta-bar h3{color:#fff;font-size:18px;font-weight:800;margin:0 0 4px}\n.gt-cta-bar p{color:rgba(255,255,255,.78);font-size:13px;margin:0}\n.gt-btn{display:inline-block;padding:12px 28px;border-radius:8px;font-weight:700;font-size:14px;text-decoration:none;transition:.2s}\n.gt-btn-green{background:#10b981;color:#fff}\n.gt-btn-green:hover{background:#059669;color:#fff}\n.gt-btn-white{background:#fff;color:#0f172a;border:1px solid #e2e8f0}\n.gt-guides{background:#f8fafc;border-radius:12px;padding:20px 24px;margin:24px 0}\n.gt-guides h4{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin:0 0 12px}\n.gt-guides ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px}\n.gt-guides ul li a{display:inline-block;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:7px 14px;font-size:13px;font-weight:600;color:#0f172a;text-decoration:none}\n.gt-guides ul li a:hover{border-color:#0891b2;color:#0891b2}\n.gt-trust{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;margin:28px 0}\n.gt-trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-top:16px}\n.gt-trust-item{text-align:center}\n.gt-trust-item .icon{font-size:24px;margin-bottom:6px}\n.gt-trust-item .label{font-size:12px;font-weight:700;color:#0f172a}\n.gt-trust-item .sub{font-size:11px;color:#64748b}\n.gt-leadtime{background:linear-gradient(135deg,#0c4a6e,#0e7490);color:#fff;border-radius:14px;padding:20px 24px;margin:0 0 28px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}\n.gt-leadtime .gt-lt-block{flex:1;min-width:180px}\n.gt-leadtime .gt-lt-label{font-size:11px;font-weight:700;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.08em}\n.gt-leadtime .gt-lt-value{font-size:18px;font-weight:800;color:#fff;margin-top:2px}\n.faq-item{border-bottom:1px solid #e2e8f0;padding:16px 0}\n.faq-item:last-child{border-bottom:none}\n.faq-q{font-weight:700;color:#0f172a;margin:0 0 8px;font-size:15px}\n.faq-a{color:#475569;font-size:14px;line-height:1.65;margin:0}\n@media(max-width:600px){.gt-cta-bar{padding:20px}.gt-perf{grid-template-columns:1fr 1fr}}\n\u003c\/style\u003e\n\n\u003cdiv class=\"gt-leadtime\"\u003e\n  \u003cdiv class=\"gt-lt-block\"\u003e\n    \u003cdiv class=\"gt-lt-label\"\u003eLead Time\u003c\/div\u003e\n    \u003cdiv class=\"gt-lt-value\"\u003e2–4 Weeks\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"gt-lt-block\"\u003e\n    \u003cdiv class=\"gt-lt-label\"\u003eTalk to a Specialist\u003c\/div\u003e\n    \u003cdiv class=\"gt-lt-value\"\u003e(905) 247-7085\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"gt-lt-block\"\u003e\n    \u003cdiv class=\"gt-lt-label\"\u003eShipping\u003c\/div\u003e\n    \u003cdiv class=\"gt-lt-value\"\u003eFree Canada-wide\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"gt-ans\"\u003e\n  \u003cspan class=\"gt-tag\"\u003eGamerTech Custom Workstation\u003c\/span\u003e\n  \u003cp\u003e\u003cstrong\u003eBest for:\u003c\/strong\u003e Production-scale AI\/ML training, large-scene 3D rendering, scientific computing, simulation, and heavy virtualization.\u003c\/p\u003e\n  \u003cp\u003eTwo AMD EPYC 7713 processors — 128 cores and 256 threads of Zen 3 architecture — paired with NVIDIA's flagship workstation GPU, the RTX PRO 6000 Blackwell Server Edition with 96GB of ECC GDDR7. 256GB of registered ECC DDR4 and a Supermicro H12DSI-NT6 dual-socket server platform make this one of the most capable single-chassis workstations GamerTech builds. 2–4 week lead time from order placement.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eWhat's Inside\u003c\/h2\u003e\n\u003ctable class=\"gt-specs\"\u003e\n  \u003ctr\u003e\n\u003cth\u003eComponent\u003c\/th\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eCPU\u003c\/td\u003e\n\u003ctd\u003e2× AMD EPYC 7713 — 64 Cores \/ 128 Threads each (128C \/ 256T total), Zen 3\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eCPU Cooler\u003c\/td\u003e\n\u003ctd\u003e2× Noctua NH-U12S TR4-SP3 Premium Air Coolers\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eGPU\u003c\/td\u003e\n\u003ctd\u003eNVIDIA RTX PRO 6000 Blackwell Server Edition — 96GB GDDR7 ECC\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eMotherboard\u003c\/td\u003e\n\u003ctd\u003eSupermicro H12DSI-NT6 — Dual SP3 Socket, ECC RDIMM, IPMI\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eRAM\u003c\/td\u003e\n\u003ctd\u003e256GB DDR4 3200MHz ECC RDIMM (Registered Server Memory)\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003e4TB Gen4 M.2 NVMe SSD\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003ePSU\u003c\/td\u003e\n\u003ctd\u003e1600W Power Supply\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eCase\u003c\/td\u003e\n\u003ctd\u003eFractal Design Define 7 XL — E-ATX Silent Workstation Chassis\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eOS\u003c\/td\u003e\n\u003ctd\u003eConfigurable — Windows 11 Pro for Workstations, Windows Server, or Linux\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1 Year Parts + Labour (GamerTech)\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eLead Time\u003c\/td\u003e\n\u003ctd\u003e2–4 Weeks from order placement\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eShipping\u003c\/td\u003e\n\u003ctd\u003eFree Canada-wide. Pickup: Vaughan, ON\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\n\u003ch2\u003eWorkload Profile\u003c\/h2\u003e\n\u003cdiv class=\"gt-perf\"\u003e\n  \u003cdiv class=\"gt-perf-card\"\u003e\n\u003cdiv class=\"game\"\u003eAI \/ ML Training\u003c\/div\u003e\n\u003cdiv class=\"fps\"\u003eProduction Scale\u003c\/div\u003e\n\u003cdiv class=\"res\"\u003e96GB ECC VRAM\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"gt-perf-card\"\u003e\n\u003cdiv class=\"game\"\u003eStable Diffusion\u003c\/div\u003e\n\u003cdiv class=\"fps\"\u003eMulti-Batch\u003c\/div\u003e\n\u003cdiv class=\"res\"\u003eXL \/ SD3 ready\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"gt-perf-card\"\u003e\n\u003cdiv class=\"game\"\u003eBlender Cycles\u003c\/div\u003e\n\u003cdiv class=\"fps\"\u003eHeavy Scenes\u003c\/div\u003e\n\u003cdiv class=\"res\"\u003e256 CPU threads\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"gt-perf-card\"\u003e\n\u003cdiv class=\"game\"\u003eDaVinci Resolve \/ 8K\u003c\/div\u003e\n\u003cdiv class=\"fps\"\u003eReal-Time\u003c\/div\u003e\n\u003cdiv class=\"res\"\u003eTimeline scrubbing\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"gt-perf-card\"\u003e\n\u003cdiv class=\"game\"\u003eHoudini \/ Maya\u003c\/div\u003e\n\u003cdiv class=\"fps\"\u003eHeavy Sim\u003c\/div\u003e\n\u003cdiv class=\"res\"\u003e256GB ECC RAM\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"gt-perf-card\"\u003e\n\u003cdiv class=\"game\"\u003eVirtualization\u003c\/div\u003e\n\u003cdiv class=\"fps\"\u003e50+ VMs\u003c\/div\u003e\n\u003cdiv class=\"res\"\u003eDual-socket ECC\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eWho Should Buy This\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eBuy this if:\u003c\/strong\u003e You run production AI\/ML training workloads and need ECC VRAM and CPU memory. You render large-scene Blender, V-Ray, or Redshift jobs and want a workstation that finishes them while you sleep. You host VMs, render nodes, or compute jobs and want enterprise-grade reliability in a single chassis. You're a studio, research lab, engineering firm, or consultancy and need a workstation that pays for itself in production throughput.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSkip this if:\u003c\/strong\u003e Your workloads are primarily single-threaded — a high-clock Threadripper Pro 7000-series or Ryzen 9 9950X system will deliver better single-thread performance. For gaming, this is overkill — see our \u003ca href=\"\/collections\/fully-built-and-ready-to-go-pcs\"\u003eFully Built \u0026amp; Ready to Go Gaming PCs\u003c\/a\u003e.\u003c\/p\u003e\n\n\u003ch2\u003eWhy This CPU + GPU Pairing\u003c\/h2\u003e\n\u003cp\u003eThe AMD EPYC 7713 is a Milan-generation 64-core server CPU built for sustained multi-threaded workloads — twin them on the Supermicro H12DSI-NT6 platform and you get 128 cores \/ 256 threads of Zen 3 throughput backed by 128 PCIe Gen4 lanes per CPU. Paired with the NVIDIA RTX PRO 6000 Blackwell Server Edition — NVIDIA's flagship professional GPU with 96GB of GDDR7 ECC memory and Blackwell's Tensor cores — this is a system that handles the largest AI\/ML models, the heaviest 3D scenes, and the most demanding scientific workloads without compromise. 256GB of registered ECC memory provides bit-perfect reliability for long-running jobs, and the IPMI-equipped Supermicro board allows full out-of-band management for unattended operation.\u003c\/p\u003e\n\n\u003ch2\u003eUpgrade Path\u003c\/h2\u003e\n\u003cp\u003eThe Supermicro H12DSI-NT6 supports up to 4TB of DDR4 ECC memory across 16 DIMM slots, so RAM is upgradable well beyond the included 256GB. The dual SP3 platform accepts a wide range of EPYC 7002 and 7003 processors. Multiple NVMe drives can be added for tiered storage. The Fractal Define 7 XL has clearance and airflow for any current workstation GPU.\u003c\/p\u003e\n\n\u003cdiv class=\"gt-guides\"\u003e\n  \u003ch4\u003eWorkstation Buying Guides\u003c\/h4\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"\/pages\/best-workstation-pc-canada\"\u003eBest Workstation in Canada\u003c\/a\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003ca href=\"\/pages\/best-ai-workstation-canada\"\u003eBest AI Workstation Canada\u003c\/a\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003ca href=\"\/pages\/best-pc-for-ai-machine-learning\"\u003eBest PC for AI \u0026amp; Machine Learning\u003c\/a\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003ca href=\"\/pages\/best-pc-for-3d-rendering\"\u003eBest PC for 3D Rendering\u003c\/a\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003ca href=\"\/pages\/best-pc-for-blender\"\u003eBest PC for Blender\u003c\/a\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003ca href=\"\/pages\/best-pc-for-video-editing\"\u003eBest PC for Video Editing\u003c\/a\u003e\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"gt-cta-bar\"\u003e\n  \u003cdiv\u003e\n    \u003ch3\u003eNeed a custom configuration?\u003c\/h3\u003e\n    \u003cp\u003eRAM, storage, GPU, or OS — we tune every workstation to your workload before assembly.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv style=\"display:flex;gap:10px;flex-wrap:wrap\"\u003e\n    \u003ca href=\"\/pages\/gamertech-toronto-contact-us\" class=\"gt-btn gt-btn-white\"\u003eMessage Us\u003c\/a\u003e\n    \u003ca href=\"tel:+19052477085\" class=\"gt-btn gt-btn-green\"\u003e📞 (905) 247-7085\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"gt-trust\"\u003e\n  \u003cspan class=\"gt-tag\"\u003eGamerTech Pro Guarantee\u003c\/span\u003e\n  \u003ch3 style=\"font-size:16px;font-weight:800;color:#0f172a;margin:8px 0 4px\"\u003eEvery Build. Tested. Validated. Shipped.\u003c\/h3\u003e\n  \u003cdiv class=\"gt-trust-grid\"\u003e\n    \u003cdiv class=\"gt-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eHand-Built\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eIn Vaughan, ON\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"gt-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e✅\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003e1-Year Warranty\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eParts + Labour\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"gt-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eBurn-In Tested\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eBefore Every Shipment\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"gt-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e📞\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eLifetime Support\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eDirect from our techs\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"gt-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e🇨🇦\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eCanadian Company\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eNo import fees\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"gt-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eCanada-wide\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eWhat is the lead time?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003e\u003cstrong\u003e2 to 4 weeks\u003c\/strong\u003e from the day your order is placed to delivery or Vaughan pickup. This covers consultation, component sourcing, hand-assembly, and our full burn-in and stability test cycle. For urgent timelines, call us at (905) 247-7085 to discuss accelerated options.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eCan I customize the configuration?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003eYes — RAM capacity, storage tier, GPU selection (single or dual), and OS are all configurable to your workload. Call (905) 247-7085 or message us through our contact page to discuss requirements and receive a tailored quote.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eDoes this workstation support production AI\/ML training?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003eYes. The NVIDIA RTX PRO 6000 Blackwell Server Edition's 96GB of GDDR7 ECC VRAM is purpose-built for large-model training and inference in PyTorch, TensorFlow, and JAX. The dual EPYC 7713 platform provides ample CPU cores for data preprocessing and pipeline orchestration. ECC memory throughout ensures bit-perfect reliability for multi-day training runs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eWhy dual EPYC 7713 instead of a single high-clock CPU?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003eFor multi-threaded workloads — Blender\/V-Ray rendering, large-scale simulation, code compilation, and virtualization — 128 cores and 256 threads scale linearly where a single high-clock CPU plateaus. Single-thread-bound workflows benefit more from a high-clock Threadripper Pro 7000-series or Ryzen 9 9950X. Tell us your software stack and we'll recommend the right platform.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eWhat OS does this ship with?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003eConfigurable. Common choices: Windows 11 Pro for Workstations, Windows Server, Ubuntu \/ RHEL \/ Rocky Linux for compute and AI workloads, or Proxmox \/ ESXi for virtualization hosts. Specify your preference at order time and we'll install and activate before shipping.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eWhat's the warranty?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003eAll custom workstations ship with a 1-year parts and labour warranty backed directly by GamerTech. Extended warranties and on-site service contracts are available for business orders — call (905) 247-7085 for details.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eDo you offer on-site delivery and rack installation?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003eYes — for business customers in the GTA we offer on-site delivery, installation, and initial configuration services. For Canada-wide orders, shipping is free via FedEx with full insurance.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"Product\",\n      \"name\": \"AMD EPYC 7713 Dual-Socket | RTX PRO 6000 Blackwell Workstation\",\n      \"description\": \"Halo-tier dual-CPU custom workstation with 2× AMD EPYC 7713 (128 cores \/ 256 threads total) and NVIDIA RTX PRO 6000 Blackwell Server Edition. 256GB DDR4 ECC RDIMM, 4TB Gen4 NVMe, Supermicro H12DSI-NT6 dual-socket platform. Hand-built in Vaughan, Ontario. 2-4 week lead time.\",\n      \"brand\": {\n        \"@type\": \"Brand\",\n        \"name\": \"GamerTech\"\n      },\n      \"sku\": \"custom-amd-epyc-7713-rtx-pro-6000-workstation\",\n      \"offers\": {\n        \"@type\": \"Offer\",\n        \"price\": \"39999.99\",\n        \"priceCurrency\": \"CAD\",\n        \"availability\": \"https:\/\/schema.org\/InStock\",\n        \"url\": \"https:\/\/gamertech.ca\/products\/custom-amd-epyc-7713-64-core-128-thread-x-2-nvidia-rtx-pro-6000-blackwell-server-edition-workstation\",\n        \"seller\": {\n          \"@type\": \"Organization\",\n          \"name\": \"GamerTech\"\n        },\n        \"priceValidUntil\": \"2026-12-31\",\n        \"shippingDetails\": {\n          \"@type\": \"OfferShippingDetails\",\n          \"shippingRate\": {\n            \"@type\": \"MonetaryAmount\",\n            \"value\": \"0\",\n            \"currency\": \"CAD\"\n          },\n          \"shippingDestination\": {\n            \"@type\": \"DefinedRegion\",\n            \"addressCountry\": \"CA\"\n          }\n        }\n      }\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"What is the lead time?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"2 to 4 weeks from order placement to delivery or Vaughan pickup. Covers consultation, sourcing, hand-assembly, and full burn-in testing.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Does this workstation support production AI\/ML training?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Yes — the RTX PRO 6000 Blackwell Server Edition's 96GB of GDDR7 ECC VRAM is purpose-built for large model training and inference workloads in PyTorch, TensorFlow, and JAX.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Why dual EPYC 7713 instead of a single high-clock CPU?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"For multi-threaded workloads — rendering, simulation, compilation, and virtualization — 128 cores \/ 256 threads scale linearly where a single high-clock CPU plateaus.\"\n          }\n        }\n      ]\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"GamerTech Toronto","offers":[{"title":"Default Title","offer_id":48289969897694,"sku":null,"price":39999.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0475\/0131\/2165\/files\/AMD_EPYC_7713_Dual-Socket_GamerTech.png?v=1781290290"},{"product_id":"custom-amd-epyc-7713-rtx-5090-workstation","title":"Custom | AMD EPYC 7713 Dual-Socket | NVIDIA GeForce RTX 5090 | Workstation","description":"\u003cdiv class=\"gt-authority\"\u003e✦ Dual-CPU Custom Workstation — Dual EPYC 7713 + RTX 5090\u003c\/div\u003e\n\u003cp style=\"font-size:13px;color:#64748b;margin:0 0 20px\"\u003e128 cores. 256 threads. NVIDIA flagship RTX 5090. Hand-built in Vaughan, Ontario for AI, rendering, and multi-threaded professional workloads.\u003c\/p\u003e\n\u003cstyle\u003e\n*{box-sizing:border-box}\n.gt-ans{background:#ecfeff;border-left:4px solid #0891b2;border-radius:0 12px 12px 0;padding:18px 22px;margin:0 0 28px}\n.gt-ans p{margin:0 0 6px;color:#155e75;font-size:15px;line-height:1.6}\n.gt-ans p:last-child{margin:0}\n.gt-tag{display:inline-block;background:rgba(8,145,178,.12);color:#0891b2;border:1px solid rgba(8,145,178,.25);border-radius:20px;padding:4px 14px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}\n.gt-specs{width:100%;border-collapse:collapse;margin:0 0 24px;font-size:14px}\n.gt-specs th{background:#0f172a;color:#fff;padding:10px 14px;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.06em}\n.gt-specs td{padding:10px 14px;border-bottom:1px solid #e2e8f0;color:#1e293b;vertical-align:top}\n.gt-specs tr:nth-child(even) td{background:#f8fafc}\n.gt-specs td:first-child{font-weight:600;color:#475569;width:38%;white-space:nowrap}\n.gt-perf{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin:0 0 28px}\n.gt-perf-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px}\n.gt-perf-card .game{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}\n.gt-perf-card .fps{font-size:18px;font-weight:800;color:#0f172a;line-height:1.2}\n.gt-perf-card .res{font-size:12px;color:#94a3b8;margin-top:4px}\n.gt-cta-bar{background:linear-gradient(135deg,#0c4a6e,#0e7490);border-radius:14px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin:32px 0}\n.gt-cta-bar h3{color:#fff;font-size:18px;font-weight:800;margin:0 0 4px}\n.gt-cta-bar p{color:rgba(255,255,255,.78);font-size:13px;margin:0}\n.gt-btn{display:inline-block;padding:12px 28px;border-radius:8px;font-weight:700;font-size:14px;text-decoration:none;transition:.2s}\n.gt-btn-green{background:#10b981;color:#fff}\n.gt-btn-green:hover{background:#059669;color:#fff}\n.gt-btn-white{background:#fff;color:#0f172a;border:1px solid #e2e8f0}\n.gt-guides{background:#f8fafc;border-radius:12px;padding:20px 24px;margin:24px 0}\n.gt-guides h4{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin:0 0 12px}\n.gt-guides ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px}\n.gt-guides ul li a{display:inline-block;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:7px 14px;font-size:13px;font-weight:600;color:#0f172a;text-decoration:none}\n.gt-guides ul li a:hover{border-color:#0891b2;color:#0891b2}\n.gt-trust{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;margin:28px 0}\n.gt-trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-top:16px}\n.gt-trust-item{text-align:center}\n.gt-trust-item .icon{font-size:24px;margin-bottom:6px}\n.gt-trust-item .label{font-size:12px;font-weight:700;color:#0f172a}\n.gt-trust-item .sub{font-size:11px;color:#64748b}\n.gt-leadtime{background:linear-gradient(135deg,#0c4a6e,#0e7490);color:#fff;border-radius:14px;padding:20px 24px;margin:0 0 28px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}\n.gt-leadtime .gt-lt-block{flex:1;min-width:180px}\n.gt-leadtime .gt-lt-label{font-size:11px;font-weight:700;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.08em}\n.gt-leadtime .gt-lt-value{font-size:18px;font-weight:800;color:#fff;margin-top:2px}\n.faq-item{border-bottom:1px solid #e2e8f0;padding:16px 0}\n.faq-item:last-child{border-bottom:none}\n.faq-q{font-weight:700;color:#0f172a;margin:0 0 8px;font-size:15px}\n.faq-a{color:#475569;font-size:14px;line-height:1.65;margin:0}\n@media(max-width:600px){.gt-cta-bar{padding:20px}.gt-perf{grid-template-columns:1fr 1fr}}\n\u003c\/style\u003e\n\n\u003cdiv class=\"gt-leadtime\"\u003e\n  \u003cdiv class=\"gt-lt-block\"\u003e\n    \u003cdiv class=\"gt-lt-label\"\u003eLead Time\u003c\/div\u003e\n    \u003cdiv class=\"gt-lt-value\"\u003e2–4 Weeks\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"gt-lt-block\"\u003e\n    \u003cdiv class=\"gt-lt-label\"\u003eTalk to a Specialist\u003c\/div\u003e\n    \u003cdiv class=\"gt-lt-value\"\u003e(905) 247-7085\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"gt-lt-block\"\u003e\n    \u003cdiv class=\"gt-lt-label\"\u003eShipping\u003c\/div\u003e\n    \u003cdiv class=\"gt-lt-value\"\u003eFree Canada-wide\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"gt-ans\"\u003e\n  \u003cspan class=\"gt-tag\"\u003eGamerTech Custom Workstation\u003c\/span\u003e\n  \u003cp\u003e\u003cstrong\u003eBest for:\u003c\/strong\u003e AI\/ML inference, 3D rendering, video production, scientific computing, simulation, and heavy virtualization at a more accessible price point.\u003c\/p\u003e\n  \u003cp\u003eTwo AMD EPYC 7713 processors — 128 cores and 256 threads of Zen 3 architecture — paired with the NVIDIA GeForce RTX 5090, NVIDIA's flagship Blackwell GPU with 32GB of GDDR7 and DLSS 4 Multi Frame Generation. 256GB of registered ECC DDR4 and a Supermicro H12DSI-NT6 dual-socket server platform make this a serious multi-threaded workstation. 2–4 week lead time from order placement.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eWhat's Inside\u003c\/h2\u003e\n\u003ctable class=\"gt-specs\"\u003e\n  \u003ctr\u003e\n\u003cth\u003eComponent\u003c\/th\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eCPU\u003c\/td\u003e\n\u003ctd\u003e2× AMD EPYC 7713 — 64 Cores \/ 128 Threads each (128C \/ 256T total), Zen 3\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eCPU Cooler\u003c\/td\u003e\n\u003ctd\u003e2× Noctua NH-U12S TR4-SP3 Premium Air Coolers\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eGPU\u003c\/td\u003e\n\u003ctd\u003eNVIDIA GeForce RTX 5090 — 32GB GDDR7, DLSS 4, Frame Gen\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eMotherboard\u003c\/td\u003e\n\u003ctd\u003eSupermicro H12DSI-NT6 — Dual SP3 Socket, ECC RDIMM, IPMI\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eRAM\u003c\/td\u003e\n\u003ctd\u003e256GB DDR4 3200MHz ECC RDIMM (Registered Server Memory)\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003e4TB Gen4 M.2 NVMe SSD\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003ePSU\u003c\/td\u003e\n\u003ctd\u003e1600W Power Supply\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eCase\u003c\/td\u003e\n\u003ctd\u003eFractal Design Define 7 XL — E-ATX Silent Workstation Chassis\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eOS\u003c\/td\u003e\n\u003ctd\u003eConfigurable — Windows 11 Pro for Workstations, Windows Server, or Linux\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1 Year Parts + Labour (GamerTech)\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eLead Time\u003c\/td\u003e\n\u003ctd\u003e2–4 Weeks from order placement\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eShipping\u003c\/td\u003e\n\u003ctd\u003eFree Canada-wide. Pickup: Vaughan, ON\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\n\u003ch2\u003eWorkload Profile\u003c\/h2\u003e\n\u003cdiv class=\"gt-perf\"\u003e\n  \u003cdiv class=\"gt-perf-card\"\u003e\n\u003cdiv class=\"game\"\u003eAI \/ ML Inference\u003c\/div\u003e\n\u003cdiv class=\"fps\"\u003eProduction Scale\u003c\/div\u003e\n\u003cdiv class=\"res\"\u003e32GB GDDR7\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"gt-perf-card\"\u003e\n\u003cdiv class=\"game\"\u003eStable Diffusion\u003c\/div\u003e\n\u003cdiv class=\"fps\"\u003eMulti-Batch\u003c\/div\u003e\n\u003cdiv class=\"res\"\u003eXL \/ SD3 ready\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"gt-perf-card\"\u003e\n\u003cdiv class=\"game\"\u003eBlender Cycles\u003c\/div\u003e\n\u003cdiv class=\"fps\"\u003eHeavy Scenes\u003c\/div\u003e\n\u003cdiv class=\"res\"\u003e256 CPU threads\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"gt-perf-card\"\u003e\n\u003cdiv class=\"game\"\u003eDaVinci Resolve \/ 8K\u003c\/div\u003e\n\u003cdiv class=\"fps\"\u003eReal-Time\u003c\/div\u003e\n\u003cdiv class=\"res\"\u003eDLSS 4 accelerated\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"gt-perf-card\"\u003e\n\u003cdiv class=\"game\"\u003eHoudini \/ Maya\u003c\/div\u003e\n\u003cdiv class=\"fps\"\u003eHeavy Sim\u003c\/div\u003e\n\u003cdiv class=\"res\"\u003e256GB ECC RAM\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"gt-perf-card\"\u003e\n\u003cdiv class=\"game\"\u003eVirtualization\u003c\/div\u003e\n\u003cdiv class=\"fps\"\u003e50+ VMs\u003c\/div\u003e\n\u003cdiv class=\"res\"\u003eDual-socket ECC\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eWho Should Buy This\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eBuy this if:\u003c\/strong\u003e You run AI\/ML inference, fine-tuning, and most training workloads that fit within 32GB of VRAM. You render large-scene Blender, V-Ray, or Redshift jobs and want a workstation that finishes them while you sleep. You host VMs, render nodes, or compute jobs and want enterprise-grade reliability. You want NVIDIA's flagship consumer GPU paired with serious server-class CPU and memory at a significantly lower price than a pro-grade GPU build.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSkip this if:\u003c\/strong\u003e Your AI training workloads exceed 32GB of VRAM or require ECC VRAM — the \u003ca href=\"\/products\/custom-amd-epyc-7713-64-core-128-thread-x-2-nvidia-rtx-pro-6000-blackwell-server-edition-workstation\"\u003edual EPYC 7713 + RTX PRO 6000 Blackwell variant\u003c\/a\u003e ($39,999) provides 96GB ECC GDDR7 for that. For gaming, this is overkill — see our \u003ca href=\"\/collections\/fully-built-and-ready-to-go-pcs\"\u003eFully Built \u0026amp; Ready to Go Gaming PCs\u003c\/a\u003e.\u003c\/p\u003e\n\n\u003ch2\u003eWhy This CPU + GPU Pairing\u003c\/h2\u003e\n\u003cp\u003eThe AMD EPYC 7713 is a Milan-generation 64-core server CPU built for sustained multi-threaded workloads — twin them on the Supermicro H12DSI-NT6 platform and you get 128 cores \/ 256 threads of Zen 3 throughput backed by 128 PCIe Gen4 lanes per CPU. Paired with the NVIDIA GeForce RTX 5090 — NVIDIA's flagship Blackwell GPU with 32GB of GDDR7 VRAM, fifth-generation Tensor cores, and DLSS 4 Multi Frame Generation — this is a system that handles AI inference, large-scene 3D rendering, 8K video production, and demanding scientific workloads. 256GB of registered ECC memory provides bit-perfect reliability for long-running jobs, and the IPMI-equipped Supermicro board allows full out-of-band management for unattended operation.\u003c\/p\u003e\n\n\u003ch2\u003eUpgrade Path\u003c\/h2\u003e\n\u003cp\u003eThe Supermicro H12DSI-NT6 supports up to 4TB of DDR4 ECC memory across 16 DIMM slots, so RAM is upgradable well beyond the included 256GB. The dual SP3 platform accepts a wide range of EPYC 7002 and 7003 processors. Multiple NVMe drives can be added for tiered storage. The RTX 5090 can be swapped for the RTX PRO 6000 Blackwell Server Edition later if your AI\/ML workloads grow into 96GB ECC VRAM territory. The Fractal Define 7 XL has clearance and airflow for any current workstation GPU.\u003c\/p\u003e\n\n\u003cdiv class=\"gt-guides\"\u003e\n  \u003ch4\u003eWorkstation Buying Guides\u003c\/h4\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"\/pages\/best-workstation-pc-canada\"\u003eBest Workstation in Canada\u003c\/a\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003ca href=\"\/pages\/best-ai-workstation-canada\"\u003eBest AI Workstation Canada\u003c\/a\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003ca href=\"\/pages\/best-pc-for-ai-machine-learning\"\u003eBest PC for AI \u0026amp; Machine Learning\u003c\/a\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003ca href=\"\/pages\/best-pc-for-3d-rendering\"\u003eBest PC for 3D Rendering\u003c\/a\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003ca href=\"\/pages\/best-pc-for-blender\"\u003eBest PC for Blender\u003c\/a\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003ca href=\"\/pages\/best-pc-for-video-editing\"\u003eBest PC for Video Editing\u003c\/a\u003e\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"gt-cta-bar\"\u003e\n  \u003cdiv\u003e\n    \u003ch3\u003eNeed a custom configuration?\u003c\/h3\u003e\n    \u003cp\u003eRAM, storage, GPU, or OS — we tune every workstation to your workload before assembly.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv style=\"display:flex;gap:10px;flex-wrap:wrap\"\u003e\n    \u003ca href=\"\/pages\/gamertech-toronto-contact-us\" class=\"gt-btn gt-btn-white\"\u003eMessage Us\u003c\/a\u003e\n    \u003ca href=\"tel:+19052477085\" class=\"gt-btn gt-btn-green\"\u003e📞 (905) 247-7085\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"gt-trust\"\u003e\n  \u003cspan class=\"gt-tag\"\u003eGamerTech Pro Guarantee\u003c\/span\u003e\n  \u003ch3 style=\"font-size:16px;font-weight:800;color:#0f172a;margin:8px 0 4px\"\u003eEvery Build. Tested. Validated. Shipped.\u003c\/h3\u003e\n  \u003cdiv class=\"gt-trust-grid\"\u003e\n    \u003cdiv class=\"gt-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eHand-Built\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eIn Vaughan, ON\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"gt-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e✅\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003e1-Year Warranty\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eParts + Labour\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"gt-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eBurn-In Tested\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eBefore Every Shipment\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"gt-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e📞\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eLifetime Support\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eDirect from our techs\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"gt-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e🇨🇦\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eCanadian Company\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eNo import fees\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"gt-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eCanada-wide\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eWhat is the lead time?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003e\u003cstrong\u003e2 to 4 weeks\u003c\/strong\u003e from the day your order is placed to delivery or Vaughan pickup. This covers consultation, component sourcing, hand-assembly, and our full burn-in and stability test cycle. For urgent timelines, call us at (905) 247-7085 to discuss accelerated options.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eCan I customize the configuration?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003eYes — RAM capacity, storage tier, GPU selection, and OS are all configurable to your workload. Call (905) 247-7085 or message us through our contact page to discuss requirements and receive a tailored quote.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eHow does this compare to the RTX PRO 6000 Blackwell variant?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003eThe RTX 5090 has 32GB of GDDR7 — excellent for AI inference, most fine-tuning workloads, rendering, and creative work at a $15,000 lower price than the pro-grade variant. If you train large models that exceed 32GB of VRAM or require ECC memory, the \u003ca href=\"\/products\/custom-amd-epyc-7713-64-core-128-thread-x-2-nvidia-rtx-pro-6000-blackwell-server-edition-workstation\"\u003edual EPYC + RTX PRO 6000 Blackwell variant\u003c\/a\u003e with 96GB ECC GDDR7 is the right upgrade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eWhy dual EPYC 7713 instead of a single high-clock CPU?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003eFor multi-threaded workloads — Blender\/V-Ray rendering, large-scale simulation, code compilation, and virtualization — 128 cores and 256 threads scale linearly where a single high-clock CPU plateaus. Single-thread-bound workflows benefit more from a high-clock Threadripper Pro 7000-series or Ryzen 9 9950X. Tell us your software stack and we'll recommend the right platform.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eWhat OS does this ship with?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003eConfigurable. Common choices: Windows 11 Pro for Workstations, Windows Server, Ubuntu \/ RHEL \/ Rocky Linux for compute and AI workloads, or Proxmox \/ ESXi for virtualization hosts. Specify your preference at order time and we'll install and activate before shipping.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eWhat's the warranty?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003eAll custom workstations ship with a 1-year parts and labour warranty backed directly by GamerTech. Extended warranties and on-site service contracts are available for business orders — call (905) 247-7085 for details.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eDo you offer on-site delivery and rack installation?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003eYes — for business customers in the GTA we offer on-site delivery, installation, and initial configuration services. For Canada-wide orders, shipping is free via FedEx with full insurance.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"Product\",\n      \"name\": \"AMD EPYC 7713 Dual-Socket | RTX 5090 Workstation\",\n      \"description\": \"Dual-CPU custom workstation with 2× AMD EPYC 7713 (128 cores \/ 256 threads total) and NVIDIA GeForce RTX 5090 32GB. 256GB DDR4 ECC RDIMM, 4TB Gen4 NVMe, Supermicro H12DSI-NT6 dual-socket platform. Hand-built in Vaughan, Ontario. 2-4 week lead time.\",\n      \"brand\": {\n        \"@type\": \"Brand\",\n        \"name\": \"GamerTech\"\n      },\n      \"sku\": \"custom-amd-epyc-7713-rtx-5090-workstation\",\n      \"offers\": {\n        \"@type\": \"Offer\",\n        \"price\": \"24999.99\",\n        \"priceCurrency\": \"CAD\",\n        \"availability\": \"https:\/\/schema.org\/InStock\",\n        \"url\": \"https:\/\/gamertech.ca\/products\/custom-amd-epyc-7713-rtx-5090-workstation\",\n        \"seller\": {\n          \"@type\": \"Organization\",\n          \"name\": \"GamerTech\"\n        },\n        \"priceValidUntil\": \"2026-12-31\",\n        \"shippingDetails\": {\n          \"@type\": \"OfferShippingDetails\",\n          \"shippingRate\": {\n            \"@type\": \"MonetaryAmount\",\n            \"value\": \"0\",\n            \"currency\": \"CAD\"\n          },\n          \"shippingDestination\": {\n            \"@type\": \"DefinedRegion\",\n            \"addressCountry\": \"CA\"\n          }\n        }\n      }\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"What is the lead time?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"2 to 4 weeks from order placement to delivery or Vaughan pickup. Covers consultation, sourcing, hand-assembly, and full burn-in testing.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Why dual EPYC 7713 instead of a single high-clock CPU?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"For multi-threaded workloads — rendering, simulation, compilation, and virtualization — 128 cores \/ 256 threads scale linearly where a single high-clock CPU plateaus.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"How does this compare to the RTX PRO 6000 Blackwell variant?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"The RTX 5090 has 32GB of GDDR7 — excellent for most AI inference, rendering, and creative workloads at a significantly lower price. If you need 96GB ECC VRAM for very large model training, the RTX PRO 6000 Blackwell variant is the upgrade.\"\n          }\n        }\n      ]\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"GamerTech Toronto","offers":[{"title":"Default Title","offer_id":48290076754142,"sku":null,"price":28999.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0475\/0131\/2165\/files\/NVIDIA_GeForce_RTX_5090_Workstation.png?v=1781290340"},{"product_id":"custom-amd-epyc-7713-rtx-6000-ada-workstation","title":"Custom | AMD EPYC 7713 Dual-Socket | NVIDIA RTX 6000 Ada | Workstation","description":"\u003cdiv class=\"gt-authority\"\u003e✦ Professional Workstation — Dual EPYC 7713 + RTX 6000 Ada\u003c\/div\u003e\n\u003cp style=\"font-size:13px;color:#64748b;margin:0 0 20px\"\u003e128 cores. 256 threads. 48GB ECC VRAM. Hand-built in Vaughan, Ontario — the professional sweet spot between consumer flagship and server-grade.\u003c\/p\u003e\n\u003cstyle\u003e\n*{box-sizing:border-box}\n.gt-ans{background:#ecfeff;border-left:4px solid #0891b2;border-radius:0 12px 12px 0;padding:18px 22px;margin:0 0 28px}\n.gt-ans p{margin:0 0 6px;color:#155e75;font-size:15px;line-height:1.6}\n.gt-ans p:last-child{margin:0}\n.gt-tag{display:inline-block;background:rgba(8,145,178,.12);color:#0891b2;border:1px solid rgba(8,145,178,.25);border-radius:20px;padding:4px 14px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}\n.gt-specs{width:100%;border-collapse:collapse;margin:0 0 24px;font-size:14px}\n.gt-specs th{background:#0f172a;color:#fff;padding:10px 14px;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.06em}\n.gt-specs td{padding:10px 14px;border-bottom:1px solid #e2e8f0;color:#1e293b;vertical-align:top}\n.gt-specs tr:nth-child(even) td{background:#f8fafc}\n.gt-specs td:first-child{font-weight:600;color:#475569;width:38%;white-space:nowrap}\n.gt-perf{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin:0 0 28px}\n.gt-perf-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px}\n.gt-perf-card .game{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}\n.gt-perf-card .fps{font-size:18px;font-weight:800;color:#0f172a;line-height:1.2}\n.gt-perf-card .res{font-size:12px;color:#94a3b8;margin-top:4px}\n.gt-cta-bar{background:linear-gradient(135deg,#0c4a6e,#0e7490);border-radius:14px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin:32px 0}\n.gt-cta-bar h3{color:#fff;font-size:18px;font-weight:800;margin:0 0 4px}\n.gt-cta-bar p{color:rgba(255,255,255,.78);font-size:13px;margin:0}\n.gt-btn{display:inline-block;padding:12px 28px;border-radius:8px;font-weight:700;font-size:14px;text-decoration:none;transition:.2s}\n.gt-btn-green{background:#10b981;color:#fff}\n.gt-btn-green:hover{background:#059669;color:#fff}\n.gt-btn-white{background:#fff;color:#0f172a;border:1px solid #e2e8f0}\n.gt-guides{background:#f8fafc;border-radius:12px;padding:20px 24px;margin:24px 0}\n.gt-guides h4{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin:0 0 12px}\n.gt-guides ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px}\n.gt-guides ul li a{display:inline-block;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:7px 14px;font-size:13px;font-weight:600;color:#0f172a;text-decoration:none}\n.gt-guides ul li a:hover{border-color:#0891b2;color:#0891b2}\n.gt-trust{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;margin:28px 0}\n.gt-trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-top:16px}\n.gt-trust-item{text-align:center}\n.gt-trust-item .icon{font-size:24px;margin-bottom:6px}\n.gt-trust-item .label{font-size:12px;font-weight:700;color:#0f172a}\n.gt-trust-item .sub{font-size:11px;color:#64748b}\n.gt-leadtime{background:linear-gradient(135deg,#0c4a6e,#0e7490);color:#fff;border-radius:14px;padding:20px 24px;margin:0 0 28px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}\n.gt-leadtime .gt-lt-block{flex:1;min-width:180px}\n.gt-leadtime .gt-lt-label{font-size:11px;font-weight:700;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.08em}\n.gt-leadtime .gt-lt-value{font-size:18px;font-weight:800;color:#fff;margin-top:2px}\n.faq-item{border-bottom:1px solid #e2e8f0;padding:16px 0}\n.faq-item:last-child{border-bottom:none}\n.faq-q{font-weight:700;color:#0f172a;margin:0 0 8px;font-size:15px}\n.faq-a{color:#475569;font-size:14px;line-height:1.65;margin:0}\n@media(max-width:600px){.gt-cta-bar{padding:20px}.gt-perf{grid-template-columns:1fr 1fr}}\n\u003c\/style\u003e\n\n\u003cdiv class=\"gt-leadtime\"\u003e\n  \u003cdiv class=\"gt-lt-block\"\u003e\n    \u003cdiv class=\"gt-lt-label\"\u003eLead Time\u003c\/div\u003e\n    \u003cdiv class=\"gt-lt-value\"\u003e2–4 Weeks\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"gt-lt-block\"\u003e\n    \u003cdiv class=\"gt-lt-label\"\u003eTalk to a Specialist\u003c\/div\u003e\n    \u003cdiv class=\"gt-lt-value\"\u003e(905) 247-7085\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"gt-lt-block\"\u003e\n    \u003cdiv class=\"gt-lt-label\"\u003eShipping\u003c\/div\u003e\n    \u003cdiv class=\"gt-lt-value\"\u003eFree Canada-wide\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"gt-ans\"\u003e\n  \u003cspan class=\"gt-tag\"\u003eGamerTech Custom Workstation\u003c\/span\u003e\n  \u003cp\u003e\u003cstrong\u003eBest for:\u003c\/strong\u003e Professional AI\/ML training and inference, large-scene 3D rendering, 8K video production, and scientific computing where ECC VRAM and 48GB of headroom matter.\u003c\/p\u003e\n  \u003cp\u003eTwo AMD EPYC 7713 processors — 128 cores and 256 threads of Zen 3 architecture — paired with the NVIDIA RTX 6000 Ada Generation professional GPU featuring 48GB of ECC GDDR6 VRAM. 256GB of registered ECC DDR4 and a Supermicro H12DSI-NT6 dual-socket platform make this an excellent professional workstation that sits in the sweet spot between consumer flagship and server-grade GPU options. 2–4 week lead time from order placement.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eWhat's Inside\u003c\/h2\u003e\n\u003ctable class=\"gt-specs\"\u003e\n  \u003ctr\u003e\n\u003cth\u003eComponent\u003c\/th\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eCPU\u003c\/td\u003e\n\u003ctd\u003e2× AMD EPYC 7713 — 64 Cores \/ 128 Threads each (128C \/ 256T total), Zen 3\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eCPU Cooler\u003c\/td\u003e\n\u003ctd\u003e2× Noctua NH-U12S TR4-SP3 Premium Air Coolers\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eGPU\u003c\/td\u003e\n\u003ctd\u003eNVIDIA RTX 6000 Ada Generation — 48GB ECC GDDR6\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eMotherboard\u003c\/td\u003e\n\u003ctd\u003eSupermicro H12DSI-NT6 — Dual SP3 Socket, ECC RDIMM, IPMI\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eRAM\u003c\/td\u003e\n\u003ctd\u003e256GB DDR4 3200MHz ECC RDIMM (Registered Server Memory)\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eStorage\u003c\/td\u003e\n\u003ctd\u003e4TB Gen4 M.2 NVMe SSD\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003ePSU\u003c\/td\u003e\n\u003ctd\u003e1600W Power Supply\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eCase\u003c\/td\u003e\n\u003ctd\u003eFractal Design Define 7 XL — E-ATX Silent Workstation Chassis\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eOS\u003c\/td\u003e\n\u003ctd\u003eConfigurable — Windows 11 Pro for Workstations, Windows Server, or Linux\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1 Year Parts + Labour (GamerTech)\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eLead Time\u003c\/td\u003e\n\u003ctd\u003e2–4 Weeks from order placement\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eShipping\u003c\/td\u003e\n\u003ctd\u003eFree Canada-wide. Pickup: Vaughan, ON\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\n\u003ch2\u003eWorkload Profile\u003c\/h2\u003e\n\u003cdiv class=\"gt-perf\"\u003e\n  \u003cdiv class=\"gt-perf-card\"\u003e\n\u003cdiv class=\"game\"\u003eAI \/ ML Workloads\u003c\/div\u003e\n\u003cdiv class=\"fps\"\u003eProduction Capable\u003c\/div\u003e\n\u003cdiv class=\"res\"\u003e48GB ECC GDDR6\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"gt-perf-card\"\u003e\n\u003cdiv class=\"game\"\u003eStable Diffusion\u003c\/div\u003e\n\u003cdiv class=\"fps\"\u003eMulti-Batch\u003c\/div\u003e\n\u003cdiv class=\"res\"\u003eXL \/ SD3 ready\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"gt-perf-card\"\u003e\n\u003cdiv class=\"game\"\u003eBlender Cycles\u003c\/div\u003e\n\u003cdiv class=\"fps\"\u003eHeavy Scenes\u003c\/div\u003e\n\u003cdiv class=\"res\"\u003e256 CPU threads\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"gt-perf-card\"\u003e\n\u003cdiv class=\"game\"\u003eDaVinci Resolve \/ 8K\u003c\/div\u003e\n\u003cdiv class=\"fps\"\u003eReal-Time\u003c\/div\u003e\n\u003cdiv class=\"res\"\u003e48GB ECC VRAM\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"gt-perf-card\"\u003e\n\u003cdiv class=\"game\"\u003eHoudini \/ Maya\u003c\/div\u003e\n\u003cdiv class=\"fps\"\u003eHeavy Sim\u003c\/div\u003e\n\u003cdiv class=\"res\"\u003e256GB ECC RAM\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"gt-perf-card\"\u003e\n\u003cdiv class=\"game\"\u003eVirtualization\u003c\/div\u003e\n\u003cdiv class=\"fps\"\u003e50+ VMs\u003c\/div\u003e\n\u003cdiv class=\"res\"\u003eDual-socket ECC\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eWho Should Buy This\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eBuy this if:\u003c\/strong\u003e You run professional AI\/ML training, fine-tuning, and inference workloads that need more than 32GB of VRAM and require ECC error correction for multi-day jobs. You render large-scene 3D projects in Blender, Octane, V-Ray, or Redshift where 48GB lets scenes stay on the GPU. You produce 8K video and need ECC VRAM for color-critical work. You want a true professional GPU at a meaningful discount versus the Blackwell server-edition flagship.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSkip this if:\u003c\/strong\u003e Your workloads fit comfortably within 32GB VRAM and you don't need ECC — the \u003ca href=\"\/products\/custom-amd-epyc-7713-rtx-5090-workstation\"\u003edual EPYC + RTX 5090 variant\u003c\/a\u003e at $24,999 saves $11,000. If you train extremely large models that need 96GB of VRAM, the \u003ca href=\"\/products\/custom-amd-epyc-7713-64-core-128-thread-x-2-nvidia-rtx-pro-6000-blackwell-server-edition-workstation\"\u003edual EPYC + RTX PRO 6000 Blackwell variant\u003c\/a\u003e at $39,999 is the upgrade.\u003c\/p\u003e\n\n\u003ch2\u003eWhy This CPU + GPU Pairing\u003c\/h2\u003e\n\u003cp\u003eThe AMD EPYC 7713 is a Milan-generation 64-core server CPU built for sustained multi-threaded workloads — twin them on the Supermicro H12DSI-NT6 platform and you get 128 cores \/ 256 threads of Zen 3 throughput backed by 128 PCIe Gen4 lanes per CPU. Paired with the NVIDIA RTX 6000 Ada Generation — NVIDIA's flagship Ada-generation professional GPU with 48GB of ECC GDDR6 VRAM, third-generation RT cores, and fourth-generation Tensor cores — this is a system that handles serious AI\/ML, large-scene rendering, and demanding scientific workloads with the reliability of ECC memory throughout. 256GB of registered ECC system memory provides bit-perfect reliability for long-running jobs, and the IPMI-equipped Supermicro board allows full out-of-band management for unattended operation.\u003c\/p\u003e\n\n\u003ch2\u003eUpgrade Path\u003c\/h2\u003e\n\u003cp\u003eThe Supermicro H12DSI-NT6 supports up to 4TB of DDR4 ECC memory across 16 DIMM slots, so RAM is upgradable well beyond the included 256GB. The dual SP3 platform accepts a wide range of EPYC 7002 and 7003 processors. Multiple NVMe drives can be added for tiered storage. The RTX 6000 Ada can be swapped for the RTX PRO 6000 Blackwell Server Edition later if your workloads grow into 96GB ECC VRAM territory. The Fractal Define 7 XL has clearance and airflow for any current workstation GPU.\u003c\/p\u003e\n\n\u003cdiv class=\"gt-guides\"\u003e\n  \u003ch4\u003eWorkstation Buying Guides\u003c\/h4\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"\/pages\/best-workstation-pc-canada\"\u003eBest Workstation in Canada\u003c\/a\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003ca href=\"\/pages\/best-ai-workstation-canada\"\u003eBest AI Workstation Canada\u003c\/a\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003ca href=\"\/pages\/best-pc-for-ai-machine-learning\"\u003eBest PC for AI \u0026amp; Machine Learning\u003c\/a\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003ca href=\"\/pages\/best-pc-for-3d-rendering\"\u003eBest PC for 3D Rendering\u003c\/a\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003ca href=\"\/pages\/best-pc-for-blender\"\u003eBest PC for Blender\u003c\/a\u003e\u003c\/li\u003e\n    \u003cli\u003e\u003ca href=\"\/pages\/best-pc-for-video-editing\"\u003eBest PC for Video Editing\u003c\/a\u003e\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"gt-cta-bar\"\u003e\n  \u003cdiv\u003e\n    \u003ch3\u003eNeed a custom configuration?\u003c\/h3\u003e\n    \u003cp\u003eRAM, storage, GPU, or OS — we tune every workstation to your workload before assembly.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv style=\"display:flex;gap:10px;flex-wrap:wrap\"\u003e\n    \u003ca href=\"\/pages\/gamertech-toronto-contact-us\" class=\"gt-btn gt-btn-white\"\u003eMessage Us\u003c\/a\u003e\n    \u003ca href=\"tel:+19052477085\" class=\"gt-btn gt-btn-green\"\u003e📞 (905) 247-7085\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"gt-trust\"\u003e\n  \u003cspan class=\"gt-tag\"\u003eGamerTech Pro Guarantee\u003c\/span\u003e\n  \u003ch3 style=\"font-size:16px;font-weight:800;color:#0f172a;margin:8px 0 4px\"\u003eEvery Build. Tested. Validated. Shipped.\u003c\/h3\u003e\n  \u003cdiv class=\"gt-trust-grid\"\u003e\n    \u003cdiv class=\"gt-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eHand-Built\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eIn Vaughan, ON\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"gt-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e✅\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003e1-Year Warranty\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eParts + Labour\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"gt-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eBurn-In Tested\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eBefore Every Shipment\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"gt-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e📞\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eLifetime Support\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eDirect from our techs\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"gt-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e🇨🇦\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eCanadian Company\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eNo import fees\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"gt-trust-item\"\u003e\n\u003cdiv class=\"icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eCanada-wide\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eWhat is the lead time?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003e\u003cstrong\u003e2 to 4 weeks\u003c\/strong\u003e from the day your order is placed to delivery or Vaughan pickup. This covers consultation, component sourcing, hand-assembly, and our full burn-in and stability test cycle. For urgent timelines, call us at (905) 247-7085 to discuss accelerated options.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eHow does the RTX 6000 Ada compare to the other GPU options in this build line?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003eThe RTX 6000 Ada is the professional sweet spot. It has 48GB of ECC GDDR6 — 16GB more than the consumer \u003ca href=\"\/products\/custom-amd-epyc-7713-rtx-5090-workstation\"\u003eRTX 5090 ($24,999)\u003c\/a\u003e plus ECC error correction for long-running jobs. It costs $4,000 less than the server-grade \u003ca href=\"\/products\/custom-amd-epyc-7713-64-core-128-thread-x-2-nvidia-rtx-pro-6000-blackwell-server-edition-workstation\"\u003eRTX PRO 6000 Blackwell ($39,999)\u003c\/a\u003e, which has 96GB ECC GDDR7. Pick this Ada variant when you need ECC and 48GB but don't need the Blackwell flagship.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eDoes the RTX 6000 Ada support ECC VRAM?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003eYes — the RTX 6000 Ada has 48GB of ECC GDDR6 memory, making it suitable for long-running AI\/ML training jobs, scientific computing, and other workloads where bit-perfect reliability matters. The consumer RTX 5090 does not have ECC VRAM.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eCan I customize the configuration?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003eYes — RAM capacity, storage tier, GPU selection, and OS are all configurable to your workload. Call (905) 247-7085 or message us through our contact page to discuss requirements and receive a tailored quote.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eWhy dual EPYC 7713 instead of a single high-clock CPU?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003eFor multi-threaded workloads — Blender\/V-Ray rendering, large-scale simulation, code compilation, and virtualization — 128 cores and 256 threads scale linearly where a single high-clock CPU plateaus. Single-thread-bound workflows benefit more from a high-clock Threadripper Pro 7000-series or Ryzen 9 9950X. Tell us your software stack and we'll recommend the right platform.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eWhat OS does this ship with?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003eConfigurable. Common choices: Windows 11 Pro for Workstations, Windows Server, Ubuntu \/ RHEL \/ Rocky Linux for compute and AI workloads, or Proxmox \/ ESXi for virtualization hosts. Specify your preference at order time and we'll install and activate before shipping.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eWhat's the warranty?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003eAll custom workstations ship with a 1-year parts and labour warranty backed directly by GamerTech. Extended warranties and on-site service contracts are available for business orders — call (905) 247-7085 for details.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-q\"\u003eDo you offer on-site delivery and rack installation?\u003c\/p\u003e\n\u003cp class=\"faq-a\"\u003eYes — for business customers in the GTA we offer on-site delivery, installation, and initial configuration services. For Canada-wide orders, shipping is free via FedEx with full insurance.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"Product\",\n      \"name\": \"AMD EPYC 7713 Dual-Socket | RTX 6000 Ada Workstation\",\n      \"description\": \"Dual-CPU custom workstation with 2× AMD EPYC 7713 (128 cores \/ 256 threads total) and NVIDIA RTX 6000 Ada Generation 48GB ECC GDDR6. 256GB DDR4 ECC RDIMM, 4TB Gen4 NVMe, Supermicro H12DSI-NT6 dual-socket platform. Hand-built in Vaughan, Ontario. 2-4 week lead time.\",\n      \"brand\": {\n        \"@type\": \"Brand\",\n        \"name\": \"GamerTech\"\n      },\n      \"sku\": \"custom-amd-epyc-7713-rtx-6000-ada-workstation\",\n      \"offers\": {\n        \"@type\": \"Offer\",\n        \"price\": \"35999.99\",\n        \"priceCurrency\": \"CAD\",\n        \"availability\": \"https:\/\/schema.org\/InStock\",\n        \"url\": \"https:\/\/gamertech.ca\/products\/custom-amd-epyc-7713-rtx-6000-ada-workstation\",\n        \"seller\": {\n          \"@type\": \"Organization\",\n          \"name\": \"GamerTech\"\n        },\n        \"priceValidUntil\": \"2026-12-31\",\n        \"shippingDetails\": {\n          \"@type\": \"OfferShippingDetails\",\n          \"shippingRate\": {\n            \"@type\": \"MonetaryAmount\",\n            \"value\": \"0\",\n            \"currency\": \"CAD\"\n          },\n          \"shippingDestination\": {\n            \"@type\": \"DefinedRegion\",\n            \"addressCountry\": \"CA\"\n          }\n        }\n      }\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"What is the lead time?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"2 to 4 weeks from order placement to delivery or Vaughan pickup.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"How does the RTX 6000 Ada compare to the RTX 5090 and RTX PRO 6000 Blackwell variants?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"The RTX 6000 Ada has 48GB of ECC GDDR6 — a professional sweet spot. It has 16GB more VRAM than the RTX 5090 plus ECC error correction, and costs $4,000 less than the RTX PRO 6000 Blackwell (96GB). Best for buyers who need ECC VRAM and significant headroom but don't need the Blackwell flagship.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Does the RTX 6000 Ada support ECC VRAM?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Yes — the RTX 6000 Ada has 48GB of ECC GDDR6 memory, making it suitable for long-running AI\/ML training jobs, scientific computing, and other workloads where bit-perfect reliability matters.\"\n          }\n        }\n      ]\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"GamerTech Toronto","offers":[{"title":"Default Title","offer_id":48290151366878,"sku":null,"price":35999.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0475\/0131\/2165\/files\/front_side_view_rtx_6000_ada.png?v=1780080505"}],"url":"https:\/\/gamertech.ca\/collections\/server-workstations.oembed","provider":"GamerTech Toronto","version":"1.0","type":"link"}