Spaces:
Runtime error
Runtime error
deepseek-admin
commited on
Commit
•
69ab3c6
1
Parent(s):
d02d07f
Update app.py
Browse files
app.py
CHANGED
@@ -47,8 +47,7 @@ def generate(
|
|
47 |
global total_count
|
48 |
total_count += 1
|
49 |
print(total_count)
|
50 |
-
|
51 |
-
os.system("nvidia-smi")
|
52 |
conversation = []
|
53 |
if system_prompt:
|
54 |
conversation.append({"role": "system", "content": system_prompt})
|
|
|
47 |
global total_count
|
48 |
total_count += 1
|
49 |
print(total_count)
|
50 |
+
os.system("nvidia-smi")
|
|
|
51 |
conversation = []
|
52 |
if system_prompt:
|
53 |
conversation.append({"role": "system", "content": system_prompt})
|