Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,18 @@
|
|
| 1 |
---
|
| 2 |
title: LFM2.5 1.2B Thinking WebGPU
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: blue
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
title: LFM2.5 1.2B Thinking WebGPU
|
| 3 |
+
emoji: 💧
|
| 4 |
colorFrom: pink
|
| 5 |
colorTo: blue
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
short_description: Run LFM2.5-1.2B-Thinking directly in your browser on WebGPU
|
| 9 |
+
app_build_command: npm run build
|
| 10 |
+
app_file: dist/index.html
|
| 11 |
+
models:
|
| 12 |
+
- LiquidAI/LFM2.5-1.2B-Thinking
|
| 13 |
+
- LiquidAI/LFM2.5-1.2B-Thinking-ONNX
|
| 14 |
+
thumbnail: https://cdn-uploads.huggingface.co/production/uploads/61b253b7ac5ecaae3d1efe0c/2wI4YdFiZos3ecNzK8-DT.png
|
| 15 |
+
|
| 16 |
---
|
| 17 |
|
| 18 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|