From b3f55cb861b33f03a7a27012fd1fe4a84dcb9152 Mon Sep 17 00:00:00 2001 From: Diego Marcos Segura Date: Tue, 2 May 2023 14:27:22 -0700 Subject: [PATCH] Update Readme to indicate that Chrome Canary is no longer needed. v113 just shipped on Chrome stable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a8db34..5d8945a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ https://user-images.githubusercontent.com/30643741/233488471-0cd93d38-af27-4648- ## Running WebGPT -Running WebGPT is remarkably simple, as it's just a set of HTML + JS files. Since WebGPU is still in the process of being released, you'll need to open with a compatible browser. WebGPU is currently available on Chrome v113 but the most straightforward way to ensure proper functionality is to install [Chrome Canary](https://www.google.com/chrome/canary/) or Edge Canary. +Running WebGPT is remarkably simple, as it's just a set of HTML + JS files. Since WebGPU is still in the process of being adopted, you'll need to [make sure you have a compatible browser](https://caniuse.com/webgpu). WebGPU is only currently available on Chrome desktop v113 and newer. I've included two different models: a toy GPT-Shakespeare model (which is severly undertrained haha) and GPT-2 117M. See main.js for more information on how to run these models. If you want to import custom models, take a look at misc/conversion_scripts.