Skip to content

tomasfn87/llm-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llm-dev


Requirements

  • docker

How to use

1. How to build

  • From the source folder, run:
docker build -t llm-dev .

2. How to run

  • From the source folder, run:
docker run --rm -it -v $(pwd)/output:/app/output llm-dev
  • This command will save the files from the container's output folder into the local output folder.

About

Sandbox to test LLMs as code generators.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors