Spaces:
Running on Zero
Running on Zero
v1.3
Browse files- .gitignore +0 -1
- app.py +1 -1
.gitignore
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
__pycache__/
|
| 2 |
-
clank
|
| 3 |
*.py[cod]
|
| 4 |
*$py.class
|
| 5 |
*.so
|
|
|
|
| 1 |
__pycache__/
|
|
|
|
| 2 |
*.py[cod]
|
| 3 |
*$py.class
|
| 4 |
*.so
|
app.py
CHANGED
|
@@ -194,7 +194,7 @@ def _render_final_info(
|
|
| 194 |
# ---------------------------------------------------------------------------
|
| 195 |
|
| 196 |
|
| 197 |
-
@spaces.GPU(duration=
|
| 198 |
def generate_streaming(
|
| 199 |
prompt: str,
|
| 200 |
max_new_tokens: int,
|
|
|
|
| 194 |
# ---------------------------------------------------------------------------
|
| 195 |
|
| 196 |
|
| 197 |
+
@spaces.GPU(duration=60)
|
| 198 |
def generate_streaming(
|
| 199 |
prompt: str,
|
| 200 |
max_new_tokens: int,
|