33 lines
899 B
Markdown
33 lines
899 B
Markdown
# WebLLM
|
|
|
|
## liens
|
|
|
|
- [Le web terminal de Ludo](https://github.com/ltoinel/Terminal.com)
|
|
|
|
avec ses outils
|
|
|
|
- [webllmfit, pour savoir si ton LLM marche avec ta machine](https://ludovic.toinel.com/webllmfit)
|
|
- [webllmchat, pour chatter avec ton LLM autrement que dans la console](https://chat.webllm.ai/#/)
|
|
|
|
```
|
|
webllmfit
|
|
webllmfit — can your machine run these models?
|
|
Hardware
|
|
WebGPU.........: NOT available
|
|
System RAM.....: unknown
|
|
CPU threads....: 8
|
|
No WebGPU → no in-browser LLM can run in this browser.
|
|
Use a recent Chrome/Edge (≥ 113) or Safari 18+ (chrome://flags/#enable-unsafe-webgpu on Linux).
|
|
```
|
|
|
|
|
|
|
|
---
|
|
|
|
- [Homepage du machine learning compiler (MLC)](https://llm.mlc.ai/docs/deploy/webllm.html)
|
|
- [Repo du MLC](https://github.com/mlc-ai/mlc-llm)
|
|
- [Modèles compilés au format MLC](https://huggingface.co/mlc-ai)
|
|
|
|
---
|
|
|
|
- [Le projet WebLLM](https://github.com/mlc-ai/web-llm)
|