"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "5b7dcc73427d16218488846a365d10866dca9c3e"
Unverified Commit fe3ce061 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Skip some fuyu tests (#27553)



* fix

* fix

---------
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent b074461e
...@@ -293,6 +293,21 @@ class FuyuModelTest(ModelTesterMixin, unittest.TestCase): ...@@ -293,6 +293,21 @@ class FuyuModelTest(ModelTesterMixin, unittest.TestCase):
def test_training_gradient_checkpointing_use_reentrant_false(self): def test_training_gradient_checkpointing_use_reentrant_false(self):
pass pass
# TODO: Fix me (once this model gets more usage)
@unittest.skip("Does not work on the tiny model.")
def test_disk_offload_bin(self):
super().test_disk_offload()
# TODO: Fix me (once this model gets more usage)
@unittest.skip("Does not work on the tiny model.")
def test_disk_offload_safetensors(self):
super().test_disk_offload()
# TODO: Fix me (once this model gets more usage)
@unittest.skip("Does not work on the tiny model.")
def test_model_parallelism(self):
super().test_model_parallelism()
@slow @slow
@require_torch_gpu @require_torch_gpu
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment