diff --git a/lm-hackers.ipynb b/lm-hackers.ipynb index 12795c1..2b9b842 100644 --- a/lm-hackers.ipynb +++ b/lm-hackers.ipynb @@ -1954,6 +1954,8 @@ "id": "e23cb868-10e4-4fcc-b8ba-9178ef3dac7e", "metadata": {}, "source": [ + "Assuming we execute this from the directory containing `lm-hackers.ipynb`, we are doing so to control the location of the `qlora-out` folder.\n", + "\n", "`accelerate launch -m axolotl.cli.train sql.yml`" ] }, @@ -2049,7 +2051,7 @@ "metadata": {}, "outputs": [], "source": [ - "ax_model = '/home/jhoward/git/ext/axolotl/qlora-out'" + "ax_model = './qlora-out'" ] }, {