Wauplin HF staff commited on
Commit
ada0397
1 Parent(s): 27a8ca5

should be signed

Browse files
Files changed (1) hide show
  1. space.py +1 -1
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
- cmd=["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:
 
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: