Skip to content

Instantly share code, notes, and snippets.

View ryanavella's full-sized avatar
☀️
⛺️🍵🌲

Ryan Avella ryanavella

☀️
⛺️🍵🌲
View GitHub Profile
@ryanavella
ryanavella / gpt2-windows10.md
Last active October 8, 2023 17:45
GPT-2 on Windows

GPT-2 on Windows 10

Installation from Archived Repository

Install miniconda3-4.5.4, then run the following:

git clone https://github.com/openai/gpt-2.git
cd gpt-2
C:\path\to\miniconda\python.exe -m venv .venv
@ryanavella
ryanavella / fbsd-bhyve.md
Last active January 22, 2023 00:59
My Bhyve Setup on FreeBSD

Bhyve on FreeBSD

This guide shows how I configure bhyve on FreeBSD.

vm-bhyve

First, install the vm-bhyve package. Optionally, install grub2-bhyve for Linux guests.

# pkg install vm-bhyve grub2-bhyve