Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,6 @@ model = MllamaForConditionalGeneration.from_pretrained(ckpt,
|
|
| 13 |
torch_dtype=torch.bfloat16).to("cuda")
|
| 14 |
processor = AutoProcessor.from_pretrained(ckpt)
|
| 15 |
|
| 16 |
-
|
| 17 |
@spaces.GPU
|
| 18 |
def bot_streaming(message, history, max_new_tokens=250):
|
| 19 |
|
|
|
|
| 13 |
torch_dtype=torch.bfloat16).to("cuda")
|
| 14 |
processor = AutoProcessor.from_pretrained(ckpt)
|
| 15 |
|
|
|
|
| 16 |
@spaces.GPU
|
| 17 |
def bot_streaming(message, history, max_new_tokens=250):
|
| 18 |
|