Open kabilar opened 8 months ago
To verify GPU envs
pip install torch torchvision torchaudio
python test-cuda.py
import torch
if torch.cuda.is_available():
print ("SUCCESS!")
Some kind of CI testing around autoscaling would be nice, maybe we can test how it reacts by watching Karpenter CRDs while disabling the Karpenter reconcile loop? https://github.com/dandi/dandi-hub/issues/129#issuecomment-2020746330 Then we wouldn't need to actually pay for the Nodes to be created.
Test Case: 3 users creating a "Base" profile should all fit on 1 node.
Requirements
Possible implementation tool