-
Notifications
You must be signed in to change notification settings - Fork 9
/
readme_md.tpl
42 lines (31 loc) · 1.01 KB
/
readme_md.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<div align="center">
<h1 align="center">The default model repository of <a href="https://github.com/bentoml/openllm">openllm</a></h1>
</div>
This repo (on `main` branch) is already included by openllm by default.
If you want more up-to-date untested models, please add our nightly branch.
```bash
openllm repo add nightly https://github.com/bentoml/openllm-models@nightly
```
## Supported Models
<table style="width: 100%; border-collapse: collapse;">
<tr>
<td style="background-color: #D1D5DA; padding: 10px; border-radius: 8px 8px 0 0; width: 100%;">
<span style="color: red;">●</span>
<span style="color: yellow;">●</span>
<span style="color: green;">●</span>
</td>
</tr>
<tr>
<td>
```bash
$ openllm repo update
$ openllm model list
{{ model_list }}
```
</td>
</tr>
</table>
## Development Guide
Open PRs to the `nightly` branch to add new models or update existing models.
You can also fork this repo and add your own models.
Use `openllm repo add` to use your own model repository.