Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several Improvements for the latest PyTorch Framework #1564

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Jul 21, 2024

  1. Fix torch FutureWarning

    FutureWarning: `torch.cuda.amp.GradScaler(args...)` is deprecated. Please use `torch.amp.GradScaler('cuda', args...)` instead.
    MGAMZ authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    4f62c98 View commit details
    Browse the repository at this point in the history
  2. Fix torch FutureWarning

    FutureWarning: `torch.cuda.amp.GradScaler(args...)` is deprecated. Please use `torch.amp.GradScaler('cuda', args...)` instead.
    MGAMZ authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    b6b4224 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    4c7a5d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Fix Incorrect Optim Param Resume Method

    FSDP.optim_state_dict_to_load requires the following parameters:
    
    model: Module,
    optim: Optimizer,
    optim_state_dict: Dict[str, Any]
    MGAMZ authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    28d47f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Update runner.py to support pure-python style model wrapper configura…

    …tions
    
    The current runner implementation has not yet supported for pure-python style configurations on model wrapper class. I follow the mainstream implementation to support this feature.
    MGAMZ authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    91d945f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    0934d75 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. reconstruct

    MGAMZ committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7103c3e View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    eecaa92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    698ad5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c80332 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    3cf1003 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. improve codes

    MGAMZ committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1e4c2ed View commit details
    Browse the repository at this point in the history