Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WebGPU Phi-3.5 Mini #52

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ let SAMPLES = [
{
id: "webgpu_phi3_mini",
title: "Phi-3",
desc: "A private and powerful AI chatbot that runs locally in your browser",
desc: "Language model released in Apr 2024 by Microsoft",
sampleUrl: "./samples/phi3-webgpu/index.html",
models: ["Phi 3 Mini 4k Instruct"],
tasks: "Text Generation",
Expand All @@ -188,6 +188,18 @@ let SAMPLES = [
devices: [DEVICES.GPU],
update: "2024-06-09"
},
{
id: "webgpu_phi35_mini",
title: "Phi-3.5",
desc: "Language model released in Aug 2024 by Microsoft",
sampleUrl: "https://huggingface.co/spaces/webml-community/phi-3.5-webgpu",
models: ["Phi 3.5 Mini"],
tasks: "Text Generation",
webApis: [BACKENDS.WEBGPU],
framework: "Transformers.js",
devices: [DEVICES.GPU],
update: "2024-08-25"
},
{
id: "webgpu_qwen2",
title: "Qwen2",
Expand Down
Binary file added public/assets/webgpu_phi35_mini.mp4
Binary file not shown.
Binary file added public/assets/webgpu_phi35_mini.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading