1. 21 Jun, 2023 2 commits
  2. 20 Jun, 2023 18 commits
  3. 19 Jun, 2023 14 commits
  4. 16 Jun, 2023 6 commits
    • Teven's avatar
      Adding ddp_broadcast_buffers argument to Trainer (#24326) · ee88ae59
      Teven authored
      adding ddp_broadcast_buffers argument
      ee88ae59
    • Matt's avatar
      Add test for proper TF input signatures (#24320) · 91389950
      Matt authored
      * Add test for proper input signatures
      
      * No more signature pruning
      
      * Test the dummy inputs are valid too
      
      * fine-tine -> fine-tune
      
      * Fix indent in test_dataset_conversion
      91389950
    • amyeroberts's avatar
      Fix ImageGPT doc example (#24317) · bdfd57d1
      amyeroberts authored
      * Fix ImageGPT doc example
      
      * Update src/transformers/models/imagegpt/image_processing_imagegpt.py
      
      * Fix types
      bdfd57d1
    • Sylvain Gugger's avatar
      Tied weights load (#24310) · 096f2cf1
      Sylvain Gugger authored
      * Use tied weight keys
      
      * More
      
      * Fix tied weight missing warning
      
      * Only give info on unexpected keys with different classes
      
      * Deal with empty archs
      
      * Fix tests
      
      * Refine test
      096f2cf1
    • Nicolas Patry's avatar
    • Matt's avatar
      Big TF test cleanup (#24282) · 34037129
      Matt authored
      * Fix one BLIP arg not being optional, remove misspelled arg
      
      * Remove the lxmert test overrides and just use the base test_saved_model_creation
      
      * saved_model_creation fixes and re-enabling tests across the board
      
      * Remove unnecessary skip
      
      * Stop caching sinusoidal embeddings in speech_to_text
      
      * Fix transfo_xl compilation
      
      * Fix transfo_xl compilation
      
      * Fix the conditionals in xglm
      
      * Set the save spec only when building
      
      * Clarify comment
      
      * Move comment correctly
      
      * Correct embeddings generation for speech2text
      
      * Mark RAG generation tests as @slow
      
      * Remove redundant else:
      
      * Add comment to clarify the save_spec line in build()
      
      * Fix size tests for XGLM at last!
      
      * make fixup
      
      * Remove one band_part operation
      
      * Mark test_keras_fit as @slow
      34037129