setup_gpu_modules {transforEmotion} | R Documentation |
Install GPU Python Modules
Description
Installs GPU-specific Python modules for the {transforEmotion} conda environment.
Usage
setup_gpu_modules()
Details
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.
Note
This function requires NVIDIA GPU and drivers to be properly installed.
Author(s)
Alexander P. Christensen <alexpaulchristensen@gmail.com>
[Package transforEmotion version 0.1.6 Index]