Spaces:
Paused
Paused
Commit
Β·
680d316
1
Parent(s):
4bebab5
Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,15 @@
|
|
1 |
---
|
2 |
title: LLaMa Difu
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
-
sdk:
|
7 |
-
sdk_version: 3.29.0
|
8 |
app_file: app.py
|
9 |
-
port:
|
10 |
pinned: false
|
11 |
---
|
12 |
|
13 |
-
#
|
14 |
-
|
15 |
-
Local LLM + Llama Index + API UI
|
16 |
-
|
17 |
-
Fork of [Llama_Difu](https://github.com/nomiscientist/Llama_Difu) running on WizardLM 7B ggml
|
18 |
|
19 |
```bash
|
20 |
pip install -r requirements.txt
|
@@ -22,5 +17,4 @@ pip install -r requirements.txt
|
|
22 |
|
23 |
```bash
|
24 |
python main.py
|
25 |
-
```
|
26 |
-
|
|
|
1 |
---
|
2 |
title: LLaMa Difu
|
3 |
+
emoji: ππ¦π§ββοΈ
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: gray
|
6 |
+
sdk: docker
|
|
|
7 |
app_file: app.py
|
8 |
+
port: 8000
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
# WizardLM PDF Chat
|
|
|
|
|
|
|
|
|
13 |
|
14 |
```bash
|
15 |
pip install -r requirements.txt
|
|
|
17 |
|
18 |
```bash
|
19 |
python main.py
|
20 |
+
```
|
|