You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the Docker image with: `docker run -it --rm --gpus all icse24` or `docker run -it --rm ghcr.io/ardoco/icse24` (without GPUs).
164
+
Run the Docker image with: `docker run -it --rm --gpus all icse24`(with GPU support) or `docker run -it --rm ghcr.io/ardoco/icse24` (without GPUs).
165
165
166
166
#### Run Locally
167
167
Requirements:
@@ -338,7 +338,7 @@ In the evaluator-folder are also shell-scripts that automate this, given that th
338
338
339
339
## Reusing TransArC
340
340
341
-
To reuse TransArC, you can use the provided CLI.
341
+
To reuse TransArC, you can use the provided CLI (see above).
342
342
With the CLI, you can specify the task that you want to perform (i.e., SAD-Code, SAM-Code, or SAD-SAM) and provide the necessary input files along with an output directory, where the output files will be saved to.
343
343
In the following, we show example commands to run the CLI. with `java -jar ardoco-cli.jar -h`, you can always find the help message.
0 commit comments