From a8749b2cdca8355332f4d8ec9d4c7ea1767a038c Mon Sep 17 00:00:00 2001 From: Marco Bronzini Date: Wed, 7 Aug 2024 15:22:17 +0200 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 014a700..15518ab 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ tg.save_graphs(folder_path = "outputs") ## Language models available This package inherits all of the LLMs supported by the [LitGPT](https://github.com/Lightning-AI/litgpt/blob/main/tutorials/download_model_weights.md) package. -This framework works with instruction-tuned language models, such as those named with the suffixes "inst", "instruction", or "chat". +This framework works with instruction-tuned language models, such as those named with the suffixes "inst", "instruct", or "chat". ```python models = latent_explorer.utils.all_supported_models()