-
Notifications
You must be signed in to change notification settings - Fork 418
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
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 55cf010 - Browse repository at this point
Copy the full SHA 55cf010View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91033fa - Browse repository at this point
Copy the full SHA 91033faView commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d9ba6e2 - Browse repository at this point
Copy the full SHA d9ba6e2View commit details
Commits on Sep 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ed0ade - Browse repository at this point
Copy the full SHA 3ed0adeView commit details
Commits on Sep 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ec6fc17 - Browse repository at this point
Copy the full SHA ec6fc17View commit details -
Configuration menu - View commit details
-
Copy full SHA for a59b644 - Browse repository at this point
Copy the full SHA a59b644View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97b1218 - Browse repository at this point
Copy the full SHA 97b1218View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7174e75 - Browse repository at this point
Copy the full SHA 7174e75View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdbd53b - Browse repository at this point
Copy the full SHA fdbd53bView commit details
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 909d07b - Browse repository at this point
Copy the full SHA 909d07bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f4e3d2 - Browse repository at this point
Copy the full SHA 9f4e3d2View commit details -
Merge branch 'error_logging_callback' of github.com:bmosaicml/compose…
…r into error_logging_callback
Configuration menu - View commit details
-
Copy full SHA for dce297c - Browse repository at this point
Copy the full SHA dce297cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea4e7ee - Browse repository at this point
Copy the full SHA ea4e7eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5630c23 - Browse repository at this point
Copy the full SHA 5630c23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30623f7 - Browse repository at this point
Copy the full SHA 30623f7View commit details
Commits on Sep 14, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for e161e33 - Browse repository at this point
Copy the full SHA e161e33View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 743fbe1 - Browse repository at this point
Copy the full SHA 743fbe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c333b6 - Browse repository at this point
Copy the full SHA 0c333b6View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for da4e19f - Browse repository at this point
Copy the full SHA da4e19fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60d3dc6 - Browse repository at this point
Copy the full SHA 60d3dc6View commit details -
Upstream Generate Callback (mosaicml#2449)
Upstreams and generalizes the callback that logs generations to wandb from foundry to composer.
Configuration menu - View commit details
-
Copy full SHA for 15385b2 - Browse repository at this point
Copy the full SHA 15385b2View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ec59026 - Browse repository at this point
Copy the full SHA ec59026View commit details -
Test pytorch 2.1.0 docker images on ci/cd (mosaicml#2469)
Test pytorch 2.1.0 docker images on ci/cd mosaicml#2469
Configuration menu - View commit details
-
Copy full SHA for a5ec1ac - Browse repository at this point
Copy the full SHA a5ec1acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 145aeb8 - Browse repository at this point
Copy the full SHA 145aeb8View commit details -
Deprecate Fused LayerNorm (mosaicml#2475)
Will be removed in v0.18.
Configuration menu - View commit details
-
Copy full SHA for 816a61b - Browse repository at this point
Copy the full SHA 816a61bView commit details -
Configuration menu - View commit details
-
Copy full SHA for de68763 - Browse repository at this point
Copy the full SHA de68763View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c4488b5 - Browse repository at this point
Copy the full SHA c4488b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d91fe4d - Browse repository at this point
Copy the full SHA d91fe4dView commit details -
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 ```
Configuration menu - View commit details
-
Copy full SHA for 3a9706d - Browse repository at this point
Copy the full SHA 3a9706dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ee67e99 - Browse repository at this point
Copy the full SHA ee67e99View commit details -
Removing min_params (mosaicml#2494)
* Removing min_params * formatting? * removing overlap with another commit
Configuration menu - View commit details
-
Copy full SHA for 99b98ef - Browse repository at this point
Copy the full SHA 99b98efView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 91d961d - Browse repository at this point
Copy the full SHA 91d961dView commit details -
Adding some fixes to FSDP tests (mosaicml#2495)
* Adding some fixes to FSDP tests * Add filter warnings
Configuration menu - View commit details
-
Copy full SHA for 6add304 - Browse repository at this point
Copy the full SHA 6add304View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5e0950 - Browse repository at this point
Copy the full SHA b5e0950View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e106a6 - Browse repository at this point
Copy the full SHA 8e106a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc6c995 - Browse repository at this point
Copy the full SHA fc6c995View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac60704 - Browse repository at this point
Copy the full SHA ac60704View commit details -
Skip metrics in state dict (mosaicml#2501)
* skip metrics in state dict * fix unit tests
Configuration menu - View commit details
-
Copy full SHA for 9274a77 - Browse repository at this point
Copy the full SHA 9274a77View commit details -
Add peak memory stats (mosaicml#2504)
* add peak memory stats * fix tests
Configuration menu - View commit details
-
Copy full SHA for d7b49c7 - Browse repository at this point
Copy the full SHA d7b49c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c24d60d - Browse repository at this point
Copy the full SHA c24d60dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4e50192 - Browse repository at this point
Copy the full SHA 4e50192View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 90e8bf2 - Browse repository at this point
Copy the full SHA 90e8bf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dac9054 - Browse repository at this point
Copy the full SHA dac9054View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 8dfa2db - Browse repository at this point
Copy the full SHA 8dfa2dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8f3ecd - Browse repository at this point
Copy the full SHA c8f3ecdView commit details -
Refactor mosaic_fsdp.py (mosaicml#2506)
* Refactor mosaic_fsdp.py * Format file * Rename monkey patch function * Fix import path * Format files * Fix version
Configuration menu - View commit details
-
Copy full SHA for 284c1b7 - Browse repository at this point
Copy the full SHA 284c1b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c507e30 - Browse repository at this point
Copy the full SHA c507e30View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 303b7c3 - Browse repository at this point
Copy the full SHA 303b7c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a19321 - Browse repository at this point
Copy the full SHA 3a19321View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ca8f5a - Browse repository at this point
Copy the full SHA 4ca8f5aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c1f87f7 - Browse repository at this point
Copy the full SHA c1f87f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for decf2b2 - Browse repository at this point
Copy the full SHA decf2b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b521207 - Browse repository at this point
Copy the full SHA b521207View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b09be7 - Browse repository at this point
Copy the full SHA 3b09be7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5697e1f - Browse repository at this point
Copy the full SHA 5697e1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e01b89 - Browse repository at this point
Copy the full SHA 2e01b89View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b3b1377 - Browse repository at this point
Copy the full SHA b3b1377View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1f5012b - Browse repository at this point
Copy the full SHA 1f5012bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bdc53e - Browse repository at this point
Copy the full SHA 6bdc53eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1818b51 - Browse repository at this point
Copy the full SHA 1818b51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13d411e - Browse repository at this point
Copy the full SHA 13d411eView commit details -
Fix metrics keys sort in DecoupledAdamW for OptimizerMonitor FSDP met…
…ric agreggation (mosaicml#2531)
Configuration menu - View commit details
-
Copy full SHA for 51650ff - Browse repository at this point
Copy the full SHA 51650ffView commit details -
Fix github actions for GCS integration testing (mosaicml#2532)
* fix github actions * make gpu test
Configuration menu - View commit details
-
Copy full SHA for c780740 - Browse repository at this point
Copy the full SHA c780740View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17953f4 - Browse repository at this point
Copy the full SHA 17953f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb0ce0e - Browse repository at this point
Copy the full SHA cb0ce0eView commit details -
* add PR tests * fix test * remove pr daily * remove pr daily
Configuration menu - View commit details
-
Copy full SHA for f2dd81f - Browse repository at this point
Copy the full SHA f2dd81fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fea658 - Browse repository at this point
Copy the full SHA 8fea658View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75260fc - Browse repository at this point
Copy the full SHA 75260fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bb395f - Browse repository at this point
Copy the full SHA 8bb395fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fada3b5 - Browse repository at this point
Copy the full SHA fada3b5View commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0540383 - Browse repository at this point
Copy the full SHA 0540383View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e6e6d8 - Browse repository at this point
Copy the full SHA 0e6e6d8View commit details -
Merge branch 'error_logging_callback' of github.com:bmosaicml/compose…
…r into error_logging_callback
Configuration menu - View commit details
-
Copy full SHA for 3668c29 - Browse repository at this point
Copy the full SHA 3668c29View commit details -
Configuration menu - View commit details
-
Copy full SHA for c653090 - Browse repository at this point
Copy the full SHA c653090View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8be3a2 - Browse repository at this point
Copy the full SHA b8be3a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f309785 - Browse repository at this point
Copy the full SHA f309785View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33b35af - Browse repository at this point
Copy the full SHA 33b35afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a0ef89 - Browse repository at this point
Copy the full SHA 1a0ef89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aa77f0 - Browse repository at this point
Copy the full SHA 8aa77f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b7e6db - Browse repository at this point
Copy the full SHA 1b7e6dbView commit details
Commits on Sep 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9c75b53 - Browse repository at this point
Copy the full SHA 9c75b53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a41a01 - Browse repository at this point
Copy the full SHA 7a41a01View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5c8b61 - Browse repository at this point
Copy the full SHA e5c8b61View commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a33cbd9 - Browse repository at this point
Copy the full SHA a33cbd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa88a05 - Browse repository at this point
Copy the full SHA fa88a05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8111682 - Browse repository at this point
Copy the full SHA 8111682View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e651fd - Browse repository at this point
Copy the full SHA 6e651fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 501bc0c - Browse repository at this point
Copy the full SHA 501bc0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0116903 - Browse repository at this point
Copy the full SHA 0116903View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fa5957 - Browse repository at this point
Copy the full SHA 5fa5957View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ffb804 - Browse repository at this point
Copy the full SHA 5ffb804View commit details -
Configuration menu - View commit details
-
Copy full SHA for 605f437 - Browse repository at this point
Copy the full SHA 605f437View commit details -
Configuration menu - View commit details
-
Copy full SHA for afaa437 - Browse repository at this point
Copy the full SHA afaa437View commit details -
Configuration menu - View commit details
-
Copy full SHA for b772029 - Browse repository at this point
Copy the full SHA b772029View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f8e0d7 - Browse repository at this point
Copy the full SHA 6f8e0d7View commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 92779c4 - Browse repository at this point
Copy the full SHA 92779c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ec300e - Browse repository at this point
Copy the full SHA 1ec300eView commit details
Commits on Sep 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cf943f4 - Browse repository at this point
Copy the full SHA cf943f4View commit details
Commits on Sep 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for be859bb - Browse repository at this point
Copy the full SHA be859bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ab2b04 - Browse repository at this point
Copy the full SHA 8ab2b04View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6999aa - Browse repository at this point
Copy the full SHA a6999aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 828ceec - Browse repository at this point
Copy the full SHA 828ceecView commit details -
Configuration menu - View commit details
-
Copy full SHA for b98ffe6 - Browse repository at this point
Copy the full SHA b98ffe6View commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0c61063 - Browse repository at this point
Copy the full SHA 0c61063View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72a4f2b - Browse repository at this point
Copy the full SHA 72a4f2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cf8829 - Browse repository at this point
Copy the full SHA 8cf8829View commit details -
Configuration menu - View commit details
-
Copy full SHA for 484510c - Browse repository at this point
Copy the full SHA 484510cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07cbebf - Browse repository at this point
Copy the full SHA 07cbebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6af285 - Browse repository at this point
Copy the full SHA e6af285View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f55ff5 - Browse repository at this point
Copy the full SHA 6f55ff5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0d80ab - Browse repository at this point
Copy the full SHA e0d80abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 177b935 - Browse repository at this point
Copy the full SHA 177b935View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcfa6de - Browse repository at this point
Copy the full SHA dcfa6deView commit details -
Configuration menu - View commit details
-
Copy full SHA for cce1fb0 - Browse repository at this point
Copy the full SHA cce1fb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10ab1ca - Browse repository at this point
Copy the full SHA 10ab1caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b3fd26 - Browse repository at this point
Copy the full SHA 3b3fd26View commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ab6d797 - Browse repository at this point
Copy the full SHA ab6d797View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6266eeb - Browse repository at this point
Copy the full SHA 6266eebView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd1fc58 - Browse repository at this point
Copy the full SHA cd1fc58View commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 76882cb - Browse repository at this point
Copy the full SHA 76882cbView commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2855e1f - Browse repository at this point
Copy the full SHA 2855e1fView commit details
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 29a5803 - Browse repository at this point
Copy the full SHA 29a5803View commit details -
Configuration menu - View commit details
-
Copy full SHA for f56c9de - Browse repository at this point
Copy the full SHA f56c9deView commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 57133a4 - Browse repository at this point
Copy the full SHA 57133a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7196028 - Browse repository at this point
Copy the full SHA 7196028View commit details
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4410203 - Browse repository at this point
Copy the full SHA 4410203View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21e322e - Browse repository at this point
Copy the full SHA 21e322eView commit details -
Merge branch 'error_logging_callback' of github.com:bmosaicml/compose…
…r into error_logging_callback
Configuration menu - View commit details
-
Copy full SHA for e4eb7ee - Browse repository at this point
Copy the full SHA e4eb7eeView commit details -
Merge branch 'error_logging_callback' of github.com:bmosaicml/compose…
…r into error_logging_callback
Configuration menu - View commit details
-
Copy full SHA for 61447a2 - Browse repository at this point
Copy the full SHA 61447a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d69bdba - Browse repository at this point
Copy the full SHA d69bdbaView commit details -
Merge branch 'error_logging_callback' of github.com:bmosaicml/compose…
…r into error_logging_callback
Configuration menu - View commit details
-
Copy full SHA for d999b68 - Browse repository at this point
Copy the full SHA d999b68View commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c030717 - Browse repository at this point
Copy the full SHA c030717View commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ca4d3c4 - Browse repository at this point
Copy the full SHA ca4d3c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e39623 - Browse repository at this point
Copy the full SHA 1e39623View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09af753 - Browse repository at this point
Copy the full SHA 09af753View commit details
Commits on Dec 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 47f3c91 - Browse repository at this point
Copy the full SHA 47f3c91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f9a6bc - Browse repository at this point
Copy the full SHA 9f9a6bcView commit details
Commits on Dec 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a3501e9 - Browse repository at this point
Copy the full SHA a3501e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fadce0e - Browse repository at this point
Copy the full SHA fadce0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92157da - Browse repository at this point
Copy the full SHA 92157daView commit details -
Configuration menu - View commit details
-
Copy full SHA for d137bbc - Browse repository at this point
Copy the full SHA d137bbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b25da3f - Browse repository at this point
Copy the full SHA b25da3fView commit details
Commits on Dec 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 909ed63 - Browse repository at this point
Copy the full SHA 909ed63View commit details -
Merge branch 'pass_on_custom_generation_kwargs' of github.com:bmosaic…
…ml/composer into pass_on_custom_generation_kwargs
Configuration menu - View commit details
-
Copy full SHA for e263b5b - Browse repository at this point
Copy the full SHA e263b5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32d6668 - Browse repository at this point
Copy the full SHA 32d6668View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ff16b4 - Browse repository at this point
Copy the full SHA 4ff16b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee0a72 - Browse repository at this point
Copy the full SHA 7ee0a72View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcf002e - Browse repository at this point
Copy the full SHA bcf002eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83a60b7 - Browse repository at this point
Copy the full SHA 83a60b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a031772 - Browse repository at this point
Copy the full SHA a031772View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5943d6 - Browse repository at this point
Copy the full SHA e5943d6View commit details -
Merge branch 'add_custom_stopping_criteria' of github.com:bmosaicml/c…
…omposer into add_custom_stopping_criteria
Configuration menu - View commit details
-
Copy full SHA for 67b4685 - Browse repository at this point
Copy the full SHA 67b4685View commit details -
Configuration menu - View commit details
-
Copy full SHA for be32781 - Browse repository at this point
Copy the full SHA be32781View commit details -
Configuration menu - View commit details
-
Copy full SHA for e512a21 - Browse repository at this point
Copy the full SHA e512a21View commit details
Commits on Dec 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a1af91a - Browse repository at this point
Copy the full SHA a1af91aView commit details
Commits on Dec 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5f23b3e - Browse repository at this point
Copy the full SHA 5f23b3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42fb431 - Browse repository at this point
Copy the full SHA 42fb431View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa05076 - Browse repository at this point
Copy the full SHA aa05076View commit details -
Configuration menu - View commit details
-
Copy full SHA for 076731d - Browse repository at this point
Copy the full SHA 076731dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89669c6 - Browse repository at this point
Copy the full SHA 89669c6View commit details -
Merge branch 'error_logging_callback' of github.com:bmosaicml/compose…
…r into error_logging_callback
Configuration menu - View commit details
-
Copy full SHA for 95a7d28 - Browse repository at this point
Copy the full SHA 95a7d28View commit details -
Configuration menu - View commit details
-
Copy full SHA for dce4ef0 - Browse repository at this point
Copy the full SHA dce4ef0View commit details
Commits on Dec 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cb3c69d - Browse repository at this point
Copy the full SHA cb3c69dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cea85d4 - Browse repository at this point
Copy the full SHA cea85d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7371e66 - Browse repository at this point
Copy the full SHA 7371e66View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7f5198 - Browse repository at this point
Copy the full SHA c7f5198View commit details -
Configuration menu - View commit details
-
Copy full SHA for 786c64c - Browse repository at this point
Copy the full SHA 786c64cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 559beee - Browse repository at this point
Copy the full SHA 559beeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f20954 - Browse repository at this point
Copy the full SHA 7f20954View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd10cdd - Browse repository at this point
Copy the full SHA bd10cddView commit details -
Configuration menu - View commit details
-
Copy full SHA for adf5bab - Browse repository at this point
Copy the full SHA adf5babView commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4afd292 - Browse repository at this point
Copy the full SHA 4afd292View commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b674b85 - Browse repository at this point
Copy the full SHA b674b85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 059d071 - Browse repository at this point
Copy the full SHA 059d071View commit details
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a674dfc - Browse repository at this point
Copy the full SHA a674dfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e986ca3 - Browse repository at this point
Copy the full SHA e986ca3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef56d03 - Browse repository at this point
Copy the full SHA ef56d03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 936ebfc - Browse repository at this point
Copy the full SHA 936ebfcView commit details