Spaces:
Runtime error
Runtime error
misdelivery
commited on
Commit
β’
f3e118d
1
Parent(s):
29b5c32
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,6 @@ model = MllamaForConditionalGeneration.from_pretrained(ckpt,
|
|
12 |
torch_dtype=torch.bfloat16).to("cuda")
|
13 |
processor = AutoProcessor.from_pretrained(ckpt)
|
14 |
|
15 |
-
|
16 |
@spaces.GPU
|
17 |
def bot_streaming(message, history, max_new_tokens=250):
|
18 |
|
|
|
12 |
torch_dtype=torch.bfloat16).to("cuda")
|
13 |
processor = AutoProcessor.from_pretrained(ckpt)
|
14 |
|
|
|
15 |
@spaces.GPU
|
16 |
def bot_streaming(message, history, max_new_tokens=250):
|
17 |
|