From 6cee881d6417f127e23f2b03f6e86bcfc251fce5 Mon Sep 17 00:00:00 2001 From: jphillips <120260158+fearnworks@users.noreply.github.com> Date: Tue, 30 May 2023 09:33:33 -0500 Subject: [PATCH] Update examples/qlora-openllama-3b/README.md Co-authored-by: Wing Lian --- examples/qlora-openllama-3b/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/qlora-openllama-3b/README.md b/examples/qlora-openllama-3b/README.md index d3276439b..d79ea7f3f 100644 --- a/examples/qlora-openllama-3b/README.md +++ b/examples/qlora-openllama-3b/README.md @@ -1,6 +1,6 @@ # qlora-openllama-3b ```shell -accelerate launch scripts/finetune.py examples/lora-openllama-3b +accelerate launch scripts/finetune.py examples/qlora-openllama-3b/config.yml ```