LeoLee7

Results 4 comments of LeoLee7

I add the following scripts: `os.environ["WANDB_PROJECT"]="YOUR_PROJECT_NAME"` in `LLaVA/llava/train/train_mem.py` and `--run_name 'YOUR_RUN_NAME' \` to training arguments

> > Hi, you can use [this script](https://github.com/haotian-liu/LLaVA/blob/main/scripts/merge_lora_weights.py) for merge lora weights. We'll update this in instruction as well. Thanks. > > what is the model-base parameter after pretrain? The...

Here's what I tried: 1. Go to ```/pvcvolume/LLaVA/llava/train/train.py``` 2. Find ``TrainingArguments`` class and add one more argument: `` lora_path: str = field(default=None, metadata={"help": "Path to the previous lora folder."})`` 3....