Rodo-Singh

Results 8 comments of Rodo-Singh

Hi, thanks for this good work and such clean code. I don't think the computation of rho and tau is consistent throughout all the links you mentioned. Can you provide...

Hi Folks, I too faced the same issue and after trying out multiple PDF re-versioning (which of course didn't work 🥲 ) came up with an workaround or can say...

Hi @akankshay-cyber , can check the following links, if this helps: 1. https://github.com/state-spaces/mamba/issues/719#issue-3010209579 2. https://github.com/state-spaces/mamba/issues/634

Hi @eliranwong and @george-adams1 , I tried installing the same with [rocm/pytorch-training](https://hub.docker.com/layers/rocm/pytorch-training/latest/images/sha256-0ffdde1b590fd2787b1c7adf5686875b100980b0f314090901387c44253e709b) docker image and it ran **successfully**. Follow the steps and let me know if you face any issues....

Thanks 🙏 @ethantang-db for reverting. So to tackle this, we run in multiple iterations, something like `until srun -l torchrun $TRAIN_ARGS; do` and we try it for a max of...

Hi @ethantang-db, please find below the script. Also the `--data_path` mentioned refers to the `.yaml` file of data shards in S3 bucket. Also attached a small snippet of it (Also...

Thanks @ethantang-db 🙌. Yes, there are multiple such datasets, but just for illustration I have provided this example of `repeat` and also some for `choose`.

> I'm having issues trying to install Mamba on AMD GPU. > > GPU is 7900XTX, Python version 3.10, ROCm version 6.2.3, Pytorch version 2.3.0. numpy is installed with version...