RobHughesArm commited on
Commit
634728e
·
verified ·
1 Parent(s): 4907272

Fix name of repository in instructions

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/TestNSS
79
- cd TestNSS
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