commit 145ba50fcd15329abfa7d5b28abe0e8e32ccf629
parent 40ae3a47ba11dfc707397f60f674723a61b435a5
Author: Steven Atkinson <steven@atkinson.mn>
Date: Tue, 18 Apr 2023 08:14:48 -0700
Update easy_colab.ipynb
Use `main` instead of `v0.5.0`
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/bin/train/easy_colab.ipynb b/bin/train/easy_colab.ipynb
@@ -72,8 +72,7 @@
},
"outputs": [],
"source": [
- "# If you want the bleeding edge, replace \"v0.5.0\" with \"main\"\n",
- "!pip install git+https://github.com/sdatkinson/neural-amp-modeler.git@v0.5.0\n",
+ "!pip install git+https://github.com/sdatkinson/neural-amp-modeler.git@main\n",
"\n",
"from nam.train.colab import run\n",
"%load_ext tensorboard"