composer
composer copied to clipboard
Supercharge Your Model Training
** Environment ** ``` Collecting system information... --------------------------------- System Environment Report Created: 2024-09-20 23:30:14 UTC --------------------------------- PyTorch information ------------------- PyTorch version: 2.3.1+cu121 Is debug build: False CUDA used to build...
Could you please provide the script of using streaming data to complete finetune task if possible. I tried to do it but the result showed that the the model did...
# What does this PR do? # What issue(s) does this change relate to? # Before submitting - [ ] Have you read the [contributor guidelines](https://github.com/mosaicml/composer/blob/main/CONTRIBUTING.md)? - [ ] Is...
** To reproduce Steps to reproduce the behavior: 1. Go to https://docs.mosaicml.com/projects/composer/en/stable/trainer/performance_tutorials/analyzing_traces.html#trainer-events ## Expected behavior There's an image of a trace there. ## Additional context Instead I see this (the...
# What does this PR do? Resubmission of https://github.com/mosaicml/composer/pull/3394 -- using FA's CE Loss results in lower peak reserved memory usage and higher throughput. We are not adding flash attention...
Currently running mosaic composer in a databricks environment but experiencing different behavior of `torch.jit.script` after importing composer depending on the DBR installed. ### Code to reproduce ``` import torch class...
When trying to export a model that was built using the hugging face class and trained with composer to torchscript a line of code in forward function in the `hf_from_composer_checkpoint`...
# What does this PR do? Add eval after all event to the mosaicmllogger to pass to Mapi. This should only trigger if there is some executing evaluator: https://github.com/mosaicml/composer/blob/55f0b7d1880caaf218a56212e86f174bbc463d12/composer/trainer/trainer.py#L2700 Adding...
# What does this PR do? Bumps peft to min 0.12.0, since it contains a crucial memory-saving fix when saving adapters. # What issue(s) does this change relate to? #...