Add LFS check (#6)
Browse files- Add LFS check (6c9b6a95f625e9b554d1dc6592a407bd823f5dbc)
Co-authored-by: Rob Hughes <RobHughesArm@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -77,6 +77,7 @@ Clone the NSS model repository from Hugging Face
|
|
| 77 |
```powershell
|
| 78 |
git clone https://huggingface.co/Arm/neural-super-sampling
|
| 79 |
cd neural-super-sampling
|
|
|
|
| 80 |
```
|
| 81 |
|
| 82 |
### Run the Scenario
|
|
|
|
| 77 |
```powershell
|
| 78 |
git clone https://huggingface.co/Arm/neural-super-sampling
|
| 79 |
cd neural-super-sampling
|
| 80 |
+
git lfs pull # Make sure Git LFS is installed - https://git-lfs.com/
|
| 81 |
```
|
| 82 |
|
| 83 |
### Run the Scenario
|