ZLUDA
ZLUDA copied to clipboard
How to use ZLUDA on UBUNTU?
I want start ComfyUI server with Zluda. I write in terminal:
LD_LIBRARY_PATH=/zluda/zluda-4-linux/zluda/libcuda.so python main.py
But server say:
RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver
You dont need to link file itself, just directory where it is located
Change LD_LIBRARY_PATH=/zluda/zluda-4-linux/zluda/libcuda.so to LD_LIBRARY_PATH=/zluda/zluda-4-linux/zluda and see if it works