- 20 Sep, 2024 8 commits
-
-
Omar Salman authored
* Add sdpa for BioGpt * Updates * Add the docs * [run_slow] biogpt * Use the copy mechanism to ensure consistency * [run_slow] biogpt
-
amyeroberts authored
Remove model tests
-
Joao Gante authored
almost zero is not zero
-
Lake Lee authored
* Update modeling_mamba2.py Fix pad_size calculation to ensure it's less than self.chunk_size * [run_slow] mamba2 * [run-slow] mamba2 * [run-slow] Add @require_read_token decorator to failing tests for token propagation * [run_slow] mamba2
-
Fanli Lin authored
* enable * fix * add xpu skip * add marker * skip for xpu * add more * enable on accelerator * add more cases * add more tests * add more
-
Yih-Dar authored
fix Co-authored-by:
ydshieh <ydshieh@users.noreply.github.com>
-
Yih-Dar authored
fix Co-authored-by:
ydshieh <ydshieh@users.noreply.github.com>
-
Joao Gante authored
-
- 19 Sep, 2024 14 commits
-
-
Pedro Cuenca authored
* Fix Llama 3 TikToken conversion * No need to add tokens again
-
Fanli Lin authored
enable GemmaIntegrationTest
-
Fanli Lin authored
* enable * fix * add xpu skip * add marker * skip for xpu * add more * add one more
-
Yoni Gozlan authored
* Uniformize paligemma processor * nit
-
Joao Gante authored
-
Anton Vlasjuk authored
* use kernel for dt calculations * add small test * [run-slow] mamba2
-
Vladislav Bronzov authored
* change sequence_bias type of SequenceBiasLogitsProcessor tp list, add config tests for all processors * fix format * small fix for all_token_bias_pairs_are_valid internal func * small typo fix in description * improve test impl, some SequenceBiasLogitsProcessor refactoring
-
Joao Gante authored
check attention mask in generate
-
Pablo Montalvo authored
* add initial design for uniform processors + align model * add uniform processors for altclip + chinese_clip * fix mutable default
👀 * add configuration test * handle structured kwargs w defaults + add test * protect torch-specific test * fix style * fix * rebase * update processor to generic kwargs + test * fix style * add sensible kwargs merge * update test * fix assertEqual * move kwargs merging to processing common * rework kwargs for type hinting * just get Unpack from extensions * run-slow[align] * handle kwargs passed as nested dict * add from_pretrained test for nested kwargs handling * [run-slow]align * update documentation + imports * update audio inputs * protect audio types, silly * try removing imports * make things simpler * simplerer * move out kwargs test to common mixin * [run-slow]align * skip tests for old processors * [run-slow]align, clip * !$#@!! protect imports, darn it * [run-slow]align, clip * [run-slow]align, clip * update common processor testing * add altclip * add chinese_clip * add pad_size * [run-slow]align, clip, chinese_clip, altclip * remove duplicated tests * fix * update doc * improve documentation for default values * add model_max_length testing This parameter depends on tokenizers received. * Raise if kwargs are specified in two places * fix * match defaults * force padding * fix tokenizer test * clean defaults * move tests to common * remove try/catch block * deprecate kwarg * format * add copyright + remove unused method * [run-slow]altclip, chinese_clip * clean imports * fix version * clean up deprecation * fix style * add corner case test on kwarg overlap * resume processing - add Unpack as importable * add tmpdirname * fix altclip * fix up * add back crop_size to specific tests * generalize tests to possible video_processor * add back crop_size arg * fixup overlapping kwargs test for qformer_tokenizer * remove copied from * fixup chinese_clip tests values * fixup tests - qformer tokenizers * [run-slow] altclip, chinese_clip * remove prepare_image_inputs -
Pablo Montalvo authored
* fix tests with main revision and read token * [run-slow]mamba2 * test previously skipped tests * [run-slow]mamba2 * skip some tests * [run-slow]mamba2 * finalize tests * [run-slow]mamba2
-
Joao Gante authored
-
Joao Gante authored
-
Raushan Turganbay authored
* add tests * fix whisper * update * nit * add qwen2-vl * more updates! * better this way * fix this one * fix more tests * fix final tests, hope so * fix led * Update tests/generation/test_utils.py Co-authored-by:
Joao Gante <joaofranciscocardosogante@gmail.com> * pr comments * not pass pixels and extra for low-mem tests, very flaky because of visio tower --------- Co-authored-by:
Joao Gante <joaofranciscocardosogante@gmail.com>
-
Raushan Turganbay authored
* load and save from video-processor folder * Update src/transformers/models/llava_onevision/processing_llava_onevision.py Co-authored-by:
amyeroberts <22614925+amyeroberts@users.noreply.github.com> --------- Co-authored-by:
amyeroberts <22614925+amyeroberts@users.noreply.github.com>
-
- 18 Sep, 2024 15 commits
-
-
Yoach Lacombe authored
* clean mimi commit * some nits suggestions from Arthur * make fixup * rename repo id + change readme * Update docs/source/en/model_doc/mimi.md Co-authored-by:
amyeroberts <22614925+amyeroberts@users.noreply.github.com> * add flaky flag to batching equivalence due to audio_codes failing sometimes --------- Co-authored-by:
amyeroberts <22614925+amyeroberts@users.noreply.github.com>
-
Marc Sun authored
-
Yoni Gozlan authored
* modify rt detr to improve inference times when compiled * Remove redundant "to" * Fix conditional lru_cache and missing shapes_list * nit unnecessary list creation * Fix compile error when ninja not available and custon kernel activated
-
Dominik Niedziela authored
* enforce original size to be a list * formatting * apply datatype change to unpad_image in llava_next
-
Matt authored
return attention mask in ASR pipeline
-
Joao Gante authored
-
Umar Butler authored
* Added support for bfloat16 to zero-shot classification pipeline * Ensure support for TF. Co-authored-by:
Matt <Rocketknight1@users.noreply.github.com> * Remove dependency on `torch`. Co-authored-by:
Matt <Rocketknight1@users.noreply.github.com> --------- Co-authored-by:
Matt <Rocketknight1@users.noreply.github.com>
-
Yoach Lacombe authored
-
Ziyú Ye authored
* fix the wandb logging issue * handle ConfigError in WandbCallback; move import to local scope * update integration_utils.py; move import of ConfigError * Update integration_utils.py: remove trailing whitespace
-
Ikram Ali authored
* Urdu docs added * fixed the misaligned issue.
-
Isotr0py authored
fix missing head_dim in llama config from gguf
-
Raushan Turganbay authored
* fix * add tests * fix tests * Update tests/models/llava/test_processor_llava.py Co-authored-by:
amyeroberts <22614925+amyeroberts@users.noreply.github.com> * fix * fix tests * update tests --------- Co-authored-by:
amyeroberts <22614925+amyeroberts@users.noreply.github.com>
-
Duygu Altinok authored
* _decode signature change and quick return * added bunch of decoding tests * signature match and return * added tests for decoding * merged decoding test * more tests for special tokens * cosmetics * fixed param * ruffed the file * refinement for single special tokens * added test for single special tokens * slight change to test name Co-authored-by:
Ita Zaporozhets <31893021+itazap@users.noreply.github.com> * minor change test name for skip tokens Co-authored-by:
Ita Zaporozhets <31893021+itazap@users.noreply.github.com> * killed already defined var Co-authored-by:
Ita Zaporozhets <31893021+itazap@users.noreply.github.com> * minor update with vars Co-authored-by:
Ita Zaporozhets <31893021+itazap@users.noreply.github.com> * killed already defined var once more Co-authored-by:
Ita Zaporozhets <31893021+itazap@users.noreply.github.com> --------- Co-authored-by:
Ita Zaporozhets <31893021+itazap@users.noreply.github.com>
-
Aymeric Roucher authored
* Decorator for tool building
-
Raushan Turganbay authored
* add llava-ov-chat * uncomment
-
- 17 Sep, 2024 3 commits
-
-
Wang, Yi authored
* fix patch_attention_mask incorrect setting which leads to the difference in the generated text if batch > 1 Signed-off-by:
Wang, Yi <yi.a.wang@intel.com> * fix format Signed-off-by:
Wang, Yi <yi.a.wang@intel.com> * [run_slow] idefics2 --------- Signed-off-by:
Wang, Yi <yi.a.wang@intel.com>
-
teamclouday authored
* add revision to trainer push_to_hub * apply suggestions * add test for revision * apply ruff format * reorganize imports * change test trainer path
-
Yoni Gozlan authored
* add uniformized pixtral and kwargs * update doc * fix _validate_images_text_input_order * nit
-