Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -95,9 +95,6 @@ def run_bigcodebench(command):
|
|
| 95 |
|
| 96 |
if process.returncode != 0:
|
| 97 |
yield f"Error: Command exited with status {process.returncode}\n"
|
| 98 |
-
|
| 99 |
-
cleanup_command = "pids=$(ps -u $(id -u) -o pid,comm | grep 'bigcodebench' | awk '{print $1}'); if [ -n \"$pids\" ]; then echo $pids | xargs -r kill; fi; rm -rf /tmp/*; kill $(ps -A -ostat,ppid | awk '/[zZ]/ && !a[$2]++ {print $2}')"
|
| 100 |
-
subprocess.run(cleanup_command, shell=True, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
|
| 101 |
|
| 102 |
is_running = False
|
| 103 |
yield "Evaluation completed.\n"
|
|
|
|
| 95 |
|
| 96 |
if process.returncode != 0:
|
| 97 |
yield f"Error: Command exited with status {process.returncode}\n"
|
|
|
|
|
|
|
|
|
|
| 98 |
|
| 99 |
is_running = False
|
| 100 |
yield "Evaluation completed.\n"
|