Closed VibhuJawa closed 3 months ago
This PR enables GPU CI on this repo:
Tested locally using:
docker run --gpus all -v $(pwd):/workspace/crossfit --rm -it rapidsai/base:24.06-cuda12.2-py3.11 bash -c "cd /workspace/crossfit && bash ci/test_gpu.sh"
CI seems to be passing again .
CC: @marcromeyn / @edknv for quick eyes on this.
This PR enables GPU CI on this repo:
Tested locally using: