RobHughesArm commited on
Commit
6c9b6a9
·
verified ·
1 Parent(s): 6d5a8d4

Add LFS check

Browse files

If somebody clones the repo without Git LFS installed then they won't see any errors but will have 'corrupted' VGF/npy files which lead to confusing error messages when running the scenario. This patch adds a line to the cloning instructions to check that LFS has been configured correctly, to catch this issue earlier.

Files changed (1) hide show
  1. README.md +1 -0
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