Skip to content

Commit

Permalink
Merge pull request #16 from allegro/add-available-models-to-readme
Browse files Browse the repository at this point in the history
Updating README.md with supported Models Information
  • Loading branch information
megatron6000 authored Mar 4, 2024
2 parents 3901dab + 3e6d968 commit 2b0e5f2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,23 @@ Among the allms most notable features, you will find:

___

## Supported Models

| LLM Family | Hosting | Supported LLMs |
|-------------|---------------------|-----------------------------------------|
| GPT(s) | OpenAI endpoint | `gpt-3.5-turbo`, `gpt-4`, `gpt-4-turbo` |
| Google LLMs | VertexAI deployment | `text-bison@001`, `gemini-pro` |
| Llama2 | Azure deployment | `llama2-7b`, `llama2-13b`, `llama2-70b` |
| Mistral | Azure deployment | `Mistral-7b`, `Mixtral-7bx8` |
| Gemma | GCP deployment | `gemma` |

* Do you already have a subscription to a Cloud Provider for any the models above? Configure
the model using your credentials and start querying!
* Are you interested in knowing how to self-deploy open-source models in Azure and GCP?
Consult our [guide](#TODO megatron6000 PR)

___

## Documentation

Full documentation available at **[allms.allegro.tech](https://allms.allegro.tech/)**
Expand Down

0 comments on commit 2b0e5f2

Please sign in to comment.