1. 13 Feb, 2023 12 commits
  2. 12 Feb, 2023 1 commit
  3. 10 Feb, 2023 20 commits
  4. 09 Feb, 2023 7 commits
    • Katie Le's avatar
      Added with torch.no_grad() to XLM-Roberta integration test (#21547) · 23c146c3
      Katie Le authored
      
      
      * added with torch.no_grad() to the integration tests and applied make style
      
      * added with torch.no_grad() to xlm roberta forward pass
      
      ---------
      Co-authored-by: default avatarBibi <Bibi@katies-mac.local>
      23c146c3
    • Sylvain Gugger's avatar
      馃毃馃毃馃毃 Enforce single model initialization (#21431) · 04b2f13c
      Sylvain Gugger authored
      * Enforce single model initialization
      
      * Add OneFormer example for problem 3
      
      * Do it the Stas way
      
      * Actually rename the uses...
      
      * Rewrite test
      
      * Try to change the test this way
      
      * Fix all init slow/fast tests
      
      * Break connection
      
      * Fix more tests
      
      * Fix test for initialization
      
      * Remove custom test
      
      * Quality
      
      * Fix last failing tests
      
      * The end?
      04b2f13c
    • Sylvain Gugger's avatar
    • Sylvain Gugger's avatar
      Fix inclusion of non py files in package (#21546) · 1efe9c0b
      Sylvain Gugger authored
      * Fix inclusion of non py files in package
      
      * No need for the **
      1efe9c0b
    • Sylvain Gugger's avatar
      Align BLIP-2 winit with others · 7927732f
      Sylvain Gugger authored
      7927732f
    • NielsRogge's avatar
      Add BLIP-2 (#21441) · d7f1e7c0
      NielsRogge authored
      
      
      * First draft
      
      * More improvements
      
      * More improvements
      
      * Improve conversion script
      
      * Convert all weights
      
      * Make forward pass work
      
      * Make logits match
      
      * More improvements
      
      * More improvements
      
      * More improvements
      
      * Use get_input_embeddings
      
      * Improve some more
      
      * Improve model tests
      
      * Improve model tests
      
      * More improvements
      
      * Fix processor
      
      * Update files
      
      * Update prepare_inputs_for_generation
      
      * More improvements
      
      * Fix copies
      
      * More fixes
      
      * Make fixup
      
      * More improvements
      
      * Add support for seq2seq language model
      
      * More improvements
      
      * Fix test
      
      * More improvements
      
      * Improve conversion script
      
      * Remove some todo's
      
      * Fix README's
      
      * Improve conversion script
      
      * Fix generation
      
      * Fix style and remove Blip2Model
      
      * Fix model outputs
      
      * More improvements
      
      * Set eos_token_id in config
      
      * Fix quality
      
      * Small improvements
      
      * Add processor tests
      
      * More improvements
      
      * Apply suggestions
      
      * Apply suggestions
      
      * Add integration test
      
      * Update image URL
      
      * Add integration test
      
      * Fix model_type
      
      * Update style
      
      * Improve docs
      
      * Add doc tests
      
      * Fix copies
      
      * Remove tests which are passing
      
      * Improve some more
      
      * Add tests for seq2seq language models
      
      * Minor fix
      
      * Convert more checkpoints
      
      * finalize CI
      
      * Fix blip and blip2 processors
      
      * add `accelerate` support for `blip2`
      
      * clean up
      
      * make style
      
      * Update conversion script
      
      * Update conversion script some more
      
      * Update organization
      
      * revert toc file
      
      * add blip-2 to toc file
      
      * Some more improvements
      
      * Fix docstring
      
      * Improve docs
      
      ---------
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      Co-authored-by: default avataryounesbelkada <younesbelkada@gmail.com>
      d7f1e7c0
    • lee1jun's avatar
      fix typo in run_speech_recognition_ctc.py (#21528) · b31cee67
      lee1jun authored
      Update run_speech_recognition_ctc.py
      
      There should be `# limitations under the License` line at the end of the documentation section.
      b31cee67