-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
665 changed files
with
17,193 additions
and
2,775 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -770,6 +770,23 @@ components: | |
- type | ||
title: InvalidArgument | ||
type: object | ||
Message: | ||
properties: | ||
content: | ||
title: Content | ||
type: string | ||
role: | ||
enum: | ||
- system | ||
- user | ||
- assistant | ||
title: Role | ||
type: string | ||
required: | ||
- role | ||
- content | ||
title: Message | ||
type: object | ||
NotFound: | ||
description: Not Found | ||
properties: | ||
|
@@ -831,9 +848,7 @@ components: | |
- content: What is the meaning of life? | ||
role: user | ||
items: | ||
additionalProperties: | ||
type: string | ||
type: object | ||
$ref: '#/components/schemas/Message' | ||
title: Messages | ||
type: array | ||
model: | ||
|
@@ -888,7 +903,7 @@ info: | |
contact: | ||
email: [email protected] | ||
name: BentoML Team | ||
description: "# gemma:dev\n\n[![pypi_status](https://img.shields.io/badge/BentoML-1.2.17-informational)](https://pypi.org/project/BentoML)\n\ | ||
description: "# gemma:dev\n\n[![pypi_status](https://img.shields.io/badge/BentoML-1.2.19-informational)](https://pypi.org/project/BentoML)\n\ | ||
[![documentation_status](https://readthedocs.org/projects/bentoml/badge/?version=latest)](https://docs.bentoml.com/)\n\ | ||
[![join_slack](https://badgen.net/badge/Join/BentoML%20Slack/cyan?icon=slack)](https://l.bentoml.com/join-slack-swagger)\n\ | ||
[![BentoML GitHub Repo](https://img.shields.io/github/stars/bentoml/bentoml?style=social)](https://github.com/bentoml/BentoML)\n\ | ||
|
@@ -923,9 +938,7 @@ paths: | |
- content: What is the meaning of life? | ||
role: user | ||
items: | ||
additionalProperties: | ||
type: string | ||
type: object | ||
$ref: '#/components/schemas/Message' | ||
title: Messages | ||
type: array | ||
model: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
bentoml/bentos/gemma/2b-instruct-fp16/env/python/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
bentoml==1.2.17 | ||
bentoml==1.2.19 | ||
torch==2.3.0 | ||
vllm==0.4.3 | ||
numpy==1.26.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
conda: | ||
channels: null | ||
dependencies: null | ||
environment_yml: null | ||
pip: null | ||
description: null | ||
docker: | ||
base_image: null | ||
cuda_version: null | ||
distro: debian | ||
dockerfile_template: null | ||
env: | ||
HF_TOKEN: '' | ||
python_version: '3.11' | ||
setup_script: null | ||
system_packages: null | ||
envs: | ||
- name: HF_TOKEN | ||
exclude: [] | ||
include: | ||
- '*.py' | ||
- ui/* | ||
- ui/chunks/* | ||
- ui/css/* | ||
- ui/media/* | ||
- ui/chunks/pages/* | ||
- bentovllm_openai/*.py | ||
- chat_templates/chat_templates/*.jinja | ||
- chat_templates/generation_configs/*.json | ||
labels: | ||
owner: bentoml-team | ||
platforms: linux | ||
service_home: /chat | ||
source_directory: vllm-chat | ||
source_repo: https://github.com/bentoml/openllm-repo-recipe.git | ||
models: [] | ||
name: null | ||
python: | ||
extra_index_url: null | ||
find_links: null | ||
index_url: null | ||
lock_packages: false | ||
no_index: null | ||
pack_git_packages: true | ||
packages: null | ||
pip_args: null | ||
requirements_txt: ./requirements.txt | ||
trusted_host: null | ||
wheels: null | ||
service: service:VLLM |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -770,6 +770,23 @@ components: | |
- type | ||
title: InvalidArgument | ||
type: object | ||
Message: | ||
properties: | ||
content: | ||
title: Content | ||
type: string | ||
role: | ||
enum: | ||
- system | ||
- user | ||
- assistant | ||
title: Role | ||
type: string | ||
required: | ||
- role | ||
- content | ||
title: Message | ||
type: object | ||
NotFound: | ||
description: Not Found | ||
properties: | ||
|
@@ -831,9 +848,7 @@ components: | |
- content: What is the meaning of life? | ||
role: user | ||
items: | ||
additionalProperties: | ||
type: string | ||
type: object | ||
$ref: '#/components/schemas/Message' | ||
title: Messages | ||
type: array | ||
model: | ||
|
@@ -888,7 +903,7 @@ info: | |
contact: | ||
email: [email protected] | ||
name: BentoML Team | ||
description: "# gemma:dev\n\n[![pypi_status](https://img.shields.io/badge/BentoML-1.2.17-informational)](https://pypi.org/project/BentoML)\n\ | ||
description: "# gemma:dev\n\n[![pypi_status](https://img.shields.io/badge/BentoML-1.2.19-informational)](https://pypi.org/project/BentoML)\n\ | ||
[![documentation_status](https://readthedocs.org/projects/bentoml/badge/?version=latest)](https://docs.bentoml.com/)\n\ | ||
[![join_slack](https://badgen.net/badge/Join/BentoML%20Slack/cyan?icon=slack)](https://l.bentoml.com/join-slack-swagger)\n\ | ||
[![BentoML GitHub Repo](https://img.shields.io/github/stars/bentoml/bentoml?style=social)](https://github.com/bentoml/BentoML)\n\ | ||
|
@@ -923,9 +938,7 @@ paths: | |
- content: What is the meaning of life? | ||
role: user | ||
items: | ||
additionalProperties: | ||
type: string | ||
type: object | ||
$ref: '#/components/schemas/Message' | ||
title: Messages | ||
type: array | ||
model: | ||
|
Oops, something went wrong.