| install_py_modules {aifeducation} | R Documentation | 
Installing necessary python modules to an environment
Description
Function for installing the necessary python modules
Usage
install_py_modules(
  envname = "aifeducation",
  install = "pytorch",
  tf_version = "2.15",
  pytorch_cuda_version = "12.1",
  python_version = "3.9",
  remove_first = FALSE,
  cpu_only = FALSE
)
Arguments
envname | 
 
  | 
install | 
 
  | 
tf_version | 
 
  | 
pytorch_cuda_version | 
 
  | 
python_version | 
 
  | 
remove_first | 
 
  | 
cpu_only | 
 
  | 
Value
Returns no values or objects. Function is used for installing the necessary python libraries in a conda environment.
See Also
Other Installation and Configuration: 
AifeducationConfiguration,
aifeducation_config,
check_aif_py_modules(),
set_config_cpu_only(),
set_config_gpu_low_memory(),
set_config_os_environ_logger(),
set_config_tf_logger(),
set_transformers_logger()