Skip to content

Instantly share code, notes, and snippets.

@adodge
adodge / ChaiNNer with remote backend.md
Last active May 15, 2024 15:46
ChaiNNer with remote backend

ChaiNNer with remote backend

Alex Dodge (@Eighty on Discord)

Last Updated: 27 Feb 2023

Introduction

This document will describe how to run chaiNNer on RunPod and connect to it with a frontend running on your local machine. This way you can take advantage of cloud GPUs.

We're not using any RunPod-specific features, so this general approach should work for any cloud service, with some modifications. This is written assuming you're running Linux. At the end, I'll put some notes about Mac and Windows, as far as I can figure it out.

@adodge
adodge / qtree_example.tex
Created November 30, 2012 04:30
Example x-bar tree with movement
% Example x-bar tree with movement
% Alex Dodge, alexdodge@gmail.com
\documentclass[12pt]{article}
\usepackage{qtree,tree-dvips}
% Macros for styling the leaf nodes and traces
\newcommand{\word}[2]{#1\\#2}
\newcommand{\trace}[1]{\emph{t$_{#1}$}}