this is the errormessage:
Traceback (most recent call last):
File "models.py", line 13, in
if torch.cuda.is_availaible():
AttributeError: module 'torch.cuda' has no attribute 'is_availaible'
other methods like current_device work. Has this one been patched out or do i use it wrong ?