mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-07 03:00:26 -04:00
hotfix: skip slow pre-commit test
This commit is contained in:
@@ -21,6 +21,7 @@ def compare_weights_both(url):
|
||||
|
||||
class TestTorchLoad(unittest.TestCase):
|
||||
# pytorch pkl format
|
||||
@unittest.skip("this test is slow and takes 17s. TODO: fix")
|
||||
def test_load_enet(self): compare_weights_both("https://github.com/lukemelas/EfficientNet-PyTorch/releases/download/1.0/efficientnet-b0-355c32eb.pth")
|
||||
# pytorch zip format
|
||||
def test_load_enet_alt(self): compare_weights_both("https://download.pytorch.org/models/efficientnet_b0_rwightman-3dd342df.pth")
|
||||
|
||||
Reference in New Issue
Block a user