From 080e5d7809830da401bc1d6f19cdcba06be1fb2d Mon Sep 17 00:00:00 2001 From: Ryan-yang125 Date: Thu, 18 May 2023 19:30:28 +0800 Subject: [PATCH] docs: pwa support --- README.md | 2 ++ docs/README_CN.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 5a5a912..4cfd543 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ English / [简体中文](./docs/README_CN.md) - 🎨 responsive and well-designed UI, including dark mode. +- 💻 PWA supported, download it and run totally offline. + ## Instructions - 🌐 To use this app, you need a browser that supports WebGPU, such as Chrome 113 or Chrome Canary. Chrome versions ≤ 112 are not supported. diff --git a/docs/README_CN.md b/docs/README_CN.md index 0b8d05f..e5045e4 100644 --- a/docs/README_CN.md +++ b/docs/README_CN.md @@ -29,6 +29,8 @@ - 🎨 响应式和设计良好的 UI,包括暗黑模式。 +- 💻 支持 PWA,在下载后可完全离线运行。 + ## Instructions - 🌐 要使用此应用程序,您需要使用支持 WebGPU 的浏览器,例如 Chrome 113 或 Chrome Canary。不支持 Chrome 版本 ≤ 112。 @@ -36,6 +38,7 @@ - 💻 您需要具有约 6.4GB 的内存的 GPU。如果您的 GPU 内存较少,则应用程序仍将运行,但响应时间会较慢。 - 📥 第一次使用应用程序时,您需要下载模型。对于我们当前使用的 Vicuna-7b 模型,下载大小约为 4GB。初始下载后,模型将从浏览器缓存中加载,以加快使用速度。 + - ℹ️ 有关更多详细信息,请访问 [mlc.ai/web-llm](https://mlc.ai/web-llm/) ## Roadmap