Skip to content
Snippets Groups Projects
Select Git revision
  • 0f463b307c8d66c477ccf9fbb055cfc7b3f64ef3
  • 2023 default
  • pages protected
  • 2022-matse
  • 2022
  • 2021
  • 2019
  • master
8 results

Introduction-to-Pandas--master.ipynb

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