Doug J
Doug J
Found this rocm version of bitsandbytes: https://github.com/Lzy17/bitsandbytes-rocm/tree/main
Hi, can anyone help find the dataset?
> Maybe worth checking whether the huggingface packages that you use are supported by AIT. AIT SD support hasn't been updated for a while. https://github.com/facebookincubator/AITemplate/tree/main/examples/05_stable_diffusion. I am strictly following the...
Is this problem solved?
Hi, I am still receiving this warning `WARNING:absl:SaveArgs.aggregate is deprecated, please use custom TypeHandler (https://orbax.readthedocs.io/en/latest/custom_handlers.html#typehandler) or contact Orbax team to migrate before May 1st, 2024. If your Pytree has empty...
Still impacted by this issue.
The error seems to be caused by the pipeline is trying to access the model without waiting for the pipeline to finish downloading the model.
@HamidShojanazeri Could you please take a look? Thank you!
> [@jiagaoxiang](https://github.com/jiagaoxiang) From this [line](https://github.com/meta-llama/llama-cookbook/blob/341539afeeb8c8c50519618c3a7cf8a0a70a6d7f/src/llama_cookbook/finetuning.py#L237), num_freeze_layers will not affect anything if freeze_layers is False (which by default it is [False](https://github.com/meta-llama/llama-cookbook/blob/main/src/llama_cookbook/configs/training.py#L36)). From your statement `The total flops count with pytorch2.5 and...