Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
| 46 |
device_map="auto",
|
| 47 |
quantization_config=quantization_config)
|
| 48 |
|
| 49 |
-
@spaces.GPU(
|
| 50 |
def stream_chat(
|
| 51 |
message: str,
|
| 52 |
history: list,
|
|
|
|
| 46 |
device_map="auto",
|
| 47 |
quantization_config=quantization_config)
|
| 48 |
|
| 49 |
+
@spaces.GPU()
|
| 50 |
def stream_chat(
|
| 51 |
message: str,
|
| 52 |
history: list,
|