Commit Graph

1773 Commits

Author SHA1 Message Date
pre-commit-ci[bot]
3e5b91dd2a ci: pre-commit autoupdate [pre-commit.ci] (#1061)
* ci: pre-commit autoupdate [pre-commit.ci]

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.5.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.6...v0.5.7)

* ci: auto fixes from pre-commit.ci

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

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-19 11:21:56 -04:00
dependabot[bot]
501fe752f9 chore(deps): bump openai from 1.38.0 to 1.41.0 (#1065)
* chore(deps): bump openai from 1.38.0 to 1.41.0

Bumps [openai](https://github.com/openai/openai-python) from 1.38.0 to 1.41.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.38.0...v1.41.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* ci: auto fixes from pre-commit.ci

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-19 11:21:48 -04:00
bojiang
e1ba1321bc fix: support repo/model:version v0.6.9 2024-08-12 19:13:21 +08:00
bojiang
ec3c9f18f3 fix: prompt for multiple options 2024-08-12 19:13:21 +08:00
bojiang
cacc7d52e6 chore: du 2024-08-12 19:13:21 +08:00
dependabot[bot]
82dd97f51c chore(deps): bump openai from 1.37.1 to 1.38.0 (#1056)
* chore(deps): bump openai from 1.37.1 to 1.38.0

Bumps [openai](https://github.com/openai/openai-python) from 1.37.1 to 1.38.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.37.1...v1.38.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* ci: auto fixes from pre-commit.ci

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-05 15:19:20 -04:00
dependabot[bot]
b04187ae6b chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 (#1057)
* chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](0b2256b8c0...89ef406dd8)

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

Signed-off-by: dependabot[bot] <support@github.com>

* ci: auto fixes from pre-commit.ci

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-05 15:19:04 -04:00
pre-commit-ci[bot]
54fbd6d830 ci: pre-commit autoupdate [pre-commit.ci] [skip ci] (#1058)
* ci: pre-commit autoupdate [pre-commit.ci]

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.5...v0.5.6)
- [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.0...v1.11.1)

* ci: auto fixes from pre-commit.ci

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

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-05 15:18:53 -04:00
bojiang
cb81b1c6d1 fix: install bentoml v0.6.7 2024-08-02 18:28:11 +08:00
bojiang
74ffa7f6c6 chore: use uv instead of venv layers (#1054)
* chmod

* chore: discard venv layers

* apply black

* fix

* ci: auto fixes from pre-commit.ci

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

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-02 18:18:48 +08:00
Rick Zhou
c6e4e69e91 feat(venv): support pip options (#1052)
* Support pip options when creating venv. Support extra env_vars. Reformat Python files

* ci: auto fixes from pre-commit.ci

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

* Update local.py

Signed-off-by: Rick Zhou <rickzhoucmu@gmail.com>

* ci: auto fixes from pre-commit.ci

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

---------

Signed-off-by: Rick Zhou <rickzhoucmu@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-08-02 01:43:04 -07:00
bojiang
c1b072fc82 chore: use git command line by default v0.6.6 2024-08-01 14:03:04 +08:00
Sherlock Xu
563f2752a5 docs: Update OpenLLM readme (#1051)
Update OpenLLM readme

Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
2024-07-31 21:40:25 -04:00
dependabot[bot]
fc228909bf chore(deps): bump openai from 1.36.1 to 1.37.1 (#1048)
Bumps [openai](https://github.com/openai/openai-python) from 1.36.1 to 1.37.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.36.1...v1.37.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-30 03:14:23 -04:00
pre-commit-ci[bot]
23521fd4c6 ci: pre-commit autoupdate [pre-commit.ci] (#1047)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.5.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.2...v0.5.5)
- [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.1...v1.11.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-07-30 03:13:53 -04:00
bojiang
935cce86fc add llama 3.1 to readme
Signed-off-by: bojiang <5886138+bojiang@users.noreply.github.com>
2024-07-24 11:37:22 +08:00
dependabot[bot]
b011398c13 chore(deps): bump openai from 1.35.13 to 1.36.1 (#1045)
Bumps [openai](https://github.com/openai/openai-python) from 1.35.13 to 1.36.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.35.13...v1.36.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-22 06:57:01 -04:00
dependabot[bot]
c1a712b759 chore(deps): bump softprops/action-gh-release from 2.0.6 to 2.0.8 (#1046)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.6 to 2.0.8.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](a74c6b72af...c062e08bd5)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-22 06:56:52 -04:00
Aaron Pham
5f6b30ae1a chore: update headers indentation
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-07-16 22:47:17 -04:00
dependabot[bot]
ee420326f3 chore(deps): bump openai from 1.35.12 to 1.35.13 (#1041)
Bumps [openai](https://github.com/openai/openai-python) from 1.35.12 to 1.35.13.
- [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.35.12...v1.35.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16 12:41:41 -04:00
pre-commit-ci[bot]
2c7b7fa742 ci: pre-commit autoupdate [pre-commit.ci] (#1043)
* ci: pre-commit autoupdate [pre-commit.ci]

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.1 → v0.5.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.1...v0.5.2)

* ci: auto fixes from pre-commit.ci

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

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-07-16 12:41:32 -04:00
bojiang
8675a7bbf4 fix: openllm hello nits v0.6.5 2024-07-15 17:35:16 +08:00
bojiang
690d682fee Update README.md
Signed-off-by: bojiang <5886138+bojiang@users.noreply.github.com>
2024-07-13 12:34:01 +08:00
bojiang
a1c7e17007 Update README.md
Signed-off-by: bojiang <5886138+bojiang@users.noreply.github.com>
2024-07-13 12:23:32 +08:00
bojiang
21cbc4209e Update README.md
Signed-off-by: bojiang <5886138+bojiang@users.noreply.github.com>
2024-07-13 12:20:19 +08:00
bojiang
44c8938c82 Update README.md
Signed-off-by: bojiang <5886138+bojiang@users.noreply.github.com>
2024-07-13 12:06:12 +08:00
bojiang
23700f1d7d Update README.md
Signed-off-by: bojiang <5886138+bojiang@users.noreply.github.com>
2024-07-13 11:54:52 +08:00
Aaron Pham
36642380f2 infra(style): automatically create release notes from tag (#1040)
* infra: automatically create release notes from tag

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>

* fix(style): consistent styling with BentoML

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>

* fix(style): persistent styling with BentoML

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>

* chore: merge with release

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>

---------

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-07-12 22:55:13 -04:00
bojiang
7ff8090c8c chore: sort model versions v0.6.4 2024-07-12 21:10:13 +08:00
bojiang
ef23282fc3 reduce "bentoml already logged in" 2024-07-12 20:38:53 +08:00
bojiang
a5a64cf03a fix: repo 2024-07-12 20:16:19 +08:00
bojiang
1c86d3e9d1 style: remove strict before code is strict 2024-07-12 14:57:10 +08:00
bojiang
04a7409ce6 doc: remove discord
Signed-off-by: bojiang <5886138+bojiang@users.noreply.github.com>
2024-07-12 09:56:18 +08:00
bojiang
ed96753ff7 doc: refer vllm
Signed-off-by: bojiang <5886138+bojiang@users.noreply.github.com>
2024-07-12 09:55:38 +08:00
Sean Sheng
8eb73b71a4 docs: update readme links
Signed-off-by: Sean Sheng <s3sheng@gmail.com>
2024-07-11 18:45:22 -07:00
bojiang
c665bd6950 Update README.md
Signed-off-by: bojiang <5886138+bojiang@users.noreply.github.com>
2024-07-11 15:42:48 +08:00
bojiang
db093809c7 Update README.md
Signed-off-by: bojiang <5886138+bojiang@users.noreply.github.com>
2024-07-11 15:41:52 +08:00
Aaron Pham
6cac177bb4 chore: remove signed release
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
v0.6.3
2024-07-10 23:41:56 -04:00
bojiang
7ebe2c1dcd fix: broken with Python3.9 2024-07-11 11:35:40 +08:00
bojiang
50fff2941e chore: make the UI link clickable in output (#1038)
* chore: make the UI link clickable in output

Signed-off-by: bojiang <5886138+bojiang@users.noreply.github.com>

* Update src/openllm/local.py

Signed-off-by: bojiang <5886138+bojiang@users.noreply.github.com>

---------

Signed-off-by: bojiang <5886138+bojiang@users.noreply.github.com>
2024-07-11 11:24:00 +08:00
Aaron Pham
c82adf67bd infra: add release script
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
v0.6.2
2024-07-10 20:21:17 -04:00
Aaron Pham
c74f3de6c7 chore: update typing to hijack compliant
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-07-10 20:19:41 -04:00
Aaron Pham
0e9dcd54fc docs: update README messaging
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-07-10 18:12:59 -04:00
Aaron Pham
e1675652d1 chore: add repo default utils
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-07-10 18:01:15 -04:00
Aaron Pham
3fbb75f7e9 chore: add instruction to access chat URL
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
v0.6.1
2024-07-09 22:56:27 -04:00
Aaron Pham
165a5939b4 chore: remove unused badge
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
v0.6.0
2024-07-09 22:17:06 -04:00
Aaron Pham
887043e100 infra: update release scripts to run locally
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-07-09 22:16:22 -04:00
Aaron Pham
45cd10579c infra: remove unused changelog
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-07-09 22:12:18 -04:00
dependabot[bot]
47571464b3 chore(deps): bump openai from 1.35.9 to 1.35.12 (#1036)
Bumps [openai](https://github.com/openai/openai-python) from 1.35.9 to 1.35.12.
- [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.35.9...v1.35.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 22:10:13 -04:00
Aaron Pham
f4a0a49e3d fix(release): PyPI github actions intergrations
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-07-09 22:09:48 -04:00