You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@unittest.skip(reason="This test is not supported for Mixtral")
572
+
deftest_assisted_decoding_sample(self):
573
+
pass
574
+
567
575
@unittest.skip(reason="This test is not supported for Mixtral")
568
576
deftest_sample_generate_dict_output(self):
569
577
pass
570
578
579
+
@unittest.skip(reason="Mixtral buffers include complex numbers, which breaks this test")
580
+
deftest_save_load_fast_init_from_base(self):
581
+
pass
582
+
583
+
@unittest.skip(reason="Mixtral uses GQA on all models so the KV cache is a non standard format")
584
+
deftest_past_key_values_format(self):
585
+
pass
586
+
587
+
@unittest.skip(reason="NotImplemented reorder_cache` function is not correctly implemented")
588
+
deftest_constrained_beam_search_generate(self):
589
+
pass
590
+
571
591
# TODO (ydshieh): Check this. See https://app.circleci.com/pipelines/github/huggingface/transformers/79245/workflows/9490ef58-79c2-410d-8f51-e3495156cf9c/jobs/1012146
0 commit comments