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

[Example] NanoGPT support in DLrover #516

Merged

Commits on Jul 24, 2023

  1. GPT 2 model definition.

    Antlera committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    c9786d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c98463 View commit details
    Browse the repository at this point in the history
  3. nanogpt docker file.

    Antlera committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    780ed3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    443c353 View commit details
    Browse the repository at this point in the history
  5. Rename nanogpt job yaml.

    Antlera committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    d3070f5 View commit details
    Browse the repository at this point in the history
  6. Modify the code structure

    to add a parameter interpreter.
    Antlera committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    52df694 View commit details
    Browse the repository at this point in the history
  7. Formatting code with black.

    Antlera committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    7570e41 View commit details
    Browse the repository at this point in the history
  8. Fix metadata error in yaml.

    Antlera committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    17659ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a05acbb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d9c4a8f View commit details
    Browse the repository at this point in the history
  11. Remove whitespace before :.

    Antlera committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    bb2e356 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bcf0f9a View commit details
    Browse the repository at this point in the history
  13. Fix mypy check error.

    Antlera committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e70f995 View commit details
    Browse the repository at this point in the history
  14. Fix isort error.

    Antlera committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    05a87dd View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Fix annotation formatting.

    Antlera committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    19bfa09 View commit details
    Browse the repository at this point in the history
  2. Rename nanogpt.py

    Antlera committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d73703f View commit details
    Browse the repository at this point in the history
  3. Fix imagePullPolicy.

    Antlera committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9b7ed63 View commit details
    Browse the repository at this point in the history
  4. Modify the mirror source.

    Antlera committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    749d970 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55f1006 View commit details
    Browse the repository at this point in the history
  6. Rename folders to prevent

    docker builds from failing.
    Antlera committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    faa755c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c56189d View commit details
    Browse the repository at this point in the history