Skip to content

Commit

Permalink
Correcting README typos (#1869)
Browse files Browse the repository at this point in the history
* Correcting README typos

* Update format.yml | Fix the gh action

---------

Co-authored-by: Arjun Suresh <[email protected]>
Co-authored-by: Miro <[email protected]>
Co-authored-by: Arjun Suresh <[email protected]>
  • Loading branch information
4 people authored Oct 29, 2024
1 parent ec8cbe5 commit 106f44f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Set up Python ${{ env.python_version }}
uses: actions/setup-python@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions text_to_image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export MODEL_PATH=$PWD/inference/text_to_image/model/
```
### Clone the repository
```bash
git clone --recurse-submodules https://github.com/mlcommmons/inference.git --depth 1
git clone --recurse-submodules https://github.com/mlcommons/inference --depth 1
```
Finally copy the `mlperf.conf` file to the stable diffusion folder
```bash
Expand All @@ -39,12 +39,12 @@ cp $ROOT/mlperf.conf $SD_FOLDER
### Install requirements (only for running without using docker)
Install requirements:
```bash
cd SD_FOLDER
cd $SD_FOLDER
pip install -r requirements.txt
```
Install loadgen:
```bash
cd LOADGEN_FOLDER
cd $LOADGEN_FOLDER
CFLAGS="-std=c++14" python setup.py install
```

Expand Down

0 comments on commit 106f44f

Please sign in to comment.