Qiao.Zhang
Qiao.Zhang
glb could download following instruction in https://github.com/facebookresearch/habitat-sim ``` python -m habitat_sim.utils.datasets_download --uids habitat_test_scenes --data-path /path/to/data/ ```
> [@qZhang88](https://github.com/qZhang88) If this is still an open issue would try with these parameters > > office = scene.add_entity( > gs.morphs.Mesh( > file="../assets/office.glb", > fixed=True, # Make it static >...
detailed codes as following. ``` bash [rank0]: Traceback (most recent call last): [rank0]: File "/ws/alpha_llms/alignment/DPO/run_dpo.py", line 270, in [rank0]: main() [rank0]: File "/ws/alpha_llms/alignment/DPO/run_dpo.py", line 261, in main [rank0]: trainer.train() [rank0]:...
Check note from SFTTrainer, the error is caused by `peft_module_casting_to_bf16` or `prepare_model_for_kbit_training` ``` bash # Below is to support QLoRA + FSDP / DS-Zero3 - one should never call #...
明白。嗯,不过我是直接把param拼接到url,也是一样的。