Fix name of repository in instructions (#2)
Browse files- Fix name of repository in instructions (634728e1829eb71768c1d8c5d2d0ce2a21a7f1db)
Co-authored-by: Rob Hughes <[email protected]>
README.md
CHANGED
@@ -75,8 +75,8 @@ The included Scenario demonstrates full execution of the model on a Vulkan compu
|
|
75 |
|
76 |
Clone the NSS model repository from Hugging Face
|
77 |
```powershell
|
78 |
-
git clone https://huggingface.co/Arm/
|
79 |
-
cd
|
80 |
```
|
81 |
|
82 |
### Run the Scenario
|
|
|
75 |
|
76 |
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
|