View source: R/setup_gpu_modules.R
setup_gpu_modules | R Documentation |
Installs GPU-specific Python modules for the {transforEmotion} conda environment.
setup_gpu_modules()
This function installs additional GPU-specific modules including:
AutoAWQ for weight quantization
Auto-GPTQ for GPU quantization
Optimum for transformer optimization
llama-cpp-python (Linux only) for CPU/GPU inference
The function is typically called by setup_modules()
when GPU installation
is selected, but can also be run independently to update GPU-specific modules.
This function requires NVIDIA GPU and drivers to be properly installed.
Alexander P. Christensen <alexpaulchristensen@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.