haotian-liu / LLaVA

[NeurIPS'23 Oral] Visual Instruction Tuning (LLaVA) built towards GPT-4V level capabilities and beyond.
https://llava.hliu.cc
Apache License 2.0
20.03k stars 2.21k forks source link

[Usage] llava:apply_delta is killed #264

Closed k1e3v1i4n closed 1 year ago

k1e3v1i4n commented 1 year ago

When did you clone our code?

I cloned the code base before 5/1/23, but have pulled the latest code base

Describe the issue

Issue: After download done, the script of apply_delta is killed

Command: (llava) [root@VM-87-49-centos /data/LLaVA]# python3 -m llava.model.apply_delta --base /data/LLaMA/13B_hf --target /data/LLaVA/LLaVA-13B-v1 --delta liuhaotian/LLaVA-13b-delta-v1-1

Log:

Screenshots:

image image
k1e3v1i4n commented 1 year ago

OOM