Skip to content

Instantly share code, notes, and snippets.

View angusturner's full-sized avatar

Angus Turner angusturner

View GitHub Profile
@angusturner
angusturner / setup.md
Last active January 11, 2022 07:49
Machine Learning Image 12/2021

Base Instance

  • Ubuntu 20.04.3 LTS
  • 60GB SSD Root Drive

Note: machine-specs shouldn't really matter, provided it has a GPU (T4, Volta or newer).

Install Steps

System Dependencies

import asyncio
import json
import os
from datetime import datetime
from typing import List, Dict, Any
import anthropic
from rich.console import Console
from rich.progress import Progress, TextColumn, BarColumn
from rich.panel import Panel
from rich.prompt import Prompt, Confirm