Skip to content

Instantly share code, notes, and snippets.

View shoumikhin's full-sized avatar

Anthony Shoumikhin shoumikhin

  • Facebook
  • Seattle, WA
View GitHub Profile
python3 -m venv .venv
source .venv/bin/activate
./install_requirements.sh
export TORCHCHAT_ROOT=${PWD}
./scripts/install_et.sh
++ dirname ./scripts/install_et.sh
+ source ./scripts/install_utils.sh
++ set -ex pipefail