Skip to content

Commit 1a7947d

Browse files
committed
Fix broken links
1 parent 9b90ef8 commit 1a7947d

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# web-llm-ui
22

3-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/adamelliotfields/web-llm-ui?devcontainer_path=.devcontainer/devcontainer.json&machine=basicLinux32gb)
4-
53
https://github.com/adamelliotfields/web-llm-ui/assets/7433025/07565763-606b-4de3-aa2d-8d5a26c83941
64

75
A React app I made to experiment with [quantized](https://huggingface.co/docs/transformers/en/quantization/overview) models in the browser using [WebGPU](https://webgpu.org). The models are compiled to WebAssembly using [MLC](https://github.com/mlc-ai/mlc-llm), which is like [llama.cpp](https://github.com/ggml-org/llama.cpp) for the web.

src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const Header = memo(function Header({ className, ...rest }: HeaderProps)
2828
</a>
2929
<Button
3030
className="text-xl"
31-
href="https://github.com/adamelliotfields/web-llm-ui"
31+
href="https://github.com/0xfieldsy/web-llm-ui"
3232
icon={Github}
3333
label="GitHub"
3434
/>

0 commit comments

Comments
 (0)