Skip to content

wikibook/llm-production

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLMs In Production

A repository for the book LLMs in Production with Manning Publications

Chapter listings will be kept here.

Please consider purchasing the book here:

How to use this repo

Create an environment and install dependencies:

make setup

This will create an environment for each chapter, named after the chapter directory, e.g. chapter_1.

Activate environment:

conda activate llmbook

Deactivate environment:

conda deactivate

Run linters and formatters:

make lint

Run Tests:

make test

Remove all environments:

make clean

Additional notes

If necessary, each chapter will contain its own README.md file with additional setup instructions.

Some listings are boilerplates and are not intended to be ran. When possible, examples are given that can be ran for additional context.

All scripts are designed to be ran from project root, e.g. python chapters/chapter_1/listing_1.1.py

Manning Publications

Check out other Manning titles and learning resources here!

About

《LLM 인 프로덕션》 예제 코드

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published