Skip to content

Instantly share code, notes, and snippets.

@alisonspencer
alisonspencer / normcore-llm.md
Created October 4, 2024 23:21 — forked from veekaybee/normcore-llm.md
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

[
{
"name": "Iris Keyboard",
"author": "Lewis Ridden"
},
[
{
"x": 3,
"c": "#c4c8c5",
"a": 7
Make a fresh copy of both the repo to strip down, and the repo you wish to merge into.
In the repo you want to strip down:
git filter-branch --prune-empty --subdirectory-filter <subdir of folder you want to keep> <branch to isolate from>
You will now have a stripped-down copy of your repo, with all history. You may need to clean up adjacent folders/files.
Create a new branch and commit any changes you have made.
@alisonspencer
alisonspencer / jupyter_md_note_template.md
Created April 12, 2019 23:33
colored Markdown cell for jupyterlab

Note:


@alisonspencer
alisonspencer / sublime-prefs
Created December 3, 2018 01:06
my sublime text 3 preferences and packages
------------
Keybindings:
[
{ "keys": ["super+\\"], "command": "toggle_side_bar" },
{ "keys": ["super+shift+k"], "command": "toggle_minimap"},
{ "keys": ["super+shift+j"], "command": "toggle_setting", "args": {"setting": "word_wrap"}},
{ "keys": ["super+forward_slash"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["super+shift+forward_slash"], "command": "toggle_comment", "args": { "block": true } },
// { "keys": ["super+alt+forward_slash"], "command": "toggle_comment", "args": { "block": true } }
@alisonspencer
alisonspencer / README.md
Created October 26, 2018 18:40 — forked from MoOx/README.md
How to keep in sync your Git repos on GitHub, GitLab & Bitbucket easily
@alisonspencer
alisonspencer / .bash_profile
Created November 2, 2017 20:01
.d bash profile config
# .bash_profile
# added by Anaconda3 5.0.0 installer
export PATH="/Users/aspencer/anaconda3/bin:$PATH"
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc