Skip to content

Latest commit

 

History

History

cloudvm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Running in a cloud Vm

  1. Go to https://cloud.jarvislabs.ai/

  2. Create an account and launch a VM with the following properties

  • Framework: PyTorch-2.1
  • GPU Type: RTX6000 Ada-48GB
  • Number of GPUs: 1
  • Duration: Hourly
  • Cost: $1.165/hr
  • RAM | Cores: 128GB | 32
  • Reserved
  • SSD: 200GB - $0.025/hr
  1. Click on the Jupyterlab Notebook icon, and when in Jupyterlab launch a terminal

  2. From the terminal, execute the following commands :

  1. Open the notebooks from your Github projet by selecting the Python kernel corresponding to to your Github project name
  • install all the required packages from this kernel
  • they will be installed in an isolated virtual environment
  1. Use the Jupyterlab Git plugin on the left of the screen to commit then push your changes to the source repo