Skip to content

Instantly share code, notes, and snippets.

View garethbrickman's full-sized avatar

Gareth Brickman garethbrickman

View GitHub Profile
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active July 26, 2024 17:54
Conventional Commits Cheatsheet

Conventional Commit Messages

See how a minor change to your commit message style can make a difference.

Tip

Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs

Commit Message Formats

Default

"""Run this file like this:
>>> python jinja_cli.py path/to/my/file.txt --foo bar
and it will render the file as a Jinja template with foo="bar".
"""
import os
import click # pip install click
import jinja2 # pip install jinja2
@veekaybee
veekaybee / normcore-llm.md
Last active July 26, 2024 01:10
Normcore LLM Reads

Anti-hype LLM reading list

Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.

Foundational Concepts

Screenshot 2023-12-18 at 10 40 27 PM

Pre-Transformer Models