From 896c1aebcf99086ca5a34db02aae58ecc4bb3edc Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Fri, 14 Jul 2023 12:56:07 +0900 Subject: [PATCH] Feat(docs): Add model_revision arg --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6b81e69de..a380f237f 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,8 @@ base_model_ignore_patterns: # if the base_model repo on hf hub doesn't include configuration .json files, # you can set that here, or leave this empty to default to base_model base_model_config: ./llama-7b-hf +# you can specify to choose a specific model revision from huggingface hub +model_revision: # Optional tokenizer configuration override in case you want to use a different tokenizer # than the one defined in the base model tokenizer_config: