"llama/llama.cpp/vscode:/vscode.git/clone" did not exist on "1c094038bcfe0ca40c90273cb7228f8ad34b7417"
README.md 193 Bytes
Newer Older
limm's avatar
limm committed
1
2
3
4
5
6
7
8
9
## Unit Tests

To run the unittests, do:
```
cd detectron2
python -m unittest discover -v -s ./tests
```

There are also end-to-end inference & training tests, in [dev/run_*_tests.sh](../dev).