<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Akanksha Dubey</title>
    <description>The latest articles on DEV Community by Akanksha Dubey (@akanksha_dubey_a1583ac63a).</description>
    <link>https://dev.to/akanksha_dubey_a1583ac63a</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4024867%2Fc82eb3ef-2caa-4a57-98c3-53e694316b3b.png</url>
      <title>DEV Community: Akanksha Dubey</title>
      <link>https://dev.to/akanksha_dubey_a1583ac63a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/akanksha_dubey_a1583ac63a"/>
    <language>en</language>
    <item>
      <title>How to Spec a Custom GPU Server for AI/ML Work in India</title>
      <dc:creator>Akanksha Dubey</dc:creator>
      <pubDate>Sat, 11 Jul 2026 07:42:24 +0000</pubDate>
      <link>https://dev.to/akanksha_dubey_a1583ac63a/how-to-spec-a-custom-gpu-server-for-aiml-work-in-india-1neb</link>
      <guid>https://dev.to/akanksha_dubey_a1583ac63a/how-to-spec-a-custom-gpu-server-for-aiml-work-in-india-1neb</guid>
      <description>&lt;p&gt;If you build or train models in India, at some point you stop renting cloud GPUs and ask whether an in-house machine makes sense. It usually does once your utilisation is steady. Here's a practical way to spec a custom tower server for AI/ML work — no fluff.&lt;/p&gt;

&lt;h2&gt;
  
  
  Start with the GPU
&lt;/h2&gt;

&lt;p&gt;The GPU decides what you can run, and VRAM is the ceiling:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;24GB (RTX 4090)&lt;/strong&gt; — comfortable for fine-tuning and inference on most 7B–13B models.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;48GB (RTX 6000 Ada)&lt;/strong&gt; — removes most memory limits; good for larger fine-tunes and batched inference.&lt;/li&gt;
&lt;li&gt;Going dual-GPU? Make sure the motherboard has the PCIe lanes and the chassis has the airflow and PSU headroom to actually feed both.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Don't starve the GPU
&lt;/h2&gt;

&lt;p&gt;A fast GPU behind a weak system stalls. Pair it with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;CPU:&lt;/strong&gt; a high-core-count part (AMD Threadripper PRO or Intel Xeon W) so data loading and preprocessing keep up.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;RAM:&lt;/strong&gt; 128–256GB &lt;strong&gt;ECC&lt;/strong&gt; — ECC matters for long unattended runs; a silent bit-flip can quietly corrupt a multi-hour job.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Storage:&lt;/strong&gt; NVMe for the OS and active datasets, plus larger SATA SSD/HDD for archives. Fast scratch storage often matters more than raw capacity for training.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The parts people under-budget
&lt;/h2&gt;

&lt;p&gt;Cooling and power. Sustained training pins the GPU and CPU for hours; if airflow and the PSU aren't specced for continuous load, the machine throttles and you lose the performance you paid for. Spec both for &lt;em&gt;sustained&lt;/em&gt; load, not burst.&lt;/p&gt;

&lt;h2&gt;
  
  
  Rent, buy new, or buy refurbished?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Rent&lt;/strong&gt; while utilisation is low or bursty.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Buy new custom&lt;/strong&gt; when you need current-gen GPUs and steady utilisation — you stop paying hourly and own the hardware.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Refurbished&lt;/strong&gt; is great for the CPU/RAM/storage side (virtualization, data pipelines) but rarely for the newest GPUs.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A &lt;a href="https://prostationsystems.com/customize" rel="noopener noreferrer"&gt;custom-built tower server&lt;/a&gt; lets you choose every part to match your workload instead of overpaying for a fixed box. If you want examples by use case, these &lt;a href="https://prostationsystems.com/use-cases" rel="noopener noreferrer"&gt;workload-specific builds&lt;/a&gt; show how the spec changes for training vs inference vs mixed workloads.&lt;/p&gt;

&lt;h2&gt;
  
  
  Quick checklist
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Size VRAM to your largest model, then add headroom.&lt;/li&gt;
&lt;li&gt;Use ECC RAM for anything unattended.&lt;/li&gt;
&lt;li&gt;Spec cooling and PSU for continuous load.&lt;/li&gt;
&lt;li&gt;NVMe scratch storage for training throughput.&lt;/li&gt;
&lt;li&gt;Confirm a whole-system warranty and local support.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Building in an office in India? A well-cooled tower with one or two workstation GPUs is often more practical than a rack — quieter, runs on a normal power point, and far easier to service.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>hardware</category>
      <category>infrastructure</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
