Originally posted by **vatozZ** September 17, 2024
The JSON file in the "Evaluator" folder is provided in the "Git - Large File System" format. The following command must be executed to run the evaluator:
`$ sudo git lfs pull `
If git lfs is not installed, it can be installed using the following command:
```
$ curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
$ curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.python.sh | bash
$ git lfs --version
```
Discussed in https://github.com/christianbirchler-org/sdc-testing-competition/discussions/10