Skip to content

jjziets/pytorch-benchmark-volta

 
 

Repository files navigation

This benchmark runs in image pytorch/pytorch:2.1.2-cuda12.1-cudnn8-devel I suggest running it on the host machine in a docker container as below

sudo docker run --gpus all -it --shm-size=5g --ulimit memlock=-1 --rm pytorch/pytorch:2.1.2-cuda12.1-cudnn8-devel /bin/bash

bash -c 'apt -y update;apt -y upgrade; apt install -y python3; apt install -y python3-pip; apt install -y git;git clone https://github.com/jjziets/pytorch-benchmark-volta.git; cd pytorch-benchmark-volta; pip install -r requirement.txt;chmod +x mytest.sh;./mytest.sh'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.4%
  • Shell 3.6%