How Nvidia A100 Runs UE5

Packaged Windows version
Do not use cloud providers
Using the purchased Nvidia A100 server may be a driver problem
But I don’t know how to install the driver that can run UE5
Error message:
Running the engine requires a GPU compatible with D3D11 (functional level 11.0, shader model 5.0).
Please help me.

Not sure it has dx 11 compatibity.

Its an ai compute card not a consumer graphics card.
Maybe try running unreal with Vulkan. You can change the RHI in the ini files.

In the config folder find DefaultEngine.ini

find

[/Script/WindowsTargetPlatform.WindowsTargetSettings]
DefaultGraphicsRHI=DefaultGraphicsRHI_DX11

and swap it with

[/Script/WindowsTargetPlatform.WindowsTargetSettings]
DefaultGraphicsRHI=DefaultGraphicsRHI_Vulkan

Thank you for your plan. Let me test it. I don’t know if it is feasible