1. 28 May, 2024 1 commit
    • amyeroberts's avatar
      Deprecate low use models (#30781) · a564d10a
      amyeroberts authored
      * Deprecate models
      - graphormer
      - time_series_transformer
      - xlm_prophetnet
      - qdqbert
      - nat
      - ernie_m
      - tvlt
      - nezha
      - mega
      - jukebox
      - vit_hybrid
      - x_clip
      - deta
      - speech_to_text_2
      - efficientformer
      - realm
      - gptsan_japanese
      
      * Fix up
      
      * Fix speech2text2 imports
      
      * Make sure message isn't indented
      
      * Fix docstrings
      
      * Correctly map for deprecated models from model_type
      
      * Uncomment out
      
      * Add back time series transformer and x-clip
      
      * Import fix and fix-up
      
      * Fix up with updated ruff
      a564d10a
  2. 15 May, 2024 1 commit
  3. 13 May, 2024 1 commit
    • amyeroberts's avatar
      Deprecate models script (#30184) · 0f8fefd4
      amyeroberts authored
      * Add utility for finding candidate models for deprecation
      
      * Update model init
      
      * Make into configurable script
      
      * Fix path
      
      * Add sorting of base object alphabetically
      
      * Tidy
      
      * Refactor __init__ alpha ordering
      
      * Update script with logging
      
      * fix import
      
      * Fix logger
      
      * Fix logger
      
      * Get config file before moving files
      
      * Take models from CLI
      
      * Split models into lines to make easier to feed to deprecate_models script
      
      * Update
      
      * Use posix path
      
      * Print instead
      
      * Add example in module docstring
      
      * Fix up
      
      * Add clarifying comments; add models to DEPRECATE_MODELS
      
      * Address PR comments
      
      * Don't update relative paths on the same level
      0f8fefd4