ByerRA
ByerRA
Is there any working being done to support CUDA in ffmpeg on jetson nano?
I executed the following build command on my Jetson Nano... `./build.sh text-generation-webui` And I get this error message immediately... -- Package gptq-for-llama has missing dependencies, disabling... (couldn't find package: bitsandbytes)...
I have a NVIDIA RTX 4000 Ada with 20G RAM, CUDA installed and working I created a CONDA enviroment with Python v3.10 and executed the following... `pip install -r requirements.txt`...