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

[wip] makes it possible to run alpaca with flyte #198

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

Commits on Apr 10, 2023

  1. [wip] makes it possible to run alpaca with flyte

    To execute locally
    ```bash
    pyflyte run train.py train --model_args='{}' --data_args='{}' --training_args='{"output_dir":"/tmp"}'
    
    ```
    
    Signed-off-by: Ketan Umare <[email protected]>
    kumare3 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    c68ad61 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. updated

    Signed-off-by: Ketan Umare <[email protected]>
    kumare3 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    7a474cb View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. updated version

    Signed-off-by: Ketan Umare <[email protected]>
    kumare3 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    f56b5f8 View commit details
    Browse the repository at this point in the history
  2. added

    Signed-off-by: Ketan Umare <[email protected]>
    kumare3 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    3177b39 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. update dockerfile to support cuda, update training script

    Signed-off-by: Niels Bantilan <[email protected]>
    cosmicBboy committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    15b51ae View commit details
    Browse the repository at this point in the history