- 02 Apr, 2025 23 commits
-
-
Marc Sun authored
-
Marc Sun authored
-
Marc Sun authored
-
Marc Sun authored
-
Marc Sun authored
-
Joao Gante authored
-
Matt authored
* No more dtype_byte_size() * Remove function once again * Fix rebase cruft * Trigger tests
-
Marc Sun authored
-
Marc Sun authored
-
Marc Sun authored
-
Marc Sun authored
-
Marc Sun authored
-
Marc Sun authored
-
cyyever authored
-
cyyever authored
Use pyupgrade --py39-plus to improve code Signed-off-by:
cyy <cyyever@outlook.com>
-
cyyever authored
* Merge operations with to Signed-off-by:
cyy <cyyever@outlook.com> * Use dtype Signed-off-by:
cyy <cyyever@outlook.com> --------- Signed-off-by:
cyy <cyyever@outlook.com>
-
湛露先生 authored
Signed-off-by:
zhanluxianshen <zhanluxianshen@163.com>
-
Dan Saattrup Nielsen authored
Co-authored-by:
Yih-Dar <2521628+ydshieh@users.noreply.github.com>
-
Yih-Dar authored
* try * try * Update tests/pipelines/test_pipelines_video_classification.py Co-authored-by:
Joao Gante <joaofranciscocardosogante@gmail.com> --------- Co-authored-by:
ydshieh <ydshieh@users.noreply.github.com> Co-authored-by:
Joao Gante <joaofranciscocardosogante@gmail.com>
-
Xavier Dupré authored
* Remove unnecessary masked_fill in deberta models * Enable some code when exporting but not compiling * add missing import * style * replace if by torch.cond * style * use numel * style * add unit tests * style * change empty value for dynamic cache * replace != [] by numel() * fix import issue * style
-
Jerry Zhang authored
* merge * fix import * format * reformat * reformat --------- Co-authored-by:
Mohamed Mekkouri <93391238+MekkCyber@users.noreply.github.com>
-
Yih-Dar authored
fix Co-authored-by:
ydshieh <ydshieh@users.noreply.github.com>
-
Raushan Turganbay authored
* fix * add video * trigger * push new iamges * fix tests * revert --------- Co-authored-by:
ydshieh <ydshieh@users.noreply.github.com>
-
- 01 Apr, 2025 16 commits
-
-
Bowen Bao authored
Co-authored-by:
Mohamed Mekkouri <93391238+MekkCyber@users.noreply.github.com>
-
Cyril Vallez authored
Update modeling_utils.py
-
Cyril Vallez authored
Update modeling_utils.py Co-authored-by:
Marc Sun <57196510+SunMarc@users.noreply.github.com>
-
Yih-Dar authored
* cls * cls * cls --------- Co-authored-by:
ydshieh <ydshieh@users.noreply.github.com>
-
Yufeng Xu authored
* debugging issue 36758 * debugging issue 36758 * debugging issue 36758 * updated attn_mask type specification in _flash_attention_forward * removed pdb * added a blank line * removed indentation
-
Pavel Iakubovskii authored
* Update Siglip attention implementation * Update tests for Siglip * Remove one level of indentation * Update test to be more specific * Fixup * Idefics2 * Idefics3 * Emu3 * SmolVLM * Phi4 (just init small update) * Idefics2 (test fix) * Update siglip2 tests * Update eager * trigger * Clean up * Transfer inputs to device in test * Fixing test * Fixing test * Revert contiguous * Remove unused is_flash_attn_2_available * Move flaky to specific models
-
Yao Matrix authored
* fix XPU UT error case brough by RNG difference btw XPU and CUDA Signed-off-by:
YAO Matrix <matrix.yao@intel.com> * enable tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_model_7b_logits and tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_model_7b_logits_bf16 on xpu Signed-off-by:
YAO Matrix <matrix.yao@intel.com> * Revert "enable tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_model_7b_logits and tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_model_7b_logits_bf16 on xpu" This reverts commit 3ef83a4f0204642daa45fda56e8aca1afed24b4f. --------- Signed-off-by:
YAO Matrix <matrix.yao@intel.com>
-
Tom Aarsen authored
* Never save 'reference_compile' config; should be set based on end user * Reformat (I ran 'make style' from the wrong env) * Use pop instead of del Co-authored-by:
Matt <Rocketknight1@users.noreply.github.com> * Use pop instead of del Co-authored-by:
Matt <Rocketknight1@users.noreply.github.com> --------- Co-authored-by:
Matt <Rocketknight1@users.noreply.github.com>
-
Tugsbayasgalan Manlaibaatar authored
-
Ilyas Moutawwakil authored
only count num itels when needed
-
Qizhi Chen authored
* make _VALID_DICT_FIELDS as a class attribute * fix test case about TrainingArguments
-
Guang Yang authored
Co-authored-by:
Guang Yang <guangyang@fb.com> Co-authored-by:
Pavel Iakubovskii <qubvel@gmail.com>
-
Yao Matrix authored
Signed-off-by:
YAO Matrix <matrix.yao@intel.com> Co-authored-by:
Yih-Dar <2521628+ydshieh@users.noreply.github.com>
-
jiqing-feng authored
* fix llava 4bit xpu test Signed-off-by:
jiqing-feng <jiqing.feng@intel.com> * fix llava 4bit xpu test Signed-off-by:
jiqing-feng <jiqing.feng@intel.com> * fix format Signed-off-by:
jiqing-feng <jiqing.feng@intel.com> * fix format Signed-off-by:
jiqing-feng <jiqing.feng@intel.com> --------- Signed-off-by:
jiqing-feng <jiqing.feng@intel.com>
-
jiqing-feng authored
* add gpt2 test on XPU Signed-off-by:
jiqing-feng <jiqing.feng@intel.com> * auto dtype has been fixed Signed-off-by:
jiqing-feng <jiqing.feng@intel.com> * convert model to train mode Signed-off-by:
jiqing-feng <jiqing.feng@intel.com> --------- Signed-off-by:
jiqing-feng <jiqing.feng@intel.com>
-
Yaswanth Gali authored
* Nit
* Another one * fix * run ci * revert change
-
- 31 Mar, 2025 1 commit
-
-
cyyever authored
* Fix inefficient operations * Remove cpu() call * Reorder detach() * Reorder detach() * tolist without detach * item without detach * Update src/transformers/models/rag/modeling_rag.py Co-authored-by:
Joao Gante <joaofranciscocardosogante@gmail.com> * Update tests/models/encodec/test_modeling_encodec.py Co-authored-by:
Joao Gante <joaofranciscocardosogante@gmail.com> * Use detach().cpu().numpy * Revert some numpy operations * More fixes --------- Co-authored-by:
Joao Gante <joaofranciscocardosogante@gmail.com>
-