Skip to content

Manage interactive workspaces on kubernetes for experimentation and prototyping

Notifications You must be signed in to change notification settings

nicklausbrown/jupyter-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fun command to check if GPUs are available and what they are.

import torch
torch.cuda.is_available()
[print(torch.cuda.get_device_properties(i)) for i in range(torch.cuda.device_count())];

About

Manage interactive workspaces on kubernetes for experimentation and prototyping

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages