Spaces:
Running on Zero
Running on Zero
File size: 271 Bytes
44eb653 | 1 2 3 4 5 6 7 8 | #!/usr/bin/env bash
set -u
export TORCH_CUDA_ARCH_LIST="${TORCH_CUDA_ARCH_LIST:-7.5;8.0;8.6;8.9;9.0}"
python -m pip install ./3dgeer/submodules/geer-rasterizer || \
echo "Optional 3DGEER fisheye rasterizer build failed; perspective and panorama modes can still run."
|