From 50331ab5d359f73fa462f3893b4d89e2361a7914 Mon Sep 17 00:00:00 2001 From: artste Date: Sat, 21 Oct 2023 01:18:22 +0200 Subject: [PATCH] Fix axolotl out path --- lm-hackers.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'" ] }, {