DeepSpeed
2a0c0e3c - Remove compile wrapper to simplify access to model attributes (#5581)

Comment changes are shownComment changes are hidden
Commit
1 year ago
Remove compile wrapper to simplify access to model attributes (#5581) Having a wrapper of a compiled module brings various restrictions about accessing attributes of the compiled model. This PR removes the wrapper of compiled module to simplify the access to the compiled model. --------- Co-authored-by: Olatunji Ruwase <olruwase@microsoft.com>
Author
Parents
  • deepspeed/runtime
    • File
      compiler.py
    • File
      config.py
    • File
      engine.py
    • zero
      • File
        partition_parameters.py
  • tests/unit
    • File
      common.py
    • runtime/compile
      • File
        test_compile_wrapper.py
      • File
        test_compile_zero.py
      • File
        test_load_config.py
      • File
        util.py