"vscode:/vscode.git/clone" did not exist on "218d552f306fefc34b60fee8135b976c3ab5807f"
  1. 30 May, 2023 12 commits
  2. 26 May, 2023 7 commits
  3. 25 May, 2023 9 commits
  4. 24 May, 2023 12 commits
    • Matt's avatar
      Remove the last few TF serving sigs (#23738) · e45e756d
      Matt authored
      Remove some more serving methods that (I think?) turned up while this PR was open
      e45e756d
    • Sylvain Gugger's avatar
      Enable prompts on the Hub (#23662) · 9850e6dd
      Sylvain Gugger authored
      
      
      * Enable prompts on the Hub
      
      * Update src/transformers/tools/prompts.py
      Co-authored-by: default avataramyeroberts <22614925+amyeroberts@users.noreply.github.com>
      
      * Address review comments
      
      ---------
      Co-authored-by: default avataramyeroberts <22614925+amyeroberts@users.noreply.github.com>
      9850e6dd
    • Zachary Mueller's avatar
      Fix sagemaker DP/MP (#23681) · 75bbf20b
      Zachary Mueller authored
      * Check for use_sagemaker_dp
      
      * Add a check for is_sagemaker_mp when setting _n_gpu again. Should be last broken thing
      
      * Try explicit check?
      
      * Quality
      75bbf20b
    • Daniel King's avatar
      Fix the regex in `get_imports` to support multiline try blocks and excepts... · 89159651
      Daniel King authored
      Fix the regex in `get_imports` to support multiline try blocks and excepts with specific exception types (#23725)
      
      * fix and test get_imports for multiline try blocks, and excepts with specific errors
      
      * fixup
      
      * add some more tests
      
      * add license
      89159651
    • Sanchit Gandhi's avatar
      d8222be5
    • Matt's avatar
      Overhaul TF serving signatures + dummy inputs (#23234) · 814de8fa
      Matt authored
      * Let's try autodetecting serving sigs
      
      * Don't clobber existing sigs
      
      * Change shapes for multiplechoice models
      
      * Make default dummy inputs smarter too
      
      * Fix missing f-string
      
      * Let's YOLO a serving output too
      
      * Read __class__.__name__ properly
      
      * Don't just pass naked lists in there and expect it to be okay
      
      * Code cleanup
      
      * Update default serving sig
      
      * Clearer error messages
      
      * Further updates to the default serving output
      
      * make fixup
      
      * Update the serving output a bit more
      
      * Cleanups and renames, raise errors appropriately when we can't infer inputs
      
      * More renames
      
      * we're building in a functional context again, yolo
      
      * import DUMMY_INPUTS from the right place
      
      * import DUMMY_INPUTS from the right place
      
      * Support cross-attention in the dummies
      
      * Support cross-attention in the dummies
      
      * Complete removal of dummy/serving overrides in BERT
      
      * Complete removal of dummy/serving overrides in RoBERTa
      
      * Obliterate lots and lots of serving sig and dummy overrides
      
      * merge type hint changes
      
      * Fix for token_type_ids with vocab_size 1
      
      * Add missing property decorator
      
      * Fix T5 and hopefully some models that take conv inputs
      
      * More signature pruning
      
      * Fix T5's signature
      
      * Fix Wav2Vec2 signature
      
      * Fix LongformerForMultipleChoice input signature
      
      * Fix BLIP and LED
      
      * Better default serving output error handling
      
      * Fix BART dummies
      
      * Fix dummies for cross-attention, esp encoder-decoder models
      
      * Fix visionencoderdecoder signature
      
      * Fix BLIP serving output
      
      * Small tweak to BART dummies
      
      * Cleanup the ugly parameter inspection line that I used in a few places
      
      * committed a breakpoint again
      
      * Move the text_dims check
      
      * Remove blip_text serving_output
      
      * Add decoder_input_ids to the default input sig
      
      * Remove all the manual overrides for encoder-decoder model signatures
      
      * Tweak longformer/led input sigs
      
      * Tweak default serving output
      
      * output.keys() -> output
      
      * make fixup
      814de8fa
    • Connor Henderson's avatar
      fix: Whisper generate, move text_prompt_ids trim up for max_new_tokens calculation (#23724) · 3d7baef1
      Connor Henderson authored
      move text_prompt_ids trimming to top
      3d7baef1
    • Jungnerd's avatar
      fix: delete duplicate sentences in `document_question_answering.mdx` (#23735) · 50a56bed
      Jungnerd authored
      fix: delete duplicate sentence
      50a56bed
    • Matt's avatar
      TF SAM memory reduction (#23732) · d2d88226
      Matt authored
      * Extremely small change to TF SAM dummies to reduce memory usage on build
      
      * remove debug breakpoint
      
      * Debug print statement to track array sizes
      
      * More debug shape printing
      
      * More debug shape printing
      
      * Now remove the debug shape printing
      
      * make fixup
      
      * make fixup
      d2d88226
    • pagarsky's avatar
      Minor awesome-transformers.md fixes (#23453) · 28aa438c
      pagarsky authored
      Minor docs fixes
      28aa438c
    • Matt's avatar
      Better TF docstring types (#23477) · f8b25744
      Matt authored
      * Rework TF type hints to use | None instead of Optional[] for tf.Tensor
      
      * Rework TF type hints to use | None instead of Optional[] for tf.Tensor
      
      * Don't forget the imports
      
      * Add the imports to tests too
      
      * make fixup
      
      * Refactor tests that depended on get_type_hints
      
      * Better test refactor
      
      * Fix an old hidden bug in the test_keras_fit input creation code
      
      * Fix for the Deit tests
      f8b25744
    • Wang, Yi's avatar
      fix gptj could not jit.trace in GPU (#23317) · 767e6b53
      Wang, Yi authored
      
      Signed-off-by: default avatarWang, Yi A <yi.a.wang@intel.com>
      767e6b53