From d657ff9c94a516ea23eb5f970825e44338eaf1df Mon Sep 17 00:00:00 2001 From: Dan Saunders Date: Thu, 12 Dec 2024 15:01:29 -0500 Subject: [PATCH] Update README.md Quick fix. Local `base_model` paths need to have a trailing `/`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6afcaf146..4223f0343 100644 --- a/README.md +++ b/README.md @@ -478,7 +478,7 @@ See [examples](examples) for quick start. It is recommended to duplicate and mod - model ```yaml - base_model: ./llama-7b-hf # local or huggingface repo + base_model: ./llama-7b-hf/ # local or huggingface repo ``` Note: The code will load the right architecture.