8000 GitHub - jmetzz/playground-llm-pytorch
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jmetzz/playground-llm-pytorch

Repository files navigation

playground-llm

My playground to implement LLM related code and components.

NOTE: this project uses uv to manage the python environment and dependencies.

Project Organization

Differently from other data science template projects out there, I deliberately don't use data, models, reports directories under version control.

I don't think these artifacts should be in the code repository, but rather in dedicated object stores.

Preparing the environment

To create the python environment and install the project dependencies, enter the directory you created the project and run

make deps

Apart from the creation of the python environment, make deps will also initialize this project as a git repository and setup pre-commit hooks.

Run make help to see other make tasks available.

Executing the code

Make sure you activate the correct environment before executing any script/notebook.

uv run python <your-cli.py> [PARAMS]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0