Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import spaces
|
|
9 |
import torch
|
10 |
from transformers import AutoModelForCausalLM, AutoTokenizer, TextIteratorStreamer
|
11 |
|
12 |
-
DESCRIPTION = """# AlexHung29629/
|
13 |
開頭有<think>"""
|
14 |
|
15 |
if not torch.cuda.is_available():
|
|
|
9 |
import torch
|
10 |
from transformers import AutoModelForCausalLM, AutoTokenizer, TextIteratorStreamer
|
11 |
|
12 |
+
DESCRIPTION = """# AlexHung29629/fix_magistral_fc2
|
13 |
開頭有<think>"""
|
14 |
|
15 |
if not torch.cuda.is_available():
|