Update space
Browse files- README.md +5 -7
- requirements.txt +6 -1
README.md
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
---
|
11 |
-
|
12 |
-
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|
|
|
1 |
---
|
2 |
+
title: LLaMA Chat Interface
|
3 |
+
emoji: 🦙
|
4 |
+
colorFrom: blue
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.19.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
---
|
|
|
|
requirements.txt
CHANGED
@@ -1,2 +1,7 @@
|
|
1 |
huggingface_hub==0.25.2
|
2 |
-
gradio
|
|
|
|
|
|
|
|
|
|
|
|
1 |
huggingface_hub==0.25.2
|
2 |
+
gradio==4.19.2
|
3 |
+
transformers
|
4 |
+
peft==0.7.1
|
5 |
+
torch==2.1.2
|
6 |
+
accelerate==0.26.1
|
7 |
+
bitsandbytes==0.41.3
|