Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# TensorLM - webui for LLM models
|
2 |
|
3 |

|
@@ -10,5 +24,4 @@ This is simple and modern [Gradio](https://gradio.app) webui for LLM models GGML
|
|
10 |
|
11 |
It is very simple and easy. Go to releases on Github project page and download latest portable version.
|
12 |
|
13 |
-
Next, open README.md in release and follow the instructions.
|
14 |
-
|
|
|
1 |
+
---
|
2 |
+
title: TensorLM - Llama.cpp UI
|
3 |
+
emoji: 💬
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: yellow
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.1.0
|
8 |
+
app_file: app.py
|
9 |
+
models:
|
10 |
+
- ehristoforu/LLMs
|
11 |
+
pinned: true
|
12 |
+
license: apache-2.0
|
13 |
+
---
|
14 |
+
|
15 |
# TensorLM - webui for LLM models
|
16 |
|
17 |

|
|
|
24 |
|
25 |
It is very simple and easy. Go to releases on Github project page and download latest portable version.
|
26 |
|
27 |
+
Next, open README.md in release and follow the instructions.
|
|