Skip to content

Commit

Permalink
Document Sync by Tina
Browse files Browse the repository at this point in the history
  • Loading branch information
Chivier committed Nov 22, 2024
1 parent b36dea7 commit 33a65e9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/stable/models/supported_models.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Supported Models

ServerlessLLM supports a plethora of language models from [Huggingface (HF) Transformers](https://huggingface.co/models). This page lists the models and model architectures currently supported by ServerlessLLM.

To test a model, simply add it to the `supported_models.json` inside `/ServerlessLLM/tests/inference_tests` and the Github Actions will automatically test whether not it is supported.

## Text-only Language Models

Architecture |Models |Example HF Models |vLLM |Transformers
------------------|--------------|--------------------|-----|-------------
`OPTForCausalLM` |OPT, OPT-IML |`facebook/opt-6.7b` |✅ |✅


0 comments on commit 33a65e9

Please sign in to comment.