Skip to content

Commit

Permalink
Improve TLDR
Browse files Browse the repository at this point in the history
  • Loading branch information
praeclarum committed May 19, 2023
1 parent da85e2c commit 61b2904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023/2023-05-19-webgpu-torch.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ thumbnail: "/images/2023/webgpu-torch.jpg"
tags: article
---

**TL;DR** I've been working on a WebGPU optimized inference and autograd library called [webgpu-torch](https://github.com/praeclarum/webgpu-torch) with an API that matches PyTorch. The goal is to run neural networks at CUDA speeds in the browser. Many kernels have been implemented and its design is easily extensible. It's [available on NPM now](https://www.npmjs.com/package/webgpu-torch) and works in both the browser and Node.js!
**TL;DR** I've been working on a WebGPU optimized inference and autograd library called [webgpu-torch](https://github.com/praeclarum/webgpu-torch) with an API that matches PyTorch. The goal is to run neural networks in the browser at speeds comparable to a Linux workstation. Many kernels have been implemented and its design is easily extensible. It's [available on NPM now](https://www.npmjs.com/package/webgpu-torch) and works in both the browser and Node.js!

## Neural Networks in the Browser

Expand Down

0 comments on commit 61b2904

Please sign in to comment.