This guide shows how I configure bhyve on FreeBSD.
First, install the vm-bhyve package. Optionally, install grub2-bhyve for Linux guests.
# pkg install vm-bhyve grub2-bhyve
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