rename to openllm-models

This commit is contained in:
bojiang
2024-07-06 14:39:50 +08:00
parent d2e02f8998
commit 40f7ebcf89
2 changed files with 3 additions and 3 deletions

View File

@@ -98,10 +98,10 @@ There are a few ways to contribute to the repository structure for OpenLLM:
### Adding bentos
OpenLLM now also manages a [generated bento repository](https://github.com/bentoml/openllm-repo/tree/main). If you update and modify and generated bentos, make sure to update the recipe and added the generated bentos under `bentoml/bentos`.
OpenLLM now also manages a [generated bento repository](https://github.com/bentoml/openllm-models/tree/main). If you update and modify and generated bentos, make sure to update the recipe and added the generated bentos under `bentoml/bentos`.
### Adding repos
If you wish to create a your own managed git repo, you should follow the structure of [bentoml/openllm-repo](https://github.com/bentoml/openllm-repo/tree/main).
If you wish to create a your own managed git repo, you should follow the structure of [bentoml/openllm-models](https://github.com/bentoml/openllm-models/tree/main).
To add your custom repo, do `openllm repo add <repo_alias> <git_url>`

View File

@@ -90,7 +90,7 @@ def output(content, level=0, style=None, end=None):
class Config(SimpleNamespace):
repos: dict[str, str] = {
"default": "git+https://github.com/bentoml/openllm-repo@main"
"default": "git+https://github.com/bentoml/openllm-models@main"
}
default_repo: str = "default"