The command `# For NVIDIA GPUs or without GPU - No need to include [cuda] in here. uv tool install --python 3.12 abogen` still tries to install cuda dependencies even without GPU, is there a way I can avoid doing that?
The command
# For NVIDIA GPUs or without GPU - No need to include [cuda] in here. uv tool install --python 3.12 abogenstill tries to install cuda dependencies even without GPU, is there a way I can avoid doing that?