Skip to content

Instantly share code, notes, and snippets.

View peterbell10's full-sized avatar

peterbell10

  • Quansight
  • Scotland
View GitHub Profile
@peterbell10
peterbell10 / build.sh
Last active August 18, 2020 13:21
Building pytorch using conda
#!/bin/bash
# Activate the build environment
eval "$(conda shell.bash hook)"
conda activate pytorch-dev
cd ~/git/pytorch
# Enable ccache
export CCACHE_COMPRESS=true