Skip to content
Snippets Groups Projects
Select Git revision
  • 8a232a09fde3697e43a80de5a1532898978f939f
  • 2023 default protected
2 results

mpi4py-3.0.3-iompi-2021-Python-3.8.5.eb

Blame
  • build_ray_env.sh 212 B
    ml purge
    ml Stages/2024 GCCcore/.12.3.0 Python/3.11.3 
    
    ml NCCL/default-CUDA-12 PyTorch/2.1.2 torchvision/0.16.2
    
    python3 -m venv ray_env
    
    source ray_env/bin/activate
    
    pip3 install ray ray[tune] wandb
    
    deactivate