Revision 1b2816245faab884896169560a352a102ff7e59d authored by Roman Donchenko on 28 June 2023, 14:41:52 UTC, committed by GitHub on 28 June 2023, 14:41:52 UTC
Currently, any kind of import error will disable the tests. This makes
it far too easy to disable the tests accidentally by messing up the
imports.

Only disable the tests if PyTorch or torchvision are not found.
1 parent f6420eb
Raw File
.gitmodules
[submodule "site/themes/docsy"]
	path = site/themes/docsy
	url = https://github.com/google/docsy
back to top