Skip to content

Commit

Permalink
Clarify docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bfreskura committed Jun 10, 2024
1 parent 2bac713 commit 878243d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ In order to run benchmark docker containers you must have the following installe

### Training vs Inference

By default, the container will benchmark model training. If you want to benchmark model inference, append the `src.inference` to the docker run command. See examples below for more details.
To benchmark model training, append the `src.train` when running the container. If you want to benchmark model inference, append the `src.inference` to the docker run command. See examples below for more details.

### Examples

Expand Down
1 change: 0 additions & 1 deletion dockerfiles/cuda118/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ COPY ./src /workdir/src
WORKDIR /workdir

ENTRYPOINT [ "python3", "-m" ]
CMD [ "src.train" ]

0 comments on commit 878243d

Please sign in to comment.