Skip to content

Instantly share code, notes, and snippets.

@xros
Created August 11, 2024 13:11
Show Gist options
  • Save xros/0243f6757c37ff815691e1e642328e54 to your computer and use it in GitHub Desktop.
Save xros/0243f6757c37ff815691e1e642328e54 to your computer and use it in GitHub Desktop.
Bypassing GPU lock (such as RTX 20xx GPU) when installing ChatRTX from Nvidia

By time time of writting which is 11th Aug 2024, ChatRTX from Nvidia has only offically supported RTX 30/40 series GPU. I have a RTX 2080Ti which Nvidia has abandoned support.

I don't like this.

So I found out the way of bypassing the ChatRTX installation process on Windows 11 with RTX 2080 Ti.

After finishing downloading all the ChatRTX zip file from Nvidia, find some files in the folder and change it. https://www.nvidia.com/en-us/ai-on-rtx/chatrtx/

Steps

  1. remove lines in ChatRTX.nvi
<custom name="GpuSupportCheck" level="error" text="${{IncompatibleGpu}}"/>
<custom name="VRAMSizeSupportCheck" level="error" text="${{IncompatibleVRAMSize}}"/>
<custom name="CheckDriverVersion" level="error" text="${{IncompatibleNVDriverVersion}}"/>
  1. remove lines in Setup.cfg
<reject tests="DUPLICATES" level="critical" text="${{ErrorPackageCorrupt}}"/>
  1. download Microsoft MPI and install it manually before installing ChatRTX from here https://www.microsoft.com/en-us/download/details.aspx?id=105289

  2. click setup.exe to start ChatRTX installation

@xros
Copy link
Author

xros commented Aug 11, 2024

Before

Screenshot 2024-08-11 200924

After

Screenshot 2024-08-11 205515

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment