Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnMars committed Aug 7, 2024
1 parent 8ac9eb1 commit a8749b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a8749b2

Please sign in to comment.