Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,9 @@ MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
|
|
| 15 |
DESCRIPTION = """\
|
| 16 |
# DeepSeek-33B-Chat
|
| 17 |
|
| 18 |
-
This
|
|
|
|
|
|
|
| 19 |
"""
|
| 20 |
|
| 21 |
if not torch.cuda.is_available():
|
|
|
|
| 15 |
DESCRIPTION = """\
|
| 16 |
# DeepSeek-33B-Chat
|
| 17 |
|
| 18 |
+
This space demonstrates model [DeepSeek-Coder](https://huggingface.co/deepseek-ai/deepseek-coder-33b-instruct) by DeepSeek, a code model with 33B parameters fine-tuned for chat instructions.
|
| 19 |
+
|
| 20 |
+
** You can also try our 33B model in [official homepage](https://coder.deepseek.com/chat). **
|
| 21 |
"""
|
| 22 |
|
| 23 |
if not torch.cuda.is_available():
|