Skip to content

Instantly share code, notes, and snippets.

@bhavitsharma
bhavitsharma / normcore-llm.md
Created February 23, 2024 01:09 — 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

@bhavitsharma
bhavitsharma / nixos-on-dell-9560.org
Created June 25, 2021 11:49 — forked from domenkozar/nixos-on-dell-9560.org
NixOS on a Dell 15" 9560 with the 4K screen.
@bhavitsharma
bhavitsharma / build_emacs.sh
Last active July 11, 2020 14:41 — forked from kiennq/build_emacs.sh
Build emacs27 on Ubuntu 18.04
git clone -b emacs-27 --depth=1 https://github.com/emacs-mirror/emacs.git
cd emacs/
sudo apt install -y autoconf make gcc texinfo libgtk-3-dev libxpm-dev \
libjpeg-dev libgif-dev libtiff5-dev libgnutls28-dev libncurses5-dev \
libjansson-dev libharfbuzz-dev libharfbuzz-bin
./autogen.sh
./configure --with-json --with-modules --with-harfbuzz --with-compress-install \
--with-threads --with-included-regex --with-zlib --without-sound \
--without-xpm --without-jpeg --without-tiff --without-gif --without-png \
--without-rsvg --without-imagemagick --without-toolkit-scroll-bars \