should be signed
Browse files
space.py
CHANGED
|
@@ -111,7 +111,7 @@ def fn_command():
|
|
| 111 |
# Run a command and capture all logs from the subprocess
|
| 112 |
runner = LogsViewRunner() # Initialize the runner
|
| 113 |
yield from runner.run_command(
|
| 114 |
-
|
| 115 |
)
|
| 116 |
yield runner.log(f"Runner: {runner}") # Log any message
|
| 117 |
if runner.exit_code != 0:
|
|
|
|
| 111 |
# Run a command and capture all logs from the subprocess
|
| 112 |
runner = LogsViewRunner() # Initialize the runner
|
| 113 |
yield from runner.run_command(
|
| 114 |
+
["mergekit-yaml", "config.yaml", "merge", "--copy-", "--cuda", "--low-cpu-memory"]
|
| 115 |
)
|
| 116 |
yield runner.log(f"Runner: {runner}") # Log any message
|
| 117 |
if runner.exit_code != 0:
|