Skip to content

852866031/slora-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S-LoRA

S-LoRA

If you have a fresh environment (ubuntu) do the following to start docker:

Install docker with link

Install NVIDIA driver with link

Install NVIDIA container tool with link

Start docker:

sudo systemctl start docker

Then go to docker dir, run the following command to start docker

sudo docker run -it --entrypoint /bin/bash --gpus all slora

If you want to start another shell inside docker, first check the name of the container with:

sudo docker ps

It will show the container names, copy the name and do:

sudo docker exec -it <container_name> bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published