vardhanam

Results 2 issues of vardhanam

`python3 train/train_c_lora.py configs/training/finetune_c_3b_lora.yaml` running the above is giving me an error ``` File "/home/vardh/fine_tune_stable_cascade/StableCascade/train/train_c_lora.py", line 12, in from gdf import GDF, EpsilonTarget, CosineSchedule ModuleNotFoundError: No module named 'gdf' ``` I...

![Screenshot 2023-12-08 162336](https://github.com/NExT-GPT/NExT-GPT/assets/3091457/7234bba0-7a68-43de-8e53-43600865e4bf) There's seems to be a bug in the __init__.py file referred in the image above at config/__init__.py it should be stage_configuration = load_model_config(args['stage'], args['model']) and not stage_configuration...