Skip to content

Perkhad/socorro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWNM - Sliding Window Pipeline

This repository started to keep track of the NM Sliding Window Pipeline for training the main BERT model.

Note that currently you can't close the ssh connection before the script finishes.

Connect to DGX

  1. Connect using SSH:
ssh [user]@[public-ip] -p [ssh-port]

Usage

  1. Build the image:
sudo docker build -t nextgpt . --force-rm --no-cache
  1. Run the container in interactive/detached mode:
sudo docker run -it -d --name="gabrieldamata" --cpus="8.0" --memory="64g" nextgpt
  1. Enter exec mode using the container ID
docker ps --filter ancestor=nextgpt

docker exec -it [container-id] /bin/bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published