Skip to content

Commit 4e8bf56

Browse files
committed
Update README
1 parent 2497c05 commit 4e8bf56

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Everything was tested on Linux.
144144

145145
### Hardware Requirements
146146
We recommend the execution on a system with at least **16 GB RAM**.
147-
To execute the baseline ***CodeBERT***, the system also needs a **GPU with CUDA 12.2 and ~16GB vRAM**.
147+
To execute the baseline ***CodeBERT***, the system also needs GPU support and a **GPU with CUDA 12.2 and ~16GB vRAM**.
148148

149149
### Setup
150150

@@ -157,11 +157,11 @@ The evaluation results can be created in three ways:
157157
#### Provided Docker Image
158158
Use the provided Docker image and run: `docker run -it --rm --gpus all ghcr.io/ardoco/icse24`.
159159

160-
If you do not have GPUs and want to run the image withouth GPU support, run: `docker run -it --rm ghcr.io/ardoco/icse24`.
160+
If you do not have GPUs and/or want to run the image withouth GPU support, run: `docker run -it --rm ghcr.io/ardoco/icse24`.
161161

162162
#### Build Docker Image
163163
Build Docker image by command: `docker build -t icse24 .` <br>
164-
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).
165165

166166
#### Run Locally
167167
Requirements:
@@ -338,7 +338,7 @@ In the evaluator-folder are also shell-scripts that automate this, given that th
338338

339339
## Reusing TransArC
340340

341-
To reuse TransArC, you can use the provided CLI.
341+
To reuse TransArC, you can use the provided CLI (see above).
342342
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.
343343
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.
344344

0 commit comments

Comments
 (0)