Skip to content

Commit

Permalink
Add WebGPU Phi-3.5 Mini (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang Gu authored Aug 26, 2024
1 parent 3910bfd commit ff523b6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
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.

0 comments on commit ff523b6

Please sign in to comment.