Update README.md

Quick fix. Local `base_model` paths need to have a trailing `/`.
This commit is contained in:
Dan Saunders
2024-12-12 15:01:29 -05:00
committed by GitHub
parent 02629c7cdf
commit d657ff9c94

View File

@@ -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.