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] Error logging callback #2533

Closed
wants to merge 178 commits into from

Commits on Aug 22, 2023

  1. implement cot

    bmosaicml committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    55cf010 View commit details
    Browse the repository at this point in the history
  2. fix tests

    bmosaicml committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    91033fa View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

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

Commits on Sep 11, 2023

  1. debug print statement

    bmosaicml committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    3ed0ade View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. prelim commit

    bmosaicml committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ec6fc17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a59b644 View commit details
    Browse the repository at this point in the history
  3. add output logger

    bmosaicml committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    97b1218 View commit details
    Browse the repository at this point in the history
  4. create eval output logger

    bmosaicml committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7174e75 View commit details
    Browse the repository at this point in the history
  5. fix pyright; git push

    bmosaicml committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    fdbd53b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    909d07b View commit details
    Browse the repository at this point in the history
  2. change dist reduce fx

    bmosaicml committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9f4e3d2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'error_logging_callback' of github.com:bmosaicml/compose…

    …r into error_logging_callback
    bmosaicml committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    dce297c View commit details
    Browse the repository at this point in the history
  4. change dist reduce fx

    bmosaicml committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ea4e7ee View commit details
    Browse the repository at this point in the history
  5. fix pyright

    bmosaicml committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5630c23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30623f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Add nightly docker image (mosaicml#2452)

    Add pytorch nightly and CUDA 12.1 support for composer docker images
    
    What issue(s) does this change relate to?
    Related to https://mosaicml.atlassian.net/browse/GRT-2305
    
    Tests
    docker image: mosaicml/ci-staging:72744756-794c-4390-94db-72c212dd5e00 (cuda 12.1, pytorch 2.1.0)
    
    mcli connect temp-test-ZAVxMh
    Python 3.10.12 (main, Jun  7 2023, 12:45:35) [GCC 9.4.0] on linux
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import torch
    >>> print(torch.version)
    <module 'torch.version' from '/usr/lib/python3/dist-packages/torch/version.py'>
    >>> print(torch.__version__)
    2.1.0.dev20230623+cu121
    >>> print(torch.version.cuda)
    12.1
    Integration Test
    @mvpatel2000 has validated that this trains on initial mpt-2 experiments and speeds up training by +7-8% from 0.25 MFU to 0.27 MFU
    j316chuck authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e161e33 View commit details
    Browse the repository at this point in the history
  2. Fix local eval (mosaicml#2465)

    * fix autoresume with slashed directory
    
    * Revert "fix autoresume with slashed directory"
    
    This reverts commit 3dfb5f5.
    
    revert
    
    * fix
    
    * fix precommit
    
    * Update in_context_learning_evaluation.py
    
    * Update in_context_learning_evaluation.py
    
    * Update in_context_learning_evaluation.py
    
    * add tests
    rishab-partha authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    743fbe1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c333b6 View commit details
    Browse the repository at this point in the history
  4. Log system metrics on each event (mosaicml#2412)

    Signed-off-by: Prithvi Kannan <[email protected]>
    Co-authored-by: Evan Racah <[email protected]>
    Co-authored-by: eracah <[email protected]>
    3 people authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    da4e19f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60d3dc6 View commit details
    Browse the repository at this point in the history
  6. Upstream Generate Callback (mosaicml#2449)

    Upstreams and generalizes the callback that logs generations to wandb from foundry to composer.
    irenedea authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    15385b2 View commit details
    Browse the repository at this point in the history
  7. Upgrade torch nightly docker image for 0.18.3 NCCL version (mosaicml#…

    …2476)
    
    Upgrade torch docker nightly version to 08-23-23 so that we get nccl version 0.18.3 which was merged on 08-18-23.
    j316chuck authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ec59026 View commit details
    Browse the repository at this point in the history
  8. Test pytorch 2.1.0 docker images on ci/cd (mosaicml#2469)

    Test pytorch 2.1.0 docker images on ci/cd mosaicml#2469
    j316chuck authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a5ec1ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    145aeb8 View commit details
    Browse the repository at this point in the history
  10. Deprecate Fused LayerNorm (mosaicml#2475)

    Will be removed in v0.18.
    nik-mosaic authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    816a61b View commit details
    Browse the repository at this point in the history
  11. Transformers upgrade (mosaicml#2489)

    dakinggg authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    de68763 View commit details
    Browse the repository at this point in the history
  12. Update RTD build config with build.os (mosaicml#2490)

    * Update RTD build config with build.os
    * Remove python.version
    
    ---------
    
    Co-authored-by: Bandish Shah <[email protected]>
    2 people authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c4488b5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d91fe4d View commit details
    Browse the repository at this point in the history
  14. upgrade node version (mosaicml#2492)

    # What does this PR do?
    Security vulnerability in `semver` seen due to node. This PR upgrades the node version to bump up semver from 7.5.1 to 7.5.2
    
    # Tests
    Action Run: https://github.com/mosaicml/composer/actions/runs/6017539089
    Correct version of semver seen after upgrade: 
    ```
    mosaicml#14 [pytorch_stage  7/24] RUN npm list -g semver --depth=1
    mosaicml#14 2.223 /usr/lib
    mosaicml#14 2.223 `-- [email protected]
    mosaicml#14 2.223   `-- [email protected]
    mosaicml#14 2.223 
    mosaicml#14 DONE 2.4s
    ```
    j316chuck authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3a9706d View commit details
    Browse the repository at this point in the history
  15. Gating tying modules w/ FSDP for torch 2.0 (mosaicml#2467)

    * Gating tying modules w/ FSDP
    
    * Changing weight tying filtering to be less aggressive
    
    * precommit formatting
    bcui19 authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ee67e99 View commit details
    Browse the repository at this point in the history
  16. Removing min_params (mosaicml#2494)

    * Removing min_params
    
    * formatting?
    
    * removing overlap with another commit
    bcui19 authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    99b98ef View commit details
    Browse the repository at this point in the history
  17. Fix torchmetrics backwards compatibility issue (mosaicml#2468)

    * add fix
    
    * fix tests
    
    * qwf
    
    * dsfg
    
    * add key
    
    * remove short
    
    * add map test
    
    * remove comment
    
    * filter warning
    
    * simplify wrapping
    
    * checkdown
    
    * fix torchmetrics
    
    * 300
    
    * fix tests
    
    * remove metric
    
    * cleanup
    
    * bug fixes
    
    * fix lint
    
    * fix lint
    
    * fix test
    
    * lint
    
    * remove cuda
    
    * fix tests
    
    * fix ignore
    
    * fix loading
    
    * fix test
    
    * save ckpt
    
    ---------
    
    Co-authored-by: Mihir Patel <[email protected]>
    Co-authored-by: Daniel King <[email protected]>
    Co-authored-by: Your Name <[email protected]>
    4 people authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    91d961d View commit details
    Browse the repository at this point in the history
  18. Adding some fixes to FSDP tests (mosaicml#2495)

    * Adding some fixes to FSDP tests
    
    * Add filter warnings
    bcui19 authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6add304 View commit details
    Browse the repository at this point in the history
  19. fail count (mosaicml#2496)

    mvpatel2000 authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b5e0950 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8e106a6 View commit details
    Browse the repository at this point in the history
  21. filter warning (mosaicml#2500)

    mvpatel2000 authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    fc6c995 View commit details
    Browse the repository at this point in the history
  22. bump version (mosaicml#2498)

    mvpatel2000 authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ac60704 View commit details
    Browse the repository at this point in the history
  23. Skip metrics in state dict (mosaicml#2501)

    * skip metrics in state dict
    
    * fix unit tests
    mvpatel2000 authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9274a77 View commit details
    Browse the repository at this point in the history
  24. Add peak memory stats (mosaicml#2504)

    * add peak memory stats
    
    * fix tests
    mvpatel2000 authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d7b49c7 View commit details
    Browse the repository at this point in the history
  25. fix sharded ckpt (mosaicml#2505)

    mvpatel2000 authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c24d60d View commit details
    Browse the repository at this point in the history
  26. Bump gitpython from 3.1.31 to 3.1.34 (mosaicml#2509)

    Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.31 to 3.1.34.
    - [Release notes](https://github.com/gitpython-developers/GitPython/releases)
    - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
    - [Commits](gitpython-developers/GitPython@3.1.31...3.1.34)
    
    ---
    updated-dependencies:
    - dependency-name: gitpython
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4e50192 View commit details
    Browse the repository at this point in the history
  27. Annotate torch_prof_remote_file_name as Optional (mosaicml#2512)

    The `torch_prof_remote_file_name` argument of `Profiler` is passed
    as the `remote_file_name` argument of `TorchProfiler`, which supports
    passing `None` to disable uploading trace files. Prior to this
    commit, passing `None` to `Profiler` to do this whilst using a
    static type checker led to a type error.
    srstevenson authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    90e8bf2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    dac9054 View commit details
    Browse the repository at this point in the history
  29. Remove metric saving (mosaicml#2514)

    * no metric save
    
    * fix docs
    
    * checkdown
    
    * fix tests
    
    * filter warning
    
    * move to device
    
    * fix device gpu
    
    * Update composer/core/state.py
    
    Co-authored-by: Daniel King <[email protected]>
    
    ---------
    
    Co-authored-by: Daniel King <[email protected]>
    2 people authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8dfa2db View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c8f3ecd View commit details
    Browse the repository at this point in the history
  31. Refactor mosaic_fsdp.py (mosaicml#2506)

    * Refactor mosaic_fsdp.py
    
    * Format file
    
    * Rename monkey patch function
    
    * Fix import path
    
    * Format files
    
    * Fix version
    b-chu authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    284c1b7 View commit details
    Browse the repository at this point in the history
  32. fix pr (mosaicml#2517)

    mvpatel2000 authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c507e30 View commit details
    Browse the repository at this point in the history
  33. Add custom sharding to ChunkShardingSpec (mosaicml#2507)

    * Refactor mosaic_fsdp.py
    
    * Format file
    
    * Rename monkey patch function
    
    * Fix import path
    
    * Format files
    
    * Fix version
    
    * Fix import path
    
    * Monkey patch ChunkShardingSpec to dynamically detect sharding dim
    
    * Format file
    
    * Add non divisible functionality to ChunkShardingSpec
    
    * Format file
    
    * Format file
    b-chu authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    303b7c3 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    3a19321 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4ca8f5a View commit details
    Browse the repository at this point in the history
  36. Add FSDP custom wrap with torch 2.1 (mosaicml#2460)

    * add torch2
    
    * add code
    
    * tag more changes
    
    * Update composer/trainer/mosaic_fsdp.py
    
    Co-authored-by: Vitaliy Chiley <[email protected]>
    
    * monkeypatch init
    
    * raise pins
    
    * add print
    
    * more logs
    
    * change if statements
    
    * remove imports
    
    * remove imports
    
    * fix init
    
    * fix versioning
    
    * add hybrid shard
    
    * checkdown
    
    * revert hsdp
    
    * add peak memory stats
    
    * lint
    
    * imports
    
    * Update composer/trainer/mosaic_fsdp.py
    
    Co-authored-by: Daniel King <[email protected]>
    
    * fix wrap
    
    * fix gate
    
    * lint
    
    * test
    
    * change thresh
    
    * import typing
    
    * fix checks
    
    * nuke pyright
    
    * typo
    
    * Update composer/trainer/mosaic_fsdp.py
    
    Co-authored-by: Brian <[email protected]>
    
    * Update composer/trainer/mosaic_fsdp.py
    
    Co-authored-by: Brian <[email protected]>
    
    * Update composer/trainer/mosaic_fsdp_utils.py
    
    Co-authored-by: Brian <[email protected]>
    
    * resolve comments
    
    * add comments
    
    * add comments
    
    ---------
    
    Co-authored-by: Vitaliy Chiley <[email protected]>
    Co-authored-by: Daniel King <[email protected]>
    Co-authored-by: Brian <[email protected]>
    4 people authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c1f87f7 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    decf2b2 View commit details
    Browse the repository at this point in the history
  38. prelim commit

    bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b521207 View commit details
    Browse the repository at this point in the history
  39. add output logger

    bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3b09be7 View commit details
    Browse the repository at this point in the history
  40. create eval output logger

    bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5697e1f View commit details
    Browse the repository at this point in the history
  41. change dist reduce fx

    bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    2e01b89 View commit details
    Browse the repository at this point in the history
  42. Bump gitpython from 3.1.34 to 3.1.35 (mosaicml#2525)

    Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.34 to 3.1.35.
    - [Release notes](https://github.com/gitpython-developers/GitPython/releases)
    - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
    - [Commits](gitpython-developers/GitPython@3.1.34...3.1.35)
    
    ---
    updated-dependencies:
    - dependency-name: gitpython
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b3b1377 View commit details
    Browse the repository at this point in the history
  43. Bump pytest from 7.4.0 to 7.4.2 (mosaicml#2523)

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.2.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.4.0...7.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1f5012b View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    6bdc53e View commit details
    Browse the repository at this point in the history
  45. disable cifar daily (mosaicml#2527)

    mvpatel2000 authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1818b51 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    13d411e View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    51650ff View commit details
    Browse the repository at this point in the history
  48. Fix github actions for GCS integration testing (mosaicml#2532)

    * fix github actions
    
    * make gpu test
    mvpatel2000 authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c780740 View commit details
    Browse the repository at this point in the history
  49. change dist reduce fx

    bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    17953f4 View commit details
    Browse the repository at this point in the history
  50. fix pyright

    bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    cb0ce0e View commit details
    Browse the repository at this point in the history
  51. Fix GCS tests (mosaicml#2535)

    * add PR tests
    
    * fix test
    
    * remove pr daily
    
    * remove pr daily
    mvpatel2000 authored and bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f2dd81f View commit details
    Browse the repository at this point in the history
  52. merge

    bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8fea658 View commit details
    Browse the repository at this point in the history
  53. finish error logging cb

    bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    75260fc View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    8bb395f View commit details
    Browse the repository at this point in the history
  55. fix

    bmosaicml committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    fada3b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    0540383 View commit details
    Browse the repository at this point in the history
  2. add import to init

    bmosaicml committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0e6e6d8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'error_logging_callback' of github.com:bmosaicml/compose…

    …r into error_logging_callback
    bmosaicml committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3668c29 View commit details
    Browse the repository at this point in the history
  4. add import to init

    bmosaicml committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c653090 View commit details
    Browse the repository at this point in the history
  5. add import to init

    bmosaicml committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b8be3a2 View commit details
    Browse the repository at this point in the history
  6. add file writing

    bmosaicml committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f309785 View commit details
    Browse the repository at this point in the history
  7. add file writing

    bmosaicml committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    33b35af View commit details
    Browse the repository at this point in the history
  8. add file writing

    bmosaicml committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1a0ef89 View commit details
    Browse the repository at this point in the history
  9. add file writing

    bmosaicml committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    8aa77f0 View commit details
    Browse the repository at this point in the history
  10. add file writing

    bmosaicml committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1b7e6db View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. move tensors to cpu

    bmosaicml committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    9c75b53 View commit details
    Browse the repository at this point in the history
  2. remove tensors

    bmosaicml committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    7a41a01 View commit details
    Browse the repository at this point in the history
  3. remove tensors

    bmosaicml committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e5c8b61 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. remove tensors

    bmosaicml committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a33cbd9 View commit details
    Browse the repository at this point in the history
  2. add prompt to qa

    bmosaicml committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    fa88a05 View commit details
    Browse the repository at this point in the history
  3. add prompt to qa

    bmosaicml committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    8111682 View commit details
    Browse the repository at this point in the history
  4. add prompt to qa

    bmosaicml committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    6e651fd View commit details
    Browse the repository at this point in the history
  5. add prompt to qa

    bmosaicml committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    501bc0c View commit details
    Browse the repository at this point in the history
  6. add prompt to qa

    bmosaicml committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    0116903 View commit details
    Browse the repository at this point in the history
  7. add prompt to qa

    bmosaicml committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    5fa5957 View commit details
    Browse the repository at this point in the history
  8. add prompt to qa

    bmosaicml committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    5ffb804 View commit details
    Browse the repository at this point in the history
  9. add prompt to qa

    bmosaicml committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    605f437 View commit details
    Browse the repository at this point in the history
  10. add prompt to qa

    bmosaicml committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    afaa437 View commit details
    Browse the repository at this point in the history
  11. add prompt to qa

    bmosaicml committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    b772029 View commit details
    Browse the repository at this point in the history
  12. add prompt to qa

    bmosaicml committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    6f8e0d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. add prompt to qa

    bmosaicml committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    92779c4 View commit details
    Browse the repository at this point in the history
  2. add prompt to qa

    bmosaicml committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    1ec300e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. add prompt to qa

    bmosaicml committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    cf943f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

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

    bmosaicml committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    8ab2b04 View commit details
    Browse the repository at this point in the history
  3. debugging

    bmosaicml committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    a6999aa View commit details
    Browse the repository at this point in the history
  4. debugging

    bmosaicml committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    828ceec View commit details
    Browse the repository at this point in the history
  5. debugging

    bmosaicml committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b98ffe6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. debugging

    jcd2020 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    0c61063 View commit details
    Browse the repository at this point in the history
  2. debugging

    jcd2020 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    72a4f2b View commit details
    Browse the repository at this point in the history
  3. debugging

    jcd2020 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8cf8829 View commit details
    Browse the repository at this point in the history
  4. debugging

    jcd2020 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    484510c View commit details
    Browse the repository at this point in the history
  5. debugging

    jcd2020 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    07cbebf View commit details
    Browse the repository at this point in the history
  6. debugging

    jcd2020 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e6af285 View commit details
    Browse the repository at this point in the history
  7. debugging

    jcd2020 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6f55ff5 View commit details
    Browse the repository at this point in the history
  8. debugging

    jcd2020 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e0d80ab View commit details
    Browse the repository at this point in the history
  9. debugging

    jcd2020 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    177b935 View commit details
    Browse the repository at this point in the history
  10. debugging

    jcd2020 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    dcfa6de View commit details
    Browse the repository at this point in the history
  11. debugging

    jcd2020 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    cce1fb0 View commit details
    Browse the repository at this point in the history
  12. debugging

    jcd2020 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    10ab1ca View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3b3fd26 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    ab6d797 View commit details
    Browse the repository at this point in the history
  2. added gpu test

    bmosaicml committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6266eeb View commit details
    Browse the repository at this point in the history
  3. merge

    bmosaicml committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    cd1fc58 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. fix error

    bmosaicml committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    76882cb View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. finish testing callback

    bmosaicml committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2855e1f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. fix all errors

    bmosaicml committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    29a5803 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f56c9de View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. test commit

    tbarton16 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    57133a4 View commit details
    Browse the repository at this point in the history
  2. roll back test commit

    tbarton16 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    7196028 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    4410203 View commit details
    Browse the repository at this point in the history
  2. remove ranks

    bmosaicml committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    21e322e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'error_logging_callback' of github.com:bmosaicml/compose…

    …r into error_logging_callback
    bmosaicml committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e4eb7ee View commit details
    Browse the repository at this point in the history
  4. Merge branch 'error_logging_callback' of github.com:bmosaicml/compose…

    …r into error_logging_callback
    bmosaicml committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    61447a2 View commit details
    Browse the repository at this point in the history
  5. re-tesT

    bmosaicml committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    d69bdba View commit details
    Browse the repository at this point in the history
  6. Merge branch 'error_logging_callback' of github.com:bmosaicml/compose…

    …r into error_logging_callback
    bmosaicml committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    d999b68 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

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

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    ca4d3c4 View commit details
    Browse the repository at this point in the history
  2. modify test

    bmosaicml committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    1e39623 View commit details
    Browse the repository at this point in the history
  3. modify test

    bmosaicml committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    09af753 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    47f3c91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f9a6bc View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. finish

    bmosaicml committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    a3501e9 View commit details
    Browse the repository at this point in the history
  2. finish

    bmosaicml committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    fadce0e View commit details
    Browse the repository at this point in the history
  3. finish

    bmosaicml committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    92157da View commit details
    Browse the repository at this point in the history
  4. finish

    bmosaicml committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    d137bbc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b25da3f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. finish pr

    bmosaicml committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    909ed63 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pass_on_custom_generation_kwargs' of github.com:bmosaic…

    …ml/composer into pass_on_custom_generation_kwargs
    bmosaicml committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    e263b5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32d6668 View commit details
    Browse the repository at this point in the history
  4. implement early stop

    bmosaicml committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4ff16b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ee0a72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bcf002e View commit details
    Browse the repository at this point in the history
  7. add tesT

    bmosaicml committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    83a60b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a031772 View commit details
    Browse the repository at this point in the history
  9. merge update

    bmosaicml committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    e5943d6 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'add_custom_stopping_criteria' of github.com:bmosaicml/c…

    …omposer into add_custom_stopping_criteria
    bmosaicml committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    67b4685 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    be32781 View commit details
    Browse the repository at this point in the history
  12. merge

    bmosaicml committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    e512a21 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. fix

    bmosaicml committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    a1af91a View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. finish

    bmosaicml committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    5f23b3e View commit details
    Browse the repository at this point in the history
  2. finish

    bmosaicml committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    42fb431 View commit details
    Browse the repository at this point in the history
  3. fix bug

    bmosaicml committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    aa05076 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    076731d View commit details
    Browse the repository at this point in the history
  5. finish

    bmosaicml committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    89669c6 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'error_logging_callback' of github.com:bmosaicml/compose…

    …r into error_logging_callback
    bmosaicml committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    95a7d28 View commit details
    Browse the repository at this point in the history
  7. bug fix

    bmosaicml committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    dce4ef0 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. add keys

    bmosaicml committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    cb3c69d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cea85d4 View commit details
    Browse the repository at this point in the history
  3. add correcT

    bmosaicml committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    7371e66 View commit details
    Browse the repository at this point in the history
  4. modify sync

    bmosaicml committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    c7f5198 View commit details
    Browse the repository at this point in the history
  5. diff split

    bmosaicml committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    786c64c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    559beee View commit details
    Browse the repository at this point in the history
  7. fix typo

    bmosaicml committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    7f20954 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd10cdd View commit details
    Browse the repository at this point in the history
  9. edit condition

    bmosaicml committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    adf5bab View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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

Commits on Jan 22, 2024

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

    bmosaicml committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    059d071 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. fix

    bmosaicml committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a674dfc View commit details
    Browse the repository at this point in the history
  2. fix

    bmosaicml committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e986ca3 View commit details
    Browse the repository at this point in the history
  3. fix

    bmosaicml committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ef56d03 View commit details
    Browse the repository at this point in the history
  4. fix

    bmosaicml committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    936ebfc View commit details
    Browse the repository at this point in the history