Commit Graph

1870 Commits

Author SHA1 Message Date
pre-commit-ci[bot]
bfd07a4560 ci: pre-commit autoupdate [pre-commit.ci] (#1154)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.7...v0.9.9)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-03-03 15:40:09 -05:00
dependabot[bot]
603789f46b chore(deps): bump actions/download-artifact from 4.1.8 to 4.1.9 in the actions-dependencies group (#1153)
chore(deps): bump actions/download-artifact

Bumps the actions-dependencies group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/download-artifact` from 4.1.8 to 4.1.9
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](fa0a91b85d...cc20338598)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-03 09:53:10 +00:00
dependabot[bot]
b3460b29a5 chore(deps): bump the production-dependencies group with 2 updates (#1152)
Bumps the production-dependencies group with 2 updates: [bentoml](https://github.com/bentoml/bentoml) and [openai](https://github.com/openai/openai-python).


Updates `bentoml` from 1.4.0 to 1.4.2
- [Release notes](https://github.com/bentoml/bentoml/releases)
- [Commits](https://github.com/bentoml/bentoml/compare/v1.4.0...v1.4.2)

Updates `openai` from 1.64.0 to 1.65.2
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai/openai-python/compare/v1.64.0...v1.65.2)

---
updated-dependencies:
- dependency-name: bentoml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-03 08:01:53 +00:00
pre-commit-ci[bot]
5f373dd50c ci: pre-commit autoupdate [pre-commit.ci] (#1151)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.9.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.6...v0.9.7)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-02-25 14:29:23 -05:00
Sherlock Xu
2c7a8f1599 docs: Fix serve command (#1148)
Signed-off-by: Sherlock Xu <65327072+Sherlock113@users.noreply.github.com>
2025-02-25 14:29:12 -05:00
dependabot[bot]
f04232dc36 chore(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 in the actions-dependencies group (#1150)
chore(deps): bump actions/upload-artifact

Bumps the actions-dependencies group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/upload-artifact` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](65c4c4a1dd...4cec3d8aa0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-24 09:58:36 +00:00
dependabot[bot]
476a5319ca chore(deps): bump the production-dependencies group with 2 updates (#1149)
Bumps the production-dependencies group with 2 updates: [bentoml](https://github.com/bentoml/bentoml) and [openai](https://github.com/openai/openai-python).


Updates `bentoml` from 1.4.0a2 to 1.4.0
- [Release notes](https://github.com/bentoml/bentoml/releases)
- [Commits](https://github.com/bentoml/bentoml/compare/v1.4.0a2...v1.4.0)

Updates `openai` from 1.63.0 to 1.64.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai/openai-python/compare/v1.63.0...v1.64.0)

---
updated-dependencies:
- dependency-name: bentoml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-24 07:55:05 +00:00
Sherlock Xu
7c8e79c632 docs: Fix deploy command (#1147)
* docs: Fix deploy command

Signed-off-by: Sherlock Xu <65327072+Sherlock113@users.noreply.github.com>

* ci: auto fixes from pre-commit.ci

For more information, see https://pre-commit.ci

---------

Signed-off-by: Sherlock Xu <65327072+Sherlock113@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-02-23 22:28:39 -05:00
Aaron Pham
c90e78703f chore: use 8B models example
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2025-02-17 22:20:21 -05:00
Aaron Pham
7cbce859a6 fix: correct default supported modle table
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2025-02-17 22:18:52 -05:00
Aaron Pham
0be54c57a5 chore: update readme
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2025-02-17 22:16:54 -05:00
dependabot[bot]
0157081114 chore(deps): bump openai from 1.61.1 to 1.63.0 in the production-dependencies group (#1146)
chore(deps): bump openai in the production-dependencies group

Bumps the production-dependencies group with 1 update: [openai](https://github.com/openai/openai-python).


Updates `openai` from 1.61.1 to 1.63.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai/openai-python/compare/v1.61.1...v1.63.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-17 07:20:08 +00:00
Aaron Pham
bd7966fca0 chore(cli): add a smol helpers to generate README.md tables
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
v0.6.19
2025-02-15 07:38:33 +00:00
Aaron Pham
509e9690d0 fix(deps): locked bentoml to latest 1.4 and add huggingface-hub as dependency
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2025-02-15 06:39:39 +00:00
pre-commit-ci[bot]
903b4e517d ci: pre-commit autoupdate [pre-commit.ci] (#1144)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.4...v0.9.6)
- [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.14.1...v1.15.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-02-10 21:17:31 -05:00
dependabot[bot]
7cd14fbe57 chore(deps): bump openai from 1.61.0 to 1.61.1 in the production-dependencies group (#1143)
chore(deps): bump openai in the production-dependencies group

Bumps the production-dependencies group with 1 update: [openai](https://github.com/openai/openai-python).


Updates `openai` from 1.61.0 to 1.61.1
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai/openai-python/compare/v1.61.0...v1.61.1)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-10 07:48:02 +00:00
Aaron Pham
aa65ad35e0 fix: run format
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
v0.6.18
2025-02-07 21:54:18 +00:00
Aaron Pham
0db6ace963 fix: read python version from new image spec
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2025-02-07 21:52:28 +00:00
pre-commit-ci[bot]
80d71f6b92 ci: pre-commit autoupdate [pre-commit.ci] (#1140)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-02-03 15:44:01 -05:00
dependabot[bot]
7621ccaeb3 chore(deps): bump actions/setup-python from 5.3.0 to 5.4.0 in the actions-dependencies group (#1142)
chore(deps): bump actions/setup-python in the actions-dependencies group

Bumps the actions-dependencies group with 1 update: [actions/setup-python](https://github.com/actions/setup-python).


Updates `actions/setup-python` from 5.3.0 to 5.4.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](0b93645e9f...42375524e2)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-03 09:33:29 +00:00
dependabot[bot]
f110433c45 chore(deps): bump openai from 1.60.1 to 1.61.0 in the production-dependencies group (#1141)
chore(deps): bump openai in the production-dependencies group

Bumps the production-dependencies group with 1 update: [openai](https://github.com/openai/openai-python).


Updates `openai` from 1.60.1 to 1.61.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai/openai-python/compare/v1.60.1...v1.61.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-03 07:38:50 +00:00
dependabot[bot]
25ba2c7c0f chore(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 in the actions-dependencies group (#1139)
chore(deps): bump pypa/gh-action-pypi-publish

Bumps the actions-dependencies group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).


Updates `pypa/gh-action-pypi-publish` from 1.12.3 to 1.12.4
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](67339c736f...76f52bc884)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-27 15:21:33 +00:00
Aaron Pham
b85d660b98 fix(dependabot): correct ID
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2025-01-27 10:19:05 -05:00
Aaron Pham
3efe374ff6 chore(ci): update auto-merge dependabot
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2025-01-27 10:14:02 -05:00
dependabot[bot]
f7656766ba chore(deps): bump openai from 1.59.8 to 1.60.1 in the production-dependencies group (#1138)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-27 02:08:21 -05:00
pre-commit-ci[bot]
d48f43d711 ci: pre-commit autoupdate [pre-commit.ci] (#1135)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-01-20 17:37:26 -05:00
dependabot[bot]
df7f3871e2 chore(deps): bump openai from 1.59.6 to 1.59.8 in the production-dependencies group (#1134)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-20 02:48:30 -05:00
dependabot[bot]
a1cd059305 chore(deps): bump openai from 1.59.3 to 1.59.6 in the production-dependencies group (#1131)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-13 19:23:12 -05:00
pre-commit-ci[bot]
4b4e067a62 ci: pre-commit autoupdate [pre-commit.ci] (#1133)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-01-13 19:23:03 -05:00
dependabot[bot]
50c61e8374 chore(deps): bump the actions-dependencies group with 2 updates (#1132)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-13 19:22:56 -05:00
bojiang
fa6a74baf1 fix: respect Python version of bento (#1130) v0.6.17 2025-01-13 11:13:00 +08:00
Sherlock Xu
e357af2f51 docs: Add Llama 3.3 to readme (#1128) 2025-01-10 14:07:40 -05:00
dependabot[bot]
8b2dc11303 chore(deps): bump openai from 1.58.1 to 1.59.3 in the production-dependencies group (#1126)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-06 12:49:10 -05:00
pre-commit-ci[bot]
8d073b24a8 ci: pre-commit autoupdate [pre-commit.ci] (#1127)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-01-06 12:49:02 -05:00
pre-commit-ci[bot]
d0d03a2fbc ci: pre-commit autoupdate [pre-commit.ci] (#1125)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-12-23 20:33:34 -05:00
dependabot[bot]
8701f08562 chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 in the actions-dependencies group (#1124)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-23 07:00:32 -05:00
dependabot[bot]
1471898488 chore(deps): bump openai from 1.57.4 to 1.58.1 in the production-dependencies group (#1123)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-23 07:00:25 -05:00
bojiang
08d574b662 fix: run cloud command the second time v0.6.16 2024-12-19 19:54:14 +08:00
pre-commit-ci[bot]
cd2f54d0d4 ci: pre-commit autoupdate [pre-commit.ci] (#1122)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-12-17 03:27:06 -05:00
dependabot[bot]
2692308466 chore(deps): bump the actions-dependencies group with 2 updates (#1121)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-16 05:39:45 -05:00
pre-commit-ci[bot]
668bb7715c ci: pre-commit autoupdate [pre-commit.ci] (#1119)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-12-16 03:24:53 -05:00
dependabot[bot]
efd1d2132f chore(deps): bump the production-dependencies group across 1 directory with 2 updates (#1120)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-16 03:24:48 -05:00
bojiang
53b07d7130 Update README.md
Signed-off-by: bojiang <5886138+bojiang@users.noreply.github.com>
2024-12-10 10:59:25 +08:00
pre-commit-ci[bot]
14660e413d ci: pre-commit autoupdate [pre-commit.ci] (#1117)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-12-03 18:36:39 -05:00
dependabot[bot]
0d224efd43 chore(deps): bump openai from 1.55.0 to 1.55.3 in the production-dependencies group (#1116)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-03 18:36:34 -05:00
bojiang
65663381d6 style: format 2024-12-03 09:21:45 +00:00
bojiang
2b9c76f6bf fix: handle empty env vars v0.6.15 2024-12-03 09:12:14 +00:00
pre-commit-ci[bot]
4032b82084 ci: pre-commit autoupdate [pre-commit.ci] (#1114)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-11-26 01:30:19 -05:00
dependabot[bot]
8969a550d9 chore(deps): bump openai from 1.54.4 to 1.55.0 in the production-dependencies group (#1113)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 01:30:13 -05:00
dependabot[bot]
1760058b3e chore(deps): bump the production-dependencies group across 1 directory with 2 updates (#1110)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-18 23:26:42 -05:00