-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correcting README typos #1869
Correcting README typos #1869
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This path does not exist, it looks like a combination of the path one would use for ssh & https connection that ends up just throwing a 404.
Corrected to the proper https route
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Variable calls set previously are missing $ to evaluate
No description provided.