Spaces:
Paused
Paused
Commit
·
0566d7b
1
Parent(s):
f86e75c
Update app.py
Browse files
app.py
CHANGED
@@ -17,19 +17,12 @@ MAX_INPUT_TOKEN_LENGTH = 4000
|
|
17 |
DESCRIPTION = """
|
18 |
# Llama-2 7B Chat
|
19 |
|
20 |
-
|
21 |
-
|
22 |
-
🔎 For more details about the Llama 2 family of models and how to use them with `transformers`, take a look [at our blog post](https://huggingface.co/blog/llama2).
|
23 |
-
|
24 |
-
🔨 Looking for an even more powerful model? Check out the [13B version](https://huggingface.co/spaces/huggingface-projects/llama-2-13b-chat) or the large [70B model demo](https://huggingface.co/spaces/ysharma/Explore_llamav2_with_TGI).
|
25 |
"""
|
26 |
|
27 |
LICENSE = """
|
28 |
<p/>
|
29 |
|
30 |
-
---
|
31 |
-
As a derivate work of [Llama-2-7b-chat](https://huggingface.co/meta-llama/Llama-2-7b-chat) by Meta,
|
32 |
-
this demo is governed by the original [license](https://huggingface.co/spaces/huggingface-projects/llama-2-7b-chat/blob/main/LICENSE.txt) and [acceptable use policy](https://huggingface.co/spaces/huggingface-projects/llama-2-7b-chat/blob/main/USE_POLICY.md).
|
33 |
"""
|
34 |
|
35 |
if not torch.cuda.is_available():
|
|
|
17 |
DESCRIPTION = """
|
18 |
# Llama-2 7B Chat
|
19 |
|
20 |
+
Demo Testing by KelvinLo
|
|
|
|
|
|
|
|
|
21 |
"""
|
22 |
|
23 |
LICENSE = """
|
24 |
<p/>
|
25 |
|
|
|
|
|
|
|
26 |
"""
|
27 |
|
28 |
if not torch.cuda.is_available():
|