docs: update README messaging

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-07-10 18:12:59 -04:00
parent e1675652d1
commit 0e9dcd54fc
4 changed files with 157 additions and 846 deletions

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 MiB

975
README.md
View File

File diff suppressed because it is too large Load Diff

View File

@@ -82,11 +82,7 @@ Twitter = "https://twitter.com/bentomlai"
src-dir = "src/openllm"
[build-system]
requires = [
"hatchling==1.25.0",
"hatch-vcs==0.4.0",
"hatch-fancy-pypi-readme==24.1.0",
]
requires = ["hatchling==1.25.0", "hatch-vcs==0.4.0"]
build-backend = 'hatchling.build'
[tool.hatch.version]
@@ -112,25 +108,3 @@ only-include = ["src/openllm"]
sources = ["src"]
[tool.hatch.build.targets.sdist]
exclude = ["/.git_archival.txt", "/.python-version-default"]
[tool.hatch.metadata.hooks.fancy-pypi-readme]
content-type = "text/markdown"
# PyPI doesn't support the <picture> tag.
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
text = """
<p align="center">
<a href="https://github.com/bentoml/openllm">
<img src="https://raw.githubusercontent.com/bentoml/openllm/main/.github/assets/main-banner.png" alt="Banner for OpenLLM" />
</a>
</p>
"""
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
end-before = "\n<!-- hatch-fancy-pypi-readme intro stop -->"
path = "README.md"
start-after = "<!-- hatch-fancy-pypi-readme intro start -->\n"
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
text = """
<p align="center">
<img src="https://raw.githubusercontent.com/bentoml/openllm/main/.github/assets/output.gif" alt="Gif showing OpenLLM Intro" />
</p>
"""