commit 7c7b46bba9e04726cb44149a42cb050e59540542
parent c6e88df67df5ceb1c5ea73065c4008f939f39deb
Author: Steven Atkinson <steven@atkinson.mn>
Date: Tue, 25 Apr 2023 19:12:15 -0700
Update easy_colab.ipynb
Track v0.5.1 instead of main
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/bin/train/easy_colab.ipynb b/bin/train/easy_colab.ipynb
@@ -68,7 +68,8 @@
},
"outputs": [],
"source": [
- "!pip install git+https://github.com/sdatkinson/neural-amp-modeler.git@main\n",
+ "# Hint: change \"v0.5.1\" to \"main\" for the very latest!\n",
+ "!pip install git+https://github.com/sdatkinson/neural-amp-modeler.git@v0.5.1\n",
"\n",
"from nam.train.colab import run as _run\n",
"run = _run\n",
@@ -221,4 +222,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
-}
-\ No newline at end of file
+}