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

LLM router basic template #203

Closed
wants to merge 1,502 commits into from
Closed

LLM router basic template #203

wants to merge 1,502 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 16, 2024

  1. Merge pull request #215 from anyscale/stable-diffusion-pretraining-im…

    …provements
    
    Stable diffusion pretraining improvements
    marwan116 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ea5e08c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    ac68158 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eb3864 View commit details
    Browse the repository at this point in the history
  3. minor comments

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a0aab93 View commit details
    Browse the repository at this point in the history
  4. minor docstring edits

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5129ab0 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. revamp preprocessing and function extraction

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed May 19, 2024
    Configuration menu
    Copy the full SHA
    e83a44d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Apply suggestions from code review

    Co-authored-by: kourosh hakhamaneshi <[email protected]>
    SumanthRH and kouroshHakha committed May 20, 2024
    Configuration menu
    Copy the full SHA
    71b12bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cec98ba View commit details
    Browse the repository at this point in the history
  3. added a response parser dataclass, refactored eval utils

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f56287c View commit details
    Browse the repository at this point in the history
  4. fixed response parsing issues with tool response id

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed May 20, 2024
    Configuration menu
    Copy the full SHA
    835b2c7 View commit details
    Browse the repository at this point in the history
  5. switch to simple id for function calls

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed May 20, 2024
    Configuration menu
    Copy the full SHA
    04a29b0 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. remove call id in training; refactor function extraction

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed May 21, 2024
    Configuration menu
    Copy the full SHA
    747f1b8 View commit details
    Browse the repository at this point in the history
  2. remove testing code in preprocessing

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4e6e5ac View commit details
    Browse the repository at this point in the history
  3. switched to colorama for pprinting

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d1586a4 View commit details
    Browse the repository at this point in the history
  4. minor fixes

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed May 21, 2024
    Configuration menu
    Copy the full SHA
    024adb0 View commit details
    Browse the repository at this point in the history
  5. minor fixes

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed May 21, 2024
    Configuration menu
    Copy the full SHA
    050900f View commit details
    Browse the repository at this point in the history
  6. convert pprinted string to html for display in markdown

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed May 21, 2024
    Configuration menu
    Copy the full SHA
    52cd25f View commit details
    Browse the repository at this point in the history
  7. add print utils

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed May 21, 2024
    Configuration menu
    Copy the full SHA
    35abba8 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    e4c72b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #219 from anyscale/sp/polish-rayllm

    [LLM Serving Template] Updated command to non-jupyter cell
    shawnanyscale committed May 22, 2024
    Configuration menu
    Copy the full SHA
    dd1b06b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. better error handling; improved check_match logic; added base model e…

    …valuation
    
    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed May 23, 2024
    Configuration menu
    Copy the full SHA
    51fceaf View commit details
    Browse the repository at this point in the history
  2. added final base model results and figures

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f080802 View commit details
    Browse the repository at this point in the history
  3. add figures

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed May 23, 2024
    Configuration menu
    Copy the full SHA
    93ba8c8 View commit details
    Browse the repository at this point in the history
  4. move fwd and model tag into the yamls

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ed8b629 View commit details
    Browse the repository at this point in the history
  5. wip

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fe1ac56 View commit details
    Browse the repository at this point in the history
  6. wip

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed May 23, 2024
    Configuration menu
    Copy the full SHA
    476f205 View commit details
    Browse the repository at this point in the history
  7. safe dump

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed May 23, 2024
    Configuration menu
    Copy the full SHA
    db4f7b0 View commit details
    Browse the repository at this point in the history
  8. wip

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8eb9c9a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #222 from anyscale/kh/hot-fix-ft-template-model-tag

    [Finetuning][hotfix] move fwd checkpoint and model tag into the yamls
    kouroshHakha committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4e05acf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    70a66e5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    17e322e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a28d289 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Merge pull request #214 from anyscale/sumanthrh/function-calling

    Add template for fine-tuning to support function-calling
    SumanthRH committed May 24, 2024
    Configuration menu
    Copy the full SHA
    8c9dcf3 View commit details
    Browse the repository at this point in the history
  2. fix hard-coded paths

    Signed-off-by: angelinalg <[email protected]>
    angelinalg committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e45bbce View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Update CODEOWNERS

    Add Docs team to codeowners for templates/
    angelinalg committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4bfd6a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #226 from anyscale/angelinalg-patch-1

    Add Docs team to CODEOWNERS for templates/
    angelinalg committed May 28, 2024
    Configuration menu
    Copy the full SHA
    897f616 View commit details
    Browse the repository at this point in the history
  3. Added webhook registry

    shawnanyscale committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0544bf4 View commit details
    Browse the repository at this point in the history
  4. Added registry setup

    shawnanyscale committed May 28, 2024
    Configuration menu
    Copy the full SHA
    44e0f90 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. initial

    ArturNiederfahrenhorst committed May 29, 2024
    Configuration menu
    Copy the full SHA
    19fc4d0 View commit details
    Browse the repository at this point in the history
  2. fix readme

    ArturNiederfahrenhorst committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0b35022 View commit details
    Browse the repository at this point in the history
  3. readme changes

    ArturNiederfahrenhorst committed May 29, 2024
    Configuration menu
    Copy the full SHA
    420076e View commit details
    Browse the repository at this point in the history
  4. lint

    ArturNiederfahrenhorst committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9b9c6dd View commit details
    Browse the repository at this point in the history
  5. wip

    ArturNiederfahrenhorst committed May 29, 2024
    Configuration menu
    Copy the full SHA
    420ad49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7566f3f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f10b5d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ec5f81 View commit details
    Browse the repository at this point in the history
  9. lint

    ArturNiederfahrenhorst committed May 29, 2024
    Configuration menu
    Copy the full SHA
    bf179bc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    22a06d7 View commit details
    Browse the repository at this point in the history
  11. fix notebook

    ArturNiederfahrenhorst committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4b6b1bd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b51eb80 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    01a9c0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f94d964 View commit details
    Browse the repository at this point in the history
  3. try to fix it

    GeneDer committed May 30, 2024
    Configuration menu
    Copy the full SHA
    07832ba View commit details
    Browse the repository at this point in the history
  4. Fix Serve docs links

    Signed-off-by: Emmy Li <[email protected]>
    emmyscode committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8405e81 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #229 from anyscale/fix-docs-links

    Fix Serve docs links
    emmyscode committed May 30, 2024
    Configuration menu
    Copy the full SHA
    51630ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a7789c View commit details
    Browse the repository at this point in the history
  7. Updated

    shawnanyscale committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b25f9b3 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    ac83669 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c483f7e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #225 from anyscale/fix-links

    [docs] fix hard-coded paths
    emmyscode committed May 31, 2024
    Configuration menu
    Copy the full SHA
    48b2ed3 View commit details
    Browse the repository at this point in the history
  4. remove README.md

    Signed-off-by: Gene Su <[email protected]>
    GeneDer committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d597a81 View commit details
    Browse the repository at this point in the history
  5. Checkpoint

    shomilj committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ee4a991 View commit details
    Browse the repository at this point in the history
  6. Fix Emmy

    shomilj committed May 31, 2024
    Configuration menu
    Copy the full SHA
    35a3e0e View commit details
    Browse the repository at this point in the history
  7. Remove emmy

    shomilj committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8f9793c View commit details
    Browse the repository at this point in the history
  8. Update templates/fine-tune-llm_v2/cookbooks/continue_from_checkpoint/…

    …README.md
    
    Co-authored-by: kourosh hakhamaneshi <[email protected]>
    ArturNiederfahrenhorst and kouroshHakha committed May 31, 2024
    Configuration menu
    Copy the full SHA
    9f1b146 View commit details
    Browse the repository at this point in the history
  9. Update templates/fine-tune-llm_v2/cookbooks/continue_from_checkpoint/…

    …README.md
    
    Co-authored-by: kourosh hakhamaneshi <[email protected]>
    ArturNiederfahrenhorst and kouroshHakha committed May 31, 2024
    Configuration menu
    Copy the full SHA
    793ce85 View commit details
    Browse the repository at this point in the history
  10. Update templates/fine-tune-llm_v2/cookbooks/continue_from_checkpoint/…

    …README.md
    
    Co-authored-by: kourosh hakhamaneshi <[email protected]>
    ArturNiederfahrenhorst and kouroshHakha committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7cd0095 View commit details
    Browse the repository at this point in the history
  11. Update templates/fine-tune-llm_v2/cookbooks/continue_from_checkpoint/…

    …README.md
    
    Co-authored-by: kourosh hakhamaneshi <[email protected]>
    ArturNiederfahrenhorst and kouroshHakha committed May 31, 2024
    Configuration menu
    Copy the full SHA
    72a13ba View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    459e59f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    82a4b80 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Merge pull request #231 from anyscale/shomilj/fix-codeowner

    [Codeowner] Fix codeowners file
    shomilj committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    9dbc8c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. address comments

    Signed-off-by: Gene Su <[email protected]>
    GeneDer committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    3eae29b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55ca07f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bd3e94 View commit details
    Browse the repository at this point in the history
  4. Add yaml part

    ArturNiederfahrenhorst committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    2c2f7fe View commit details
    Browse the repository at this point in the history
  5. fix images

    ArturNiederfahrenhorst committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    79c8b32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c105ba View commit details
    Browse the repository at this point in the history
  7. fix pics

    ArturNiederfahrenhorst committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    159ac7a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5269c51 View commit details
    Browse the repository at this point in the history
  9. Update templates/fine-tune-llm_v2/cookbooks/continue_from_checkpoint/…

    …README.ipynb
    
    Co-authored-by: kourosh hakhamaneshi <[email protected]>
    ArturNiederfahrenhorst and kouroshHakha committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    bb27e10 View commit details
    Browse the repository at this point in the history
  10. Update templates/fine-tune-llm_v2/cookbooks/continue_from_checkpoint/…

    …README.ipynb
    
    Co-authored-by: kourosh hakhamaneshi <[email protected]>
    ArturNiederfahrenhorst and kouroshHakha committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    14cacb3 View commit details
    Browse the repository at this point in the history
  11. Update templates/fine-tune-llm_v2/cookbooks/continue_from_checkpoint/…

    …README.ipynb
    
    Co-authored-by: kourosh hakhamaneshi <[email protected]>
    ArturNiederfahrenhorst and kouroshHakha committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    22904bd View commit details
    Browse the repository at this point in the history
  12. Update templates/fine-tune-llm_v2/cookbooks/continue_from_checkpoint/…

    …README.md
    
    Co-authored-by: kourosh hakhamaneshi <[email protected]>
    ArturNiederfahrenhorst and kouroshHakha committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    304ae86 View commit details
    Browse the repository at this point in the history
  13. Update templates/fine-tune-llm_v2/cookbooks/continue_from_checkpoint/…

    …README.md
    
    Co-authored-by: kourosh hakhamaneshi <[email protected]>
    ArturNiederfahrenhorst and kouroshHakha committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    974e874 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1f81b69 View commit details
    Browse the repository at this point in the history
  15. Update templates/fine-tune-llm_v2/cookbooks/continue_from_checkpoint/…

    …README.ipynb
    
    Co-authored-by: kourosh hakhamaneshi <[email protected]>
    ArturNiederfahrenhorst and kouroshHakha committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    5e45c24 View commit details
    Browse the repository at this point in the history
  16. Update templates/fine-tune-llm_v2/cookbooks/continue_from_checkpoint/…

    …README.ipynb
    
    Co-authored-by: kourosh hakhamaneshi <[email protected]>
    ArturNiederfahrenhorst and kouroshHakha committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    5002940 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2b74fa4 View commit details
    Browse the repository at this point in the history
  18. add folder

    ArturNiederfahrenhorst committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    e2b4201 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Update templates/fine-tune-llm_v2/README.ipynb

    Co-authored-by: kourosh hakhamaneshi <[email protected]>
    ArturNiederfahrenhorst and kouroshHakha committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    efc9916 View commit details
    Browse the repository at this point in the history
  2. Update templates/fine-tune-llm_v2/README.md

    Co-authored-by: kourosh hakhamaneshi <[email protected]>
    ArturNiederfahrenhorst and kouroshHakha committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c41b506 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f82e96c View commit details
    Browse the repository at this point in the history
  4. fix step 3 title

    Signed-off-by: Gene Su <[email protected]>
    GeneDer committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    823b90b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac298fa View commit details
    Browse the repository at this point in the history
  6. initial

    ArturNiederfahrenhorst committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    ebaac0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d70fe60 View commit details
    Browse the repository at this point in the history
  8. fix headline

    ArturNiederfahrenhorst committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    bbd5040 View commit details
    Browse the repository at this point in the history
  9. address more comments and run through vale

    Signed-off-by: Gene Su <[email protected]>
    GeneDer committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    ac3c75b View commit details
    Browse the repository at this point in the history
  10. fix the wrong config files

    Signed-off-by: Gene Su <[email protected]>
    GeneDer committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f0fada6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. adding function-calling

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    53d47dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    774ffc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbd6432 View commit details
    Browse the repository at this point in the history
  4. Updated naming

    shawnanyscale committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c23ee66 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #233 from anyscale/sp/update-name

    Updated template model names
    shawnanyscale committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    7bedc7f View commit details
    Browse the repository at this point in the history
  6. cleaned up some path stuff

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    0ee9dac View commit details
    Browse the repository at this point in the history
  7. generated README.md files

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6cf2e1e View commit details
    Browse the repository at this point in the history
  8. pre-commit fixes

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d5f5471 View commit details
    Browse the repository at this point in the history
  9. fixed image paths

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    df6321c View commit details
    Browse the repository at this point in the history
  10. readme

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    7774110 View commit details
    Browse the repository at this point in the history
  11. update

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    8df0a6c View commit details
    Browse the repository at this point in the history
  12. address more comments

    Signed-off-by: Gene Su <[email protected]>
    GeneDer committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    7ec190a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Update templates/fine-tune-llm_v2/README.ipynb

    Co-authored-by: Sumanth R Hegde <[email protected]>
    kouroshHakha and SumanthRH committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4fe95c2 View commit details
    Browse the repository at this point in the history
  2. Update templates/fine-tune-llm_v2/README.ipynb

    Co-authored-by: Sumanth R Hegde <[email protected]>
    kouroshHakha and SumanthRH committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0823c3c View commit details
    Browse the repository at this point in the history
  3. Update templates/fine-tune-llm_v2/end-to-end-examples/fine-tune-funct…

    …ion-calling/README.ipynb
    
    Co-authored-by: Sumanth R Hegde <[email protected]>
    kouroshHakha and SumanthRH committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    5bb0249 View commit details
    Browse the repository at this point in the history
  4. Update templates/fine-tune-llm_v2/end-to-end-examples/fine-tune-funct…

    …ion-calling/README.md
    
    Co-authored-by: Sumanth R Hegde <[email protected]>
    kouroshHakha and SumanthRH committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    bd7555f View commit details
    Browse the repository at this point in the history
  5. fixes

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c18419d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5901fa0 View commit details
    Browse the repository at this point in the history
  7. [ft-template] Add function calling to the Fine-tuning template + some…

    … refactoring to the template files
    kouroshHakha committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    bb3a4e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2b80846 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. add cookbook to bring your own data

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    99b1d55 View commit details
    Browse the repository at this point in the history
  2. add readme

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    b0bf1bd View commit details
    Browse the repository at this point in the history
  3. add cookbook for hyperparameters

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e2392d5 View commit details
    Browse the repository at this point in the history
  4. add readme

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    20ce33a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3caa18f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e07482f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #227 from anyscale/sp/add-webhook

    [Finetuning] Added code to allow model registry
    shawnanyscale committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    172b194 View commit details
    Browse the repository at this point in the history
  8. minor edit

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0cef6bc View commit details
    Browse the repository at this point in the history
  9. edit gcp upload link

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    7fa7c6f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. minor edits

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7eab268 View commit details
    Browse the repository at this point in the history
  2. minor edits

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1338191 View commit details
    Browse the repository at this point in the history
  3. fix grammar

    Signed-off-by: Gene Su <[email protected]>
    GeneDer committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b14095d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    938a2eb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #228 from anyscale/genesu/triton-on-anyscale-services

    [Triton] Add Triton template to run Stable Diffusion on Anyscale Platform
    GeneDer committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    3977f4a View commit details
    Browse the repository at this point in the history
  6. add optimum installation

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    ae839bb View commit details
    Browse the repository at this point in the history
  7. use optimum==1.19.2

    Signed-off-by: Scott Lee <[email protected]>
    scottjlee committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1b064b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb1cf3f View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. [ft-template] Added cook book for optimizing cost and performance

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    a057af7 View commit details
    Browse the repository at this point in the history
  2. wip

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    8e49e53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83f6600 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64631c9 View commit details
    Browse the repository at this point in the history
  5. address review comments

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    e28479d View commit details
    Browse the repository at this point in the history
  6. minor edits

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    c24a4b4 View commit details
    Browse the repository at this point in the history
  7. minor edits

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    7770693 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Apply suggestions from code review

    Co-authored-by: kourosh hakhamaneshi <[email protected]>
    SumanthRH and kouroshHakha committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    8f4a1bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c48fc4c View commit details
    Browse the repository at this point in the history
  3. adding data formatting

    anmscale committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5ea7ad0 View commit details
    Browse the repository at this point in the history
  4. adding offline evaluation

    anmscale committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e97b93d View commit details
    Browse the repository at this point in the history
  5. basic step-1 and step-3

    anmscale committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    0dd9b38 View commit details
    Browse the repository at this point in the history
  6. delete unused file

    anmscale committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a28b77b View commit details
    Browse the repository at this point in the history
  7. clean up eval metrics

    anmscale committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ca87095 View commit details
    Browse the repository at this point in the history
  8. address review comments

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5adefad View commit details
    Browse the repository at this point in the history
  9. minor edits to wording

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    0e699de View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    64b76ec View commit details
    Browse the repository at this point in the history
  2. address review comments

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    78651ea View commit details
    Browse the repository at this point in the history
  3. minor fix

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7384aec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a3e46d View commit details
    Browse the repository at this point in the history
  5. minor fix

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    02ee186 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08f0972 View commit details
    Browse the repository at this point in the history
  7. fix paths

    ArturNiederfahrenhorst committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8f9b5fe View commit details
    Browse the repository at this point in the history
  8. merge main

    ArturNiederfahrenhorst committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9b668ce View commit details
    Browse the repository at this point in the history
  9. nit

    ArturNiederfahrenhorst committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e75f46a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7365668 View commit details
    Browse the repository at this point in the history
  11. fixed end of files

    GokuMohandas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    38d1e92 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d05717b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e7828ec View commit details
    Browse the repository at this point in the history
  14. made executable

    GokuMohandas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c3df134 View commit details
    Browse the repository at this point in the history
  15. e2e llm guide ci fixed

    GokuMohandas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    93506a1 View commit details
    Browse the repository at this point in the history
  16. precommit checks

    GokuMohandas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ba88102 View commit details
    Browse the repository at this point in the history
  17. precommit checks

    GokuMohandas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e109371 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4570792 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #242 from anyscale/e2e-llm

    added e2e llm workflows template
    angelinalg committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6fd850f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d84fc92 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8710c29 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #243 from anyscale/e2e-llm

    added note on waiting time
    angelinalg committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b23c84a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6fc7508 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7e567b1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    842160d View commit details
    Browse the repository at this point in the history
  26. Merge pull request #244 from anyscale/e2e-llm

    added service termination note
    akshay-anyscale committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8d001cb View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. add toc

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    73ab27b View commit details
    Browse the repository at this point in the history
  2. minor fix

    Signed-off-by: SumanthRH <[email protected]>
    SumanthRH committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e147a80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4672846 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    024b775 View commit details
    Browse the repository at this point in the history
  5. Wip

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f18cd2b View commit details
    Browse the repository at this point in the history
  6. wip

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b907af9 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into kh/templates-cost-throughput

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d9ee49d View commit details
    Browse the repository at this point in the history
  8. wip

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    764e3cd View commit details
    Browse the repository at this point in the history
  9. wip

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b92c04a View commit details
    Browse the repository at this point in the history
  10. wip

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    fcca709 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    17678b0 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'main' into loravsfullparam

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    84482a8 View commit details
    Browse the repository at this point in the history
  13. wip

    Signed-off-by: Kourosh Hakhamaneshi <[email protected]>
    kouroshHakha committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6879a70 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    494e9e2 View commit details
    Browse the repository at this point in the history
  2. modifications

    anmscale committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e0aa32b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4e8f10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a950e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    362c12f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #246 from anyscale/e2e-llm

    added data write solution for hosted anyscale
    GokuMohandas committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    15d83d3 View commit details
    Browse the repository at this point in the history
  7. pinned version for s3fs

    GokuMohandas committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    361c4a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cc30e27 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cda29de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    69ea7af View commit details
    Browse the repository at this point in the history
  11. Merge pull request #247 from anyscale/e2e-llm

    pinned version for s3fs
    GokuMohandas committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    53d6c97 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3450faf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5ecb265 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Merge pull request #248 from anyscale/e2e-llm

    using lora adapter for eval
    GokuMohandas committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    084a1ce View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    608b4a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #238 from anyscale/release-text-embeddings-0605

    Install fixed version of `optimum` in `text-embeddings` template
    scottjlee committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7124707 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. latest changes

    anmscale committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1e7cdcc View commit details
    Browse the repository at this point in the history
  2. fix bug

    anmscale committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    489c2ab View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    6fb5815 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d858dc View commit details
    Browse the repository at this point in the history
  3. adding data formatting

    anmscale committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    1e81149 View commit details
    Browse the repository at this point in the history
  4. adding offline evaluation

    anmscale committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    dd91c8c View commit details
    Browse the repository at this point in the history
  5. basic step-1 and step-3

    anmscale committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    3ed8a6c View commit details
    Browse the repository at this point in the history
  6. delete unused file

    anmscale committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    35cdba4 View commit details
    Browse the repository at this point in the history
  7. clean up eval metrics

    anmscale committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    50cae77 View commit details
    Browse the repository at this point in the history
  8. modifications

    anmscale committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    87aaa14 View commit details
    Browse the repository at this point in the history
  9. latest changes

    anmscale committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    bfa1b28 View commit details
    Browse the repository at this point in the history
  10. fix bug

    anmscale committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    e548105 View commit details
    Browse the repository at this point in the history
  11. more changes

    anmscale committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    ae9ce6c View commit details
    Browse the repository at this point in the history
  12. working job submission

    anmscale committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    b589cba View commit details
    Browse the repository at this point in the history
  13. updating notebook

    anmscale committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    ad924ae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4798b15 View commit details
    Browse the repository at this point in the history
  15. minor modifications

    anmscale committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    c16e234 View commit details
    Browse the repository at this point in the history
  16. remove wandb token

    anmscale committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    234a52e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. new flowchart, configs

    anmscale committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    750a2af View commit details
    Browse the repository at this point in the history
  2. fix trailing space

    anmscale committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5375669 View commit details
    Browse the repository at this point in the history
  3. adding autogen README.md

    anmscale committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    aeb7f3a View commit details
    Browse the repository at this point in the history
  4. remove datafiles

    anmscale committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a16661b View commit details
    Browse the repository at this point in the history
  5. remove additional space

    anmscale committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e684cd5 View commit details
    Browse the repository at this point in the history
  6. add end line

    anmscale committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1791f98 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    0fd2bcc View commit details
    Browse the repository at this point in the history
  2. add md files

    anmscale committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ed80144 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fdd882 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. feature complete

    anmscale committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d19563c View commit details
    Browse the repository at this point in the history
  2. remove md files

    anmscale committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    0df9166 View commit details
    Browse the repository at this point in the history
  3. md modifs

    anmscale committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bbe31a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. blog post changes

    anmscale committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    078effc View commit details
    Browse the repository at this point in the history
  2. running e2e

    anmscale committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3ed3003 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. change instance types

    anmscale committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e0d2161 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    2ad2f7a View commit details
    Browse the repository at this point in the history
  2. latest changes

    anmscale committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    261ac02 View commit details
    Browse the repository at this point in the history
  3. update configs

    anmscale committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    62d6d47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e22b28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6715890 View commit details
    Browse the repository at this point in the history
  6. edit configs

    anmscale committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d3be03a View commit details
    Browse the repository at this point in the history
  7. remove configs

    anmscale committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d29f2ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55ee2e2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    656c650 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

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