James Akinniranye

Results 8 comments of James Akinniranye

I found a way of accessing Route. Check this issue http://stackoverflow.com/questions/25699895/how-do-i-extract-the-value-of-a-route-variable-from-the-url-in-a-scala-play-app/38919004#38919004

I was able to do this on one of our projects Assume u have a path like /users/:appUserId/ and u want to extract appUserId You can extract it like this...

Same Issue with LLama 2 models both 7b and 13b

Thanks @SankhaSubhra, also found it in a merge script for the same purpose https://github.com/georgian-io/LLM-Finetuning-Hub/blob/7c0413ebedba7ee96d0c17c02f2158c7d3c4c142/inference/text_generation/merge_script.py#L42C29-L42C29

@dushyantbehl do you have a sample incorporation of https://aimstack.io/ alongside this codebase

I was having similar problem but using the above code was causing timeout, I changed it to ```python if train_config.use_peft: if not train_config.enable_fsdp or rank == 0: print(f"we are about...

> I was having similar problem but using the above code was causing timeout, I changed it to > > ```python > if train_config.use_peft: > if not train_config.enable_fsdp or rank...