Assembling My AI Computer
Hardware AI
Assembled Computer
Here are the parts I used to build my AI computer π€, an assembling video and some tips & tricks π .
Assembly Video
Parts
Spec Sheets
- CPU: Intel Core i9-13900KF 3 GHz 24-Core Processor
- CPU Fan: Noctua NH-D15 chromax.black 82.52 CFM CPU Cooler
- Motherboard:
- RAM Memory: Kingston FURY Beast 64 GB (2 x 32 GB) DDR5-5600 CL40 Memory
- Storage 1: Western Digital Black SN770 2 TB M.2-2280 PCIe 4.0 X4 NVME Solid State Drive
- Storage 2: Western Digital Black SN850X 4 TB M.2-2280 PCIe 4.0 X4 NVME Solid State Drive
- Video Card: NVIDIA Founders Edition GeForce RTX 4090 24 GB Video Card
- Case: Fractal Design Torrent ATX Mid Tower Case
- Power Supply: Corsair RM1000x (2021) 1000 W 80+ Gold Certified Fully Modular ATX Power Supply
- OS: Windows 11
To Do
Here are the 2 things I will look into:
Overclocking the RAM: My Ram is currently running at 4000MHz. I should be able to overclock it to 5600MHz using XMP. It does work when I set the System Memory Multiplier to 5600, but itβs not 100% stable and will crash on some applications.
Nexus 9P Slim Fan Hub Bios issue: For some reason my fans are not showing up in the bios. They are working as intended, but the Slim fan hub is not recognizing the fans.
Bonus
Figuring out what applications you had on your old PC
Read this article in how to get a csv list of all your programs on your old PC.
Or just run this in powershell admin
Get-Package |select Name, Version, Status, ProviderName, Source, FromTrustedSource, FastPackageReference| Export-Csv -Encoding utf8 -delimiter ";" -Path c:\getapplist.csv
This will save the csv list in your root C drive. There are a lot of microsoft apps. I tried all of the other options in the article mentioned above and this is the one that grabed all of my programs.
In LibreOffice I used the code below to test if Microsoft or Windows is a substring in the program name to decluter my results.
=IF(OR(ISNUMBER(SEARCH("Microsoft", B2)), ISNUMBER(SEARCH("Windows", B2))), "Y", "N")
Then I just filter out the βYβ.
From AI dreams to owning my own machine,
Iβve upgraded from
daydreaming ( β’_β’)>ββ -β