Skip to content

tomasfn87/llm-dev

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

Watchers

Forks

Releases

No releases published

Packages

No packages published