From c8860f07d33948119d32cd620cd3d93fb94905f2 Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Wed, 25 Sep 2024 16:16:28 -0400 Subject: [PATCH] fix(llama3.2): correct link (#21) Signed-off-by: Aaron Pham --- README.md | 4 ++-- .../README.md | 2 +- .../apis/openapi.yaml | 8 ++++---- .../apis/schema.json | 4 ++-- .../bento.yaml | 10 +++++----- .../env/docker/Dockerfile | 0 .../env/docker/entrypoint.sh | 0 .../env/python/install.sh | 0 .../env/python/requirements.lock.txt | 0 .../env/python/requirements.txt | 0 .../env/python/version.txt | 0 .../src/bentofile.yaml | 2 +- .../src/chat_templates/chat_templates/alpaca.jinja | 0 .../chat_templates/chat_templates/amberchat.jinja | 0 .../src/chat_templates/chat_templates/chatml.jinja | 0 .../src/chat_templates/chat_templates/chatqa.jinja | 0 .../chat_templates/falcon-instruct.jinja | 0 .../chat_templates/chat_templates/gemma-it.jinja | 0 .../chat_templates/llama-2-chat.jinja | 0 .../chat_templates/llama-3-chat.jinja | 0 .../chat_templates/mistral-instruct.jinja | 0 .../chat_templates/chat_templates/openchat.jinja | 0 .../src/chat_templates/chat_templates/phi-3.jinja | 0 .../src/chat_templates/chat_templates/saiga.jinja | 0 .../chat_templates/solar-instruct.jinja | 0 .../src/chat_templates/chat_templates/vicuna.jinja | 0 .../src/chat_templates/chat_templates/zephyr.jinja | 0 .../chat_templates/generation_configs/alpaca.json | 0 .../generation_configs/amberchat.json | 0 .../chat_templates/generation_configs/chatqa.json | 0 .../chat_templates/generation_configs/gemma-it.json | 0 .../generation_configs/llama-2-chat.json | 0 .../generation_configs/llama-3-chat.json | 0 .../generation_configs/mistral-instruct.json | 0 .../chat_templates/generation_configs/openchat.json | 0 .../chat_templates/generation_configs/orca-2.json | 0 .../chat_templates/generation_configs/phi-3.json | 0 .../generation_configs/qwen2-chat.json | 0 .../chat_templates/generation_configs/saiga.json | 0 .../generation_configs/solar-instruct.json | 0 .../chat_templates/generation_configs/vicuna.json | 0 .../chat_templates/generation_configs/yi-chat.json | 0 .../chat_templates/generation_configs/zephyr.json | 0 .../src/openllm_config.yaml | 4 ++-- .../src/service.py | 0 .../src/ui/404.html | 0 .../static/UFSnOXBHq5ysU6-5BuENB/_buildManifest.js | 0 .../static/UFSnOXBHq5ysU6-5BuENB/_ssgManifest.js | 0 .../static/chunks/0e5ce63c-f5957df8d97fa48f.js | 0 .../static/chunks/370b0802-87e84e603248538e.js | 0 .../static/chunks/3d47b92a-f8bda4b39f1e2d9d.js | 0 .../static/chunks/479ba886-0c92f49cb8e74e58.js | 0 .../static/chunks/59650de3-87b10f0662b51900.js | 0 .../static/chunks/66ec4792-34336521b476aa45.js | 0 .../ui/_next/static/chunks/674-a1fcdac3696c5ed0.js | 0 .../ui/_next/static/chunks/69-bf2efb63b1299e3b.js | 0 .../ui/_next/static/chunks/700-532b1fe2415e5859.js | 0 .../ui/_next/static/chunks/899-fa939dd99dc7a1df.js | 0 .../static/chunks/8e1d74a4-a6b9a2554f9153c0.js | 0 .../static/chunks/94730671-0f73873f7f5896de.js | 0 .../ui/_next/static/chunks/995-34374f39bb210839.js | 0 .../chunks/app/(site)/page-5b6e14439f55739b.js | 0 .../static/chunks/app/chat/page-9c8e223f40771eb6.js | 0 .../static/chunks/app/layout-df2dea9dba0ceb06.js | 0 .../static/chunks/app/not-found-c76dccfb8b88da53.js | 0 .../static/chunks/d3ac728e-0c798b3b8aa3bf53.js | 0 .../static/chunks/fd9d1056-32c33f3919735051.js | 0 .../static/chunks/framework-00a8ba1a63cfdc9e.js | 0 .../static/chunks/main-app-e95f89b5006af8a8.js | 0 .../ui/_next/static/chunks/main-bf1416cb53f2b4c0.js | 0 .../static/chunks/pages/_app-d21e88acd55d90f1.js | 0 .../static/chunks/pages/_error-d6107f1aac0c574c.js | 0 .../static/chunks/polyfills-c67a75d1b6f99dc8.js | 0 .../_next/static/chunks/webpack-ee8b17d5a5297ccd.js | 0 .../src/ui/_next/static/css/429544bd3cd8ce3a.css | 0 .../src/ui/_next/static/css/5b67f082b31cfc7b.css | 0 .../src/ui/_next/static/css/9e63023b20ddb15e.css | 0 .../src/ui/apple-touch-icon.png | Bin .../src/ui/chat.html | 0 .../src/ui/chat.txt | 0 .../src/ui/favicon-16x16.png | Bin .../src/ui/favicon.ico | Bin .../src/ui/index.html | 0 .../src/ui/index.txt | 0 .../README.md | 2 +- .../apis/openapi.yaml | 8 ++++---- .../apis/schema.json | 4 ++-- .../bento.yaml | 10 +++++----- .../env/docker/Dockerfile | 0 .../env/docker/entrypoint.sh | 0 .../env/python/install.sh | 0 .../env/python/requirements.lock.txt | 0 .../env/python/requirements.txt | 0 .../env/python/version.txt | 0 .../src/bentofile.yaml | 2 +- .../src/chat_templates/chat_templates/alpaca.jinja | 0 .../chat_templates/chat_templates/amberchat.jinja | 0 .../src/chat_templates/chat_templates/chatml.jinja | 0 .../src/chat_templates/chat_templates/chatqa.jinja | 0 .../chat_templates/falcon-instruct.jinja | 0 .../chat_templates/chat_templates/gemma-it.jinja | 0 .../chat_templates/llama-2-chat.jinja | 0 .../chat_templates/llama-3-chat.jinja | 0 .../chat_templates/mistral-instruct.jinja | 0 .../chat_templates/chat_templates/openchat.jinja | 0 .../src/chat_templates/chat_templates/phi-3.jinja | 0 .../src/chat_templates/chat_templates/saiga.jinja | 0 .../chat_templates/solar-instruct.jinja | 0 .../src/chat_templates/chat_templates/vicuna.jinja | 0 .../src/chat_templates/chat_templates/zephyr.jinja | 0 .../chat_templates/generation_configs/alpaca.json | 0 .../generation_configs/amberchat.json | 0 .../chat_templates/generation_configs/chatqa.json | 0 .../chat_templates/generation_configs/gemma-it.json | 0 .../generation_configs/llama-2-chat.json | 0 .../generation_configs/llama-3-chat.json | 0 .../generation_configs/mistral-instruct.json | 0 .../chat_templates/generation_configs/openchat.json | 0 .../chat_templates/generation_configs/orca-2.json | 0 .../chat_templates/generation_configs/phi-3.json | 0 .../generation_configs/qwen2-chat.json | 0 .../chat_templates/generation_configs/saiga.json | 0 .../generation_configs/solar-instruct.json | 0 .../chat_templates/generation_configs/vicuna.json | 0 .../chat_templates/generation_configs/yi-chat.json | 0 .../chat_templates/generation_configs/zephyr.json | 0 .../src/openllm_config.yaml | 4 ++-- .../src/service.py | 0 .../src/ui/404.html | 0 .../static/UFSnOXBHq5ysU6-5BuENB/_buildManifest.js | 0 .../static/UFSnOXBHq5ysU6-5BuENB/_ssgManifest.js | 0 .../static/chunks/0e5ce63c-f5957df8d97fa48f.js | 0 .../static/chunks/370b0802-87e84e603248538e.js | 0 .../static/chunks/3d47b92a-f8bda4b39f1e2d9d.js | 0 .../static/chunks/479ba886-0c92f49cb8e74e58.js | 0 .../static/chunks/59650de3-87b10f0662b51900.js | 0 .../static/chunks/66ec4792-34336521b476aa45.js | 0 .../ui/_next/static/chunks/674-a1fcdac3696c5ed0.js | 0 .../ui/_next/static/chunks/69-bf2efb63b1299e3b.js | 0 .../ui/_next/static/chunks/700-532b1fe2415e5859.js | 0 .../ui/_next/static/chunks/899-fa939dd99dc7a1df.js | 0 .../static/chunks/8e1d74a4-a6b9a2554f9153c0.js | 0 .../static/chunks/94730671-0f73873f7f5896de.js | 0 .../ui/_next/static/chunks/995-34374f39bb210839.js | 0 .../chunks/app/(site)/page-5b6e14439f55739b.js | 0 .../static/chunks/app/chat/page-9c8e223f40771eb6.js | 0 .../static/chunks/app/layout-df2dea9dba0ceb06.js | 0 .../static/chunks/app/not-found-c76dccfb8b88da53.js | 0 .../static/chunks/d3ac728e-0c798b3b8aa3bf53.js | 0 .../static/chunks/fd9d1056-32c33f3919735051.js | 0 .../static/chunks/framework-00a8ba1a63cfdc9e.js | 0 .../static/chunks/main-app-e95f89b5006af8a8.js | 0 .../ui/_next/static/chunks/main-bf1416cb53f2b4c0.js | 0 .../static/chunks/pages/_app-d21e88acd55d90f1.js | 0 .../static/chunks/pages/_error-d6107f1aac0c574c.js | 0 .../static/chunks/polyfills-c67a75d1b6f99dc8.js | 0 .../_next/static/chunks/webpack-ee8b17d5a5297ccd.js | 0 .../src/ui/_next/static/css/429544bd3cd8ce3a.css | 0 .../src/ui/_next/static/css/5b67f082b31cfc7b.css | 0 .../src/ui/_next/static/css/9e63023b20ddb15e.css | 0 .../src/ui/apple-touch-icon.png | Bin .../src/ui/chat.html | 0 .../src/ui/chat.txt | 0 .../src/ui/favicon-16x16.png | Bin .../src/ui/favicon.ico | Bin .../src/ui/index.html | 0 .../src/ui/index.txt | 0 src/recipe.yaml | 8 ++++---- 168 files changed, 36 insertions(+), 36 deletions(-) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/README.md (97%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 1b-instruct-fp16-f6ac}/apis/openapi.yaml (99%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 1b-instruct-fp16-f6ac}/apis/schema.json (95%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/bento.yaml (92%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/env/docker/Dockerfile (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/env/docker/entrypoint.sh (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/env/python/install.sh (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/env/python/requirements.lock.txt (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/env/python/requirements.txt (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/env/python/version.txt (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/bentofile.yaml (89%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/chat_templates/alpaca.jinja (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/chat_templates/amberchat.jinja (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/chat_templates/chatml.jinja (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/chat_templates/chatqa.jinja (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/chat_templates/falcon-instruct.jinja (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/chat_templates/gemma-it.jinja (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/chat_templates/llama-2-chat.jinja (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/chat_templates/llama-3-chat.jinja (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/chat_templates/mistral-instruct.jinja (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/chat_templates/openchat.jinja (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/chat_templates/phi-3.jinja (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/chat_templates/saiga.jinja (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/chat_templates/solar-instruct.jinja (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/chat_templates/vicuna.jinja (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/chat_templates/zephyr.jinja (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/generation_configs/alpaca.json (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/generation_configs/amberchat.json (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/generation_configs/chatqa.json (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/generation_configs/gemma-it.json (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/generation_configs/llama-2-chat.json (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/generation_configs/llama-3-chat.json (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/generation_configs/mistral-instruct.json (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/generation_configs/openchat.json (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/generation_configs/orca-2.json (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/generation_configs/phi-3.json (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/generation_configs/qwen2-chat.json (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/generation_configs/saiga.json (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/generation_configs/solar-instruct.json (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/generation_configs/vicuna.json (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/generation_configs/yi-chat.json (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/chat_templates/generation_configs/zephyr.json (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/openllm_config.yaml (70%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/service.py (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/404.html (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/UFSnOXBHq5ysU6-5BuENB/_buildManifest.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/UFSnOXBHq5ysU6-5BuENB/_ssgManifest.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/0e5ce63c-f5957df8d97fa48f.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/370b0802-87e84e603248538e.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/3d47b92a-f8bda4b39f1e2d9d.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/479ba886-0c92f49cb8e74e58.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/59650de3-87b10f0662b51900.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/66ec4792-34336521b476aa45.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/674-a1fcdac3696c5ed0.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/69-bf2efb63b1299e3b.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/700-532b1fe2415e5859.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/899-fa939dd99dc7a1df.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/8e1d74a4-a6b9a2554f9153c0.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/94730671-0f73873f7f5896de.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/995-34374f39bb210839.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/app/(site)/page-5b6e14439f55739b.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/app/chat/page-9c8e223f40771eb6.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/app/layout-df2dea9dba0ceb06.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/app/not-found-c76dccfb8b88da53.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/d3ac728e-0c798b3b8aa3bf53.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/fd9d1056-32c33f3919735051.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/framework-00a8ba1a63cfdc9e.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/main-app-e95f89b5006af8a8.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/main-bf1416cb53f2b4c0.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/pages/_app-d21e88acd55d90f1.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/pages/_error-d6107f1aac0c574c.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/chunks/webpack-ee8b17d5a5297ccd.js (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/css/429544bd3cd8ce3a.css (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/css/5b67f082b31cfc7b.css (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/_next/static/css/9e63023b20ddb15e.css (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/apple-touch-icon.png (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/chat.html (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/chat.txt (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/favicon-16x16.png (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/favicon.ico (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/index.html (100%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 1b-instruct-fp16-f6ac}/src/ui/index.txt (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/README.md (97%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 3b-instruct-fp16-f88f}/apis/openapi.yaml (99%) rename bentoml/bentos/llama3.2/{1b-instruct-fp16-044b => 3b-instruct-fp16-f88f}/apis/schema.json (95%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/bento.yaml (92%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/env/docker/Dockerfile (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/env/docker/entrypoint.sh (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/env/python/install.sh (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/env/python/requirements.lock.txt (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/env/python/requirements.txt (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/env/python/version.txt (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/bentofile.yaml (89%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/chat_templates/alpaca.jinja (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/chat_templates/amberchat.jinja (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/chat_templates/chatml.jinja (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/chat_templates/chatqa.jinja (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/chat_templates/falcon-instruct.jinja (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/chat_templates/gemma-it.jinja (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/chat_templates/llama-2-chat.jinja (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/chat_templates/llama-3-chat.jinja (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/chat_templates/mistral-instruct.jinja (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/chat_templates/openchat.jinja (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/chat_templates/phi-3.jinja (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/chat_templates/saiga.jinja (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/chat_templates/solar-instruct.jinja (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/chat_templates/vicuna.jinja (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/chat_templates/zephyr.jinja (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/generation_configs/alpaca.json (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/generation_configs/amberchat.json (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/generation_configs/chatqa.json (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/generation_configs/gemma-it.json (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/generation_configs/llama-2-chat.json (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/generation_configs/llama-3-chat.json (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/generation_configs/mistral-instruct.json (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/generation_configs/openchat.json (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/generation_configs/orca-2.json (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/generation_configs/phi-3.json (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/generation_configs/qwen2-chat.json (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/generation_configs/saiga.json (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/generation_configs/solar-instruct.json (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/generation_configs/vicuna.json (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/generation_configs/yi-chat.json (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/chat_templates/generation_configs/zephyr.json (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/openllm_config.yaml (70%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/service.py (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/404.html (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/UFSnOXBHq5ysU6-5BuENB/_buildManifest.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/UFSnOXBHq5ysU6-5BuENB/_ssgManifest.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/0e5ce63c-f5957df8d97fa48f.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/370b0802-87e84e603248538e.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/3d47b92a-f8bda4b39f1e2d9d.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/479ba886-0c92f49cb8e74e58.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/59650de3-87b10f0662b51900.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/66ec4792-34336521b476aa45.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/674-a1fcdac3696c5ed0.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/69-bf2efb63b1299e3b.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/700-532b1fe2415e5859.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/899-fa939dd99dc7a1df.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/8e1d74a4-a6b9a2554f9153c0.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/94730671-0f73873f7f5896de.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/995-34374f39bb210839.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/app/(site)/page-5b6e14439f55739b.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/app/chat/page-9c8e223f40771eb6.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/app/layout-df2dea9dba0ceb06.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/app/not-found-c76dccfb8b88da53.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/d3ac728e-0c798b3b8aa3bf53.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/fd9d1056-32c33f3919735051.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/framework-00a8ba1a63cfdc9e.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/main-app-e95f89b5006af8a8.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/main-bf1416cb53f2b4c0.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/pages/_app-d21e88acd55d90f1.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/pages/_error-d6107f1aac0c574c.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/chunks/webpack-ee8b17d5a5297ccd.js (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/css/429544bd3cd8ce3a.css (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/css/5b67f082b31cfc7b.css (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/_next/static/css/9e63023b20ddb15e.css (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/apple-touch-icon.png (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/chat.html (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/chat.txt (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/favicon-16x16.png (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/favicon.ico (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/index.html (100%) rename bentoml/bentos/llama3.2/{3b-instruct-fp16-cef8 => 3b-instruct-fp16-f88f}/src/ui/index.txt (100%) diff --git a/README.md b/README.md index 4ad2e849..d1a0305c 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ openllm repo add nightly https://github.com/bentoml/openllm-models@nightly | Model | Version | Huggingface Link | | --- | --- | --- | -| llama3.2 | 1b-instruct-fp16-044b | [HF Link](https://huggingface.co/meta-llama/Meta-Llama-3.2-1B-Instruct) | -| llama3.2 | 3b-instruct-fp16-cef8 | [HF Link](https://huggingface.co/meta-llama/Meta-Llama-3.2-3B-Instruct) | +| llama3.2 | 1b-instruct-fp16-f6ac | [HF Link](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct) | +| llama3.2 | 3b-instruct-fp16-f88f | [HF Link](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) | --- diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/README.md b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/README.md similarity index 97% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/README.md rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/README.md index 8c5b2a7e..71b82acb 100644 --- a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/README.md +++ b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/README.md @@ -1,4 +1,4 @@ -# llama3.2:1b-instruct-fp16-044b +# llama3.2:1b-instruct-fp16-f6ac [![pypi_status](https://img.shields.io/badge/BentoML-1.3.5-informational)](https://pypi.org/project/BentoML) [![documentation_status](https://readthedocs.org/projects/bentoml/badge/?version=latest)](https://docs.bentoml.com/) diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/apis/openapi.yaml b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/apis/openapi.yaml similarity index 99% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/apis/openapi.yaml rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/apis/openapi.yaml index 1272c4c8..553916a2 100644 --- a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/apis/openapi.yaml +++ b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/apis/openapi.yaml @@ -1108,7 +1108,7 @@ components: title: Messages type: array model: - default: meta-llama/Meta-Llama-3.2-3B-Instruct + default: meta-llama/Llama-3.2-1B-Instruct title: Model type: string stop: @@ -1130,7 +1130,7 @@ components: title: Max Tokens type: integer model: - default: meta-llama/Meta-Llama-3.2-3B-Instruct + default: meta-llama/Llama-3.2-1B-Instruct title: Model type: string prompt: @@ -1190,7 +1190,7 @@ paths: title: Messages type: array model: - default: meta-llama/Meta-Llama-3.2-3B-Instruct + default: meta-llama/Llama-3.2-1B-Instruct title: Model type: string stop: @@ -1246,7 +1246,7 @@ paths: title: Max Tokens type: integer model: - default: meta-llama/Meta-Llama-3.2-3B-Instruct + default: meta-llama/Llama-3.2-1B-Instruct title: Model type: string prompt: diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/apis/schema.json b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/apis/schema.json similarity index 95% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/apis/schema.json rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/apis/schema.json index 71f7d32a..fcb9122c 100644 --- a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/apis/schema.json +++ b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/apis/schema.json @@ -42,7 +42,7 @@ "type": "array" }, "model": { - "default": "meta-llama/Meta-Llama-3.2-3B-Instruct", + "default": "meta-llama/Llama-3.2-1B-Instruct", "title": "Model", "type": "string" }, @@ -85,7 +85,7 @@ "type": "string" }, "model": { - "default": "meta-llama/Meta-Llama-3.2-3B-Instruct", + "default": "meta-llama/Llama-3.2-1B-Instruct", "title": "Model", "type": "string" }, diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/bento.yaml b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/bento.yaml similarity index 92% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/bento.yaml rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/bento.yaml index fed4e95e..f49285a9 100644 --- a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/bento.yaml +++ b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/bento.yaml @@ -1,10 +1,10 @@ service: service:VLLM name: llama3.2 -version: 1b-instruct-fp16-044b +version: 1b-instruct-fp16-f6ac bentoml_version: 1.3.5 -creation_time: '2024-09-25T19:56:53.080273+00:00' +creation_time: '2024-09-25T20:13:49.177700+00:00' labels: - model_name: meta-llama/Meta-Llama-3.2-1B-Instruct + model_name: meta-llama/Llama-3.2-1B-Instruct openllm_alias: 1b,1b-instruct platforms: linux source: https://github.com/bentoml/openllm-models-feed/tree/main/src/vllm-chat @@ -58,7 +58,7 @@ schema: title: Messages type: array model: - default: meta-llama/Meta-Llama-3.2-1B-Instruct + default: meta-llama/Llama-3.2-1B-Instruct title: Model type: string max_tokens: @@ -91,7 +91,7 @@ schema: title: Prompt type: string model: - default: meta-llama/Meta-Llama-3.2-1B-Instruct + default: meta-llama/Llama-3.2-1B-Instruct title: Model type: string max_tokens: diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/env/docker/Dockerfile b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/env/docker/Dockerfile similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/env/docker/Dockerfile rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/env/docker/Dockerfile diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/env/docker/entrypoint.sh b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/env/docker/entrypoint.sh similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/env/docker/entrypoint.sh rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/env/docker/entrypoint.sh diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/env/python/install.sh b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/env/python/install.sh similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/env/python/install.sh rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/env/python/install.sh diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/env/python/requirements.lock.txt b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/env/python/requirements.lock.txt similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/env/python/requirements.lock.txt rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/env/python/requirements.lock.txt diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/env/python/requirements.txt b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/env/python/requirements.txt similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/env/python/requirements.txt rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/env/python/requirements.txt diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/env/python/version.txt b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/env/python/version.txt similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/env/python/version.txt rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/env/python/version.txt diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/bentofile.yaml b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/bentofile.yaml similarity index 89% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/bentofile.yaml rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/bentofile.yaml index 76f06139..0bcc2cbd 100644 --- a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/bentofile.yaml +++ b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/bentofile.yaml @@ -12,7 +12,7 @@ include: - chat_templates/chat_templates/*.jinja - chat_templates/generation_configs/*.json labels: - model_name: meta-llama/Meta-Llama-3.2-1B-Instruct + model_name: meta-llama/Llama-3.2-1B-Instruct openllm_alias: 1b,1b-instruct platforms: linux source: https://github.com/bentoml/openllm-models-feed/tree/main/src/vllm-chat diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/alpaca.jinja b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/alpaca.jinja similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/alpaca.jinja rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/alpaca.jinja diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/amberchat.jinja b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/amberchat.jinja similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/amberchat.jinja rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/amberchat.jinja diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/chatml.jinja b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/chatml.jinja similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/chatml.jinja rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/chatml.jinja diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/chatqa.jinja b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/chatqa.jinja similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/chatqa.jinja rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/chatqa.jinja diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/falcon-instruct.jinja b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/falcon-instruct.jinja similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/falcon-instruct.jinja rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/falcon-instruct.jinja diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/gemma-it.jinja b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/gemma-it.jinja similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/gemma-it.jinja rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/gemma-it.jinja diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/llama-2-chat.jinja b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/llama-2-chat.jinja similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/llama-2-chat.jinja rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/llama-2-chat.jinja diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/llama-3-chat.jinja b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/llama-3-chat.jinja similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/llama-3-chat.jinja rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/llama-3-chat.jinja diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/mistral-instruct.jinja b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/mistral-instruct.jinja similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/mistral-instruct.jinja rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/mistral-instruct.jinja diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/openchat.jinja b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/openchat.jinja similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/openchat.jinja rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/openchat.jinja diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/phi-3.jinja b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/phi-3.jinja similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/phi-3.jinja rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/phi-3.jinja diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/saiga.jinja b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/saiga.jinja similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/saiga.jinja rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/saiga.jinja diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/solar-instruct.jinja b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/solar-instruct.jinja similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/solar-instruct.jinja rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/solar-instruct.jinja diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/vicuna.jinja b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/vicuna.jinja similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/vicuna.jinja rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/vicuna.jinja diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/zephyr.jinja b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/zephyr.jinja similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/chat_templates/zephyr.jinja rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/chat_templates/zephyr.jinja diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/alpaca.json b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/alpaca.json similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/alpaca.json rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/alpaca.json diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/amberchat.json b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/amberchat.json similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/amberchat.json rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/amberchat.json diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/chatqa.json b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/chatqa.json similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/chatqa.json rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/chatqa.json diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/gemma-it.json b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/gemma-it.json similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/gemma-it.json rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/gemma-it.json diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/llama-2-chat.json b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/llama-2-chat.json similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/llama-2-chat.json rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/llama-2-chat.json diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/llama-3-chat.json b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/llama-3-chat.json similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/llama-3-chat.json rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/llama-3-chat.json diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/mistral-instruct.json b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/mistral-instruct.json similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/mistral-instruct.json rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/mistral-instruct.json diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/openchat.json b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/openchat.json similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/openchat.json rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/openchat.json diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/orca-2.json b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/orca-2.json similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/orca-2.json rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/orca-2.json diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/phi-3.json b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/phi-3.json similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/phi-3.json rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/phi-3.json diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/qwen2-chat.json b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/qwen2-chat.json similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/qwen2-chat.json rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/qwen2-chat.json diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/saiga.json b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/saiga.json similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/saiga.json rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/saiga.json diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/solar-instruct.json b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/solar-instruct.json similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/solar-instruct.json rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/solar-instruct.json diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/vicuna.json b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/vicuna.json similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/vicuna.json rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/vicuna.json diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/yi-chat.json b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/yi-chat.json similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/yi-chat.json rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/yi-chat.json diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/zephyr.json b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/zephyr.json similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/chat_templates/generation_configs/zephyr.json rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/chat_templates/generation_configs/zephyr.json diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/openllm_config.yaml b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/openllm_config.yaml similarity index 70% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/openllm_config.yaml rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/openllm_config.yaml index a2537ca5..9854d25f 100644 --- a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/openllm_config.yaml +++ b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/openllm_config.yaml @@ -1,9 +1,9 @@ engine_config: dtype: half max_model_len: 2048 - model: meta-llama/Meta-Llama-3.2-1B-Instruct + model: meta-llama/Llama-3.2-1B-Instruct extra_labels: - model_name: meta-llama/Meta-Llama-3.2-1B-Instruct + model_name: meta-llama/Llama-3.2-1B-Instruct openllm_alias: 1b,1b-instruct project: vllm-chat service_config: diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/service.py b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/service.py similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/service.py rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/service.py diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/404.html b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/404.html similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/404.html rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/404.html diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/UFSnOXBHq5ysU6-5BuENB/_buildManifest.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/UFSnOXBHq5ysU6-5BuENB/_buildManifest.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/UFSnOXBHq5ysU6-5BuENB/_buildManifest.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/UFSnOXBHq5ysU6-5BuENB/_buildManifest.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/UFSnOXBHq5ysU6-5BuENB/_ssgManifest.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/UFSnOXBHq5ysU6-5BuENB/_ssgManifest.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/UFSnOXBHq5ysU6-5BuENB/_ssgManifest.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/UFSnOXBHq5ysU6-5BuENB/_ssgManifest.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/0e5ce63c-f5957df8d97fa48f.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/0e5ce63c-f5957df8d97fa48f.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/0e5ce63c-f5957df8d97fa48f.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/0e5ce63c-f5957df8d97fa48f.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/370b0802-87e84e603248538e.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/370b0802-87e84e603248538e.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/370b0802-87e84e603248538e.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/370b0802-87e84e603248538e.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/3d47b92a-f8bda4b39f1e2d9d.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/3d47b92a-f8bda4b39f1e2d9d.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/3d47b92a-f8bda4b39f1e2d9d.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/3d47b92a-f8bda4b39f1e2d9d.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/479ba886-0c92f49cb8e74e58.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/479ba886-0c92f49cb8e74e58.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/479ba886-0c92f49cb8e74e58.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/479ba886-0c92f49cb8e74e58.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/59650de3-87b10f0662b51900.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/59650de3-87b10f0662b51900.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/59650de3-87b10f0662b51900.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/59650de3-87b10f0662b51900.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/66ec4792-34336521b476aa45.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/66ec4792-34336521b476aa45.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/66ec4792-34336521b476aa45.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/66ec4792-34336521b476aa45.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/674-a1fcdac3696c5ed0.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/674-a1fcdac3696c5ed0.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/674-a1fcdac3696c5ed0.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/674-a1fcdac3696c5ed0.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/69-bf2efb63b1299e3b.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/69-bf2efb63b1299e3b.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/69-bf2efb63b1299e3b.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/69-bf2efb63b1299e3b.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/700-532b1fe2415e5859.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/700-532b1fe2415e5859.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/700-532b1fe2415e5859.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/700-532b1fe2415e5859.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/899-fa939dd99dc7a1df.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/899-fa939dd99dc7a1df.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/899-fa939dd99dc7a1df.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/899-fa939dd99dc7a1df.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/8e1d74a4-a6b9a2554f9153c0.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/8e1d74a4-a6b9a2554f9153c0.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/8e1d74a4-a6b9a2554f9153c0.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/8e1d74a4-a6b9a2554f9153c0.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/94730671-0f73873f7f5896de.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/94730671-0f73873f7f5896de.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/94730671-0f73873f7f5896de.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/94730671-0f73873f7f5896de.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/995-34374f39bb210839.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/995-34374f39bb210839.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/995-34374f39bb210839.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/995-34374f39bb210839.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/app/(site)/page-5b6e14439f55739b.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/app/(site)/page-5b6e14439f55739b.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/app/(site)/page-5b6e14439f55739b.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/app/(site)/page-5b6e14439f55739b.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/app/chat/page-9c8e223f40771eb6.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/app/chat/page-9c8e223f40771eb6.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/app/chat/page-9c8e223f40771eb6.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/app/chat/page-9c8e223f40771eb6.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/app/layout-df2dea9dba0ceb06.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/app/layout-df2dea9dba0ceb06.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/app/layout-df2dea9dba0ceb06.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/app/layout-df2dea9dba0ceb06.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/app/not-found-c76dccfb8b88da53.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/app/not-found-c76dccfb8b88da53.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/app/not-found-c76dccfb8b88da53.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/app/not-found-c76dccfb8b88da53.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/d3ac728e-0c798b3b8aa3bf53.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/d3ac728e-0c798b3b8aa3bf53.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/d3ac728e-0c798b3b8aa3bf53.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/d3ac728e-0c798b3b8aa3bf53.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/fd9d1056-32c33f3919735051.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/fd9d1056-32c33f3919735051.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/fd9d1056-32c33f3919735051.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/fd9d1056-32c33f3919735051.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/framework-00a8ba1a63cfdc9e.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/framework-00a8ba1a63cfdc9e.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/framework-00a8ba1a63cfdc9e.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/framework-00a8ba1a63cfdc9e.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/main-app-e95f89b5006af8a8.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/main-app-e95f89b5006af8a8.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/main-app-e95f89b5006af8a8.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/main-app-e95f89b5006af8a8.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/main-bf1416cb53f2b4c0.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/main-bf1416cb53f2b4c0.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/main-bf1416cb53f2b4c0.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/main-bf1416cb53f2b4c0.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/pages/_app-d21e88acd55d90f1.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/pages/_app-d21e88acd55d90f1.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/pages/_app-d21e88acd55d90f1.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/pages/_app-d21e88acd55d90f1.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/pages/_error-d6107f1aac0c574c.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/pages/_error-d6107f1aac0c574c.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/pages/_error-d6107f1aac0c574c.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/pages/_error-d6107f1aac0c574c.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/webpack-ee8b17d5a5297ccd.js b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/webpack-ee8b17d5a5297ccd.js similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/chunks/webpack-ee8b17d5a5297ccd.js rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/chunks/webpack-ee8b17d5a5297ccd.js diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/css/429544bd3cd8ce3a.css b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/css/429544bd3cd8ce3a.css similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/css/429544bd3cd8ce3a.css rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/css/429544bd3cd8ce3a.css diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/css/5b67f082b31cfc7b.css b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/css/5b67f082b31cfc7b.css similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/css/5b67f082b31cfc7b.css rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/css/5b67f082b31cfc7b.css diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/css/9e63023b20ddb15e.css b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/css/9e63023b20ddb15e.css similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/_next/static/css/9e63023b20ddb15e.css rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/_next/static/css/9e63023b20ddb15e.css diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/apple-touch-icon.png b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/apple-touch-icon.png similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/apple-touch-icon.png rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/apple-touch-icon.png diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/chat.html b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/chat.html similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/chat.html rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/chat.html diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/chat.txt b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/chat.txt similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/chat.txt rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/chat.txt diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/favicon-16x16.png b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/favicon-16x16.png similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/favicon-16x16.png rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/favicon-16x16.png diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/favicon.ico b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/favicon.ico similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/favicon.ico rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/favicon.ico diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/index.html b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/index.html similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/index.html rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/index.html diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/index.txt b/bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/index.txt similarity index 100% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/src/ui/index.txt rename to bentoml/bentos/llama3.2/1b-instruct-fp16-f6ac/src/ui/index.txt diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/README.md b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/README.md similarity index 97% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/README.md rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/README.md index 8588cb32..91048612 100644 --- a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/README.md +++ b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/README.md @@ -1,4 +1,4 @@ -# llama3.2:3b-instruct-fp16-cef8 +# llama3.2:3b-instruct-fp16-f88f [![pypi_status](https://img.shields.io/badge/BentoML-1.3.5-informational)](https://pypi.org/project/BentoML) [![documentation_status](https://readthedocs.org/projects/bentoml/badge/?version=latest)](https://docs.bentoml.com/) diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/apis/openapi.yaml b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/apis/openapi.yaml similarity index 99% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/apis/openapi.yaml rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/apis/openapi.yaml index 539e3f26..5d53f53b 100644 --- a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/apis/openapi.yaml +++ b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/apis/openapi.yaml @@ -1108,7 +1108,7 @@ components: title: Messages type: array model: - default: meta-llama/Meta-Llama-3.2-1B-Instruct + default: meta-llama/Llama-3.2-3B-Instruct title: Model type: string stop: @@ -1130,7 +1130,7 @@ components: title: Max Tokens type: integer model: - default: meta-llama/Meta-Llama-3.2-1B-Instruct + default: meta-llama/Llama-3.2-3B-Instruct title: Model type: string prompt: @@ -1190,7 +1190,7 @@ paths: title: Messages type: array model: - default: meta-llama/Meta-Llama-3.2-1B-Instruct + default: meta-llama/Llama-3.2-3B-Instruct title: Model type: string stop: @@ -1246,7 +1246,7 @@ paths: title: Max Tokens type: integer model: - default: meta-llama/Meta-Llama-3.2-1B-Instruct + default: meta-llama/Llama-3.2-3B-Instruct title: Model type: string prompt: diff --git a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/apis/schema.json b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/apis/schema.json similarity index 95% rename from bentoml/bentos/llama3.2/1b-instruct-fp16-044b/apis/schema.json rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/apis/schema.json index 76402ad4..80b34639 100644 --- a/bentoml/bentos/llama3.2/1b-instruct-fp16-044b/apis/schema.json +++ b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/apis/schema.json @@ -42,7 +42,7 @@ "type": "array" }, "model": { - "default": "meta-llama/Meta-Llama-3.2-1B-Instruct", + "default": "meta-llama/Llama-3.2-3B-Instruct", "title": "Model", "type": "string" }, @@ -85,7 +85,7 @@ "type": "string" }, "model": { - "default": "meta-llama/Meta-Llama-3.2-1B-Instruct", + "default": "meta-llama/Llama-3.2-3B-Instruct", "title": "Model", "type": "string" }, diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/bento.yaml b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/bento.yaml similarity index 92% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/bento.yaml rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/bento.yaml index 932d8dd4..45cc3b57 100644 --- a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/bento.yaml +++ b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/bento.yaml @@ -1,10 +1,10 @@ service: service:VLLM name: llama3.2 -version: 3b-instruct-fp16-cef8 +version: 3b-instruct-fp16-f88f bentoml_version: 1.3.5 -creation_time: '2024-09-25T19:57:05.431883+00:00' +creation_time: '2024-09-25T20:15:49.464375+00:00' labels: - model_name: meta-llama/Meta-Llama-3.2-3B-Instruct + model_name: meta-llama/Llama-3.2-3B-Instruct openllm_alias: 3b,3b-instruct platforms: linux source: https://github.com/bentoml/openllm-models-feed/tree/main/src/vllm-chat @@ -58,7 +58,7 @@ schema: title: Messages type: array model: - default: meta-llama/Meta-Llama-3.2-3B-Instruct + default: meta-llama/Llama-3.2-3B-Instruct title: Model type: string max_tokens: @@ -91,7 +91,7 @@ schema: title: Prompt type: string model: - default: meta-llama/Meta-Llama-3.2-3B-Instruct + default: meta-llama/Llama-3.2-3B-Instruct title: Model type: string max_tokens: diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/env/docker/Dockerfile b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/env/docker/Dockerfile similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/env/docker/Dockerfile rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/env/docker/Dockerfile diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/env/docker/entrypoint.sh b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/env/docker/entrypoint.sh similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/env/docker/entrypoint.sh rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/env/docker/entrypoint.sh diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/env/python/install.sh b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/env/python/install.sh similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/env/python/install.sh rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/env/python/install.sh diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/env/python/requirements.lock.txt b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/env/python/requirements.lock.txt similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/env/python/requirements.lock.txt rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/env/python/requirements.lock.txt diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/env/python/requirements.txt b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/env/python/requirements.txt similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/env/python/requirements.txt rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/env/python/requirements.txt diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/env/python/version.txt b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/env/python/version.txt similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/env/python/version.txt rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/env/python/version.txt diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/bentofile.yaml b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/bentofile.yaml similarity index 89% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/bentofile.yaml rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/bentofile.yaml index c782a340..ad8013e4 100644 --- a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/bentofile.yaml +++ b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/bentofile.yaml @@ -12,7 +12,7 @@ include: - chat_templates/chat_templates/*.jinja - chat_templates/generation_configs/*.json labels: - model_name: meta-llama/Meta-Llama-3.2-3B-Instruct + model_name: meta-llama/Llama-3.2-3B-Instruct openllm_alias: 3b,3b-instruct platforms: linux source: https://github.com/bentoml/openllm-models-feed/tree/main/src/vllm-chat diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/alpaca.jinja b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/alpaca.jinja similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/alpaca.jinja rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/alpaca.jinja diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/amberchat.jinja b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/amberchat.jinja similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/amberchat.jinja rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/amberchat.jinja diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/chatml.jinja b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/chatml.jinja similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/chatml.jinja rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/chatml.jinja diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/chatqa.jinja b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/chatqa.jinja similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/chatqa.jinja rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/chatqa.jinja diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/falcon-instruct.jinja b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/falcon-instruct.jinja similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/falcon-instruct.jinja rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/falcon-instruct.jinja diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/gemma-it.jinja b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/gemma-it.jinja similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/gemma-it.jinja rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/gemma-it.jinja diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/llama-2-chat.jinja b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/llama-2-chat.jinja similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/llama-2-chat.jinja rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/llama-2-chat.jinja diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/llama-3-chat.jinja b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/llama-3-chat.jinja similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/llama-3-chat.jinja rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/llama-3-chat.jinja diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/mistral-instruct.jinja b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/mistral-instruct.jinja similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/mistral-instruct.jinja rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/mistral-instruct.jinja diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/openchat.jinja b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/openchat.jinja similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/openchat.jinja rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/openchat.jinja diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/phi-3.jinja b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/phi-3.jinja similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/phi-3.jinja rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/phi-3.jinja diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/saiga.jinja b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/saiga.jinja similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/saiga.jinja rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/saiga.jinja diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/solar-instruct.jinja b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/solar-instruct.jinja similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/solar-instruct.jinja rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/solar-instruct.jinja diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/vicuna.jinja b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/vicuna.jinja similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/vicuna.jinja rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/vicuna.jinja diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/zephyr.jinja b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/zephyr.jinja similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/chat_templates/zephyr.jinja rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/chat_templates/zephyr.jinja diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/alpaca.json b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/alpaca.json similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/alpaca.json rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/alpaca.json diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/amberchat.json b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/amberchat.json similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/amberchat.json rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/amberchat.json diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/chatqa.json b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/chatqa.json similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/chatqa.json rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/chatqa.json diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/gemma-it.json b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/gemma-it.json similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/gemma-it.json rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/gemma-it.json diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/llama-2-chat.json b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/llama-2-chat.json similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/llama-2-chat.json rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/llama-2-chat.json diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/llama-3-chat.json b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/llama-3-chat.json similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/llama-3-chat.json rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/llama-3-chat.json diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/mistral-instruct.json b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/mistral-instruct.json similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/mistral-instruct.json rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/mistral-instruct.json diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/openchat.json b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/openchat.json similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/openchat.json rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/openchat.json diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/orca-2.json b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/orca-2.json similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/orca-2.json rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/orca-2.json diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/phi-3.json b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/phi-3.json similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/phi-3.json rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/phi-3.json diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/qwen2-chat.json b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/qwen2-chat.json similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/qwen2-chat.json rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/qwen2-chat.json diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/saiga.json b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/saiga.json similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/saiga.json rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/saiga.json diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/solar-instruct.json b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/solar-instruct.json similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/solar-instruct.json rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/solar-instruct.json diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/vicuna.json b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/vicuna.json similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/vicuna.json rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/vicuna.json diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/yi-chat.json b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/yi-chat.json similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/yi-chat.json rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/yi-chat.json diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/zephyr.json b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/zephyr.json similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/chat_templates/generation_configs/zephyr.json rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/chat_templates/generation_configs/zephyr.json diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/openllm_config.yaml b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/openllm_config.yaml similarity index 70% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/openllm_config.yaml rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/openllm_config.yaml index ad13851c..acb8cf6b 100644 --- a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/openllm_config.yaml +++ b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/openllm_config.yaml @@ -1,9 +1,9 @@ engine_config: dtype: half max_model_len: 2048 - model: meta-llama/Meta-Llama-3.2-3B-Instruct + model: meta-llama/Llama-3.2-3B-Instruct extra_labels: - model_name: meta-llama/Meta-Llama-3.2-3B-Instruct + model_name: meta-llama/Llama-3.2-3B-Instruct openllm_alias: 3b,3b-instruct project: vllm-chat service_config: diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/service.py b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/service.py similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/service.py rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/service.py diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/404.html b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/404.html similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/404.html rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/404.html diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/UFSnOXBHq5ysU6-5BuENB/_buildManifest.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/UFSnOXBHq5ysU6-5BuENB/_buildManifest.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/UFSnOXBHq5ysU6-5BuENB/_buildManifest.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/UFSnOXBHq5ysU6-5BuENB/_buildManifest.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/UFSnOXBHq5ysU6-5BuENB/_ssgManifest.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/UFSnOXBHq5ysU6-5BuENB/_ssgManifest.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/UFSnOXBHq5ysU6-5BuENB/_ssgManifest.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/UFSnOXBHq5ysU6-5BuENB/_ssgManifest.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/0e5ce63c-f5957df8d97fa48f.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/0e5ce63c-f5957df8d97fa48f.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/0e5ce63c-f5957df8d97fa48f.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/0e5ce63c-f5957df8d97fa48f.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/370b0802-87e84e603248538e.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/370b0802-87e84e603248538e.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/370b0802-87e84e603248538e.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/370b0802-87e84e603248538e.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/3d47b92a-f8bda4b39f1e2d9d.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/3d47b92a-f8bda4b39f1e2d9d.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/3d47b92a-f8bda4b39f1e2d9d.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/3d47b92a-f8bda4b39f1e2d9d.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/479ba886-0c92f49cb8e74e58.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/479ba886-0c92f49cb8e74e58.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/479ba886-0c92f49cb8e74e58.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/479ba886-0c92f49cb8e74e58.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/59650de3-87b10f0662b51900.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/59650de3-87b10f0662b51900.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/59650de3-87b10f0662b51900.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/59650de3-87b10f0662b51900.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/66ec4792-34336521b476aa45.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/66ec4792-34336521b476aa45.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/66ec4792-34336521b476aa45.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/66ec4792-34336521b476aa45.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/674-a1fcdac3696c5ed0.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/674-a1fcdac3696c5ed0.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/674-a1fcdac3696c5ed0.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/674-a1fcdac3696c5ed0.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/69-bf2efb63b1299e3b.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/69-bf2efb63b1299e3b.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/69-bf2efb63b1299e3b.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/69-bf2efb63b1299e3b.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/700-532b1fe2415e5859.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/700-532b1fe2415e5859.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/700-532b1fe2415e5859.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/700-532b1fe2415e5859.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/899-fa939dd99dc7a1df.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/899-fa939dd99dc7a1df.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/899-fa939dd99dc7a1df.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/899-fa939dd99dc7a1df.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/8e1d74a4-a6b9a2554f9153c0.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/8e1d74a4-a6b9a2554f9153c0.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/8e1d74a4-a6b9a2554f9153c0.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/8e1d74a4-a6b9a2554f9153c0.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/94730671-0f73873f7f5896de.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/94730671-0f73873f7f5896de.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/94730671-0f73873f7f5896de.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/94730671-0f73873f7f5896de.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/995-34374f39bb210839.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/995-34374f39bb210839.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/995-34374f39bb210839.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/995-34374f39bb210839.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/app/(site)/page-5b6e14439f55739b.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/app/(site)/page-5b6e14439f55739b.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/app/(site)/page-5b6e14439f55739b.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/app/(site)/page-5b6e14439f55739b.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/app/chat/page-9c8e223f40771eb6.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/app/chat/page-9c8e223f40771eb6.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/app/chat/page-9c8e223f40771eb6.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/app/chat/page-9c8e223f40771eb6.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/app/layout-df2dea9dba0ceb06.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/app/layout-df2dea9dba0ceb06.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/app/layout-df2dea9dba0ceb06.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/app/layout-df2dea9dba0ceb06.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/app/not-found-c76dccfb8b88da53.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/app/not-found-c76dccfb8b88da53.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/app/not-found-c76dccfb8b88da53.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/app/not-found-c76dccfb8b88da53.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/d3ac728e-0c798b3b8aa3bf53.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/d3ac728e-0c798b3b8aa3bf53.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/d3ac728e-0c798b3b8aa3bf53.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/d3ac728e-0c798b3b8aa3bf53.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/fd9d1056-32c33f3919735051.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/fd9d1056-32c33f3919735051.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/fd9d1056-32c33f3919735051.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/fd9d1056-32c33f3919735051.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/framework-00a8ba1a63cfdc9e.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/framework-00a8ba1a63cfdc9e.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/framework-00a8ba1a63cfdc9e.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/framework-00a8ba1a63cfdc9e.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/main-app-e95f89b5006af8a8.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/main-app-e95f89b5006af8a8.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/main-app-e95f89b5006af8a8.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/main-app-e95f89b5006af8a8.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/main-bf1416cb53f2b4c0.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/main-bf1416cb53f2b4c0.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/main-bf1416cb53f2b4c0.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/main-bf1416cb53f2b4c0.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/pages/_app-d21e88acd55d90f1.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/pages/_app-d21e88acd55d90f1.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/pages/_app-d21e88acd55d90f1.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/pages/_app-d21e88acd55d90f1.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/pages/_error-d6107f1aac0c574c.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/pages/_error-d6107f1aac0c574c.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/pages/_error-d6107f1aac0c574c.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/pages/_error-d6107f1aac0c574c.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/webpack-ee8b17d5a5297ccd.js b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/webpack-ee8b17d5a5297ccd.js similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/chunks/webpack-ee8b17d5a5297ccd.js rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/chunks/webpack-ee8b17d5a5297ccd.js diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/css/429544bd3cd8ce3a.css b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/css/429544bd3cd8ce3a.css similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/css/429544bd3cd8ce3a.css rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/css/429544bd3cd8ce3a.css diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/css/5b67f082b31cfc7b.css b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/css/5b67f082b31cfc7b.css similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/css/5b67f082b31cfc7b.css rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/css/5b67f082b31cfc7b.css diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/css/9e63023b20ddb15e.css b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/css/9e63023b20ddb15e.css similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/_next/static/css/9e63023b20ddb15e.css rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/_next/static/css/9e63023b20ddb15e.css diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/apple-touch-icon.png b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/apple-touch-icon.png similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/apple-touch-icon.png rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/apple-touch-icon.png diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/chat.html b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/chat.html similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/chat.html rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/chat.html diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/chat.txt b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/chat.txt similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/chat.txt rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/chat.txt diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/favicon-16x16.png b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/favicon-16x16.png similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/favicon-16x16.png rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/favicon-16x16.png diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/favicon.ico b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/favicon.ico similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/favicon.ico rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/favicon.ico diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/index.html b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/index.html similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/index.html rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/index.html diff --git a/bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/index.txt b/bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/index.txt similarity index 100% rename from bentoml/bentos/llama3.2/3b-instruct-fp16-cef8/src/ui/index.txt rename to bentoml/bentos/llama3.2/3b-instruct-fp16-f88f/src/ui/index.txt diff --git a/src/recipe.yaml b/src/recipe.yaml index 6fd930ca..8f70878e 100644 --- a/src/recipe.yaml +++ b/src/recipe.yaml @@ -267,12 +267,12 @@ gpu: 1 gpu_type: nvidia-rtx-3060 engine_config: - model: meta-llama/Meta-Llama-3.2-1B-Instruct + model: meta-llama/Llama-3.2-1B-Instruct max_model_len: 2048 dtype: half extra_labels: openllm_alias: 1b,1b-instruct - model_name: meta-llama/Meta-Llama-3.2-1B-Instruct + model_name: meta-llama/Llama-3.2-1B-Instruct 'llama3.2:3b-instruct-fp16': project: vllm-chat service_config: @@ -283,12 +283,12 @@ gpu: 1 gpu_type: nvidia-rtx-3060 engine_config: - model: meta-llama/Meta-Llama-3.2-3B-Instruct + model: meta-llama/Llama-3.2-3B-Instruct max_model_len: 2048 dtype: half extra_labels: openllm_alias: 3b,3b-instruct - model_name: meta-llama/Meta-Llama-3.2-3B-Instruct + model_name: meta-llama/Llama-3.2-3B-Instruct 'llama3.1:8b-instruct-fp16': project: vllm-chat service_config: