K Bloom

Results 5 comments of K Bloom

Multiple ways you can go about it but simply making sure `AIRFLOW__CORE__SQL_ALCHEMY_CONN` is exported properly worked for me, as mentioned by @NumesSanguis .

Got this to run on NVIDIA A100-SXM4-40GB thanks to @MHketbi After changing `device_map={"": Accelerator().process_index}` to `device_map='auto'` the checkpoints saved without any issues. `Accelerator().process_index` was returning `0` which I guess was...

Hi @NielsRogge, @kamalkraj, I wanted to take a stab at converting the fine-tuned models but came up short with the following error: ``` RuntimeError: Error(s) in loading state_dict for BioGptForCausalLM:...

Was having the same issue on OS X but was able to fix it... What I did: - Changed the config to use "/bin/bash" - After running echo $PATH in...