@winnercfc
Geum yong _DeFi
@winnercfc60702
ยท
May 25
๐ Hyperbolic GPU Rental โ Super Simple Guide
1.Go to [Rent GPUs] and click Rent
2.Wait for "Ready to Connect", then copy the SSH command
3.Connect with SSH
http://4.Run nvidia-smi to check GPU
5.Install PyTorch:
pip3 install torch torchvision torchaudio
6.Test with:
import torch; print(torch.cuda.get_device_name(0))
7.Done? Stop the instance