You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
######################################################################## PART 1 Settings ######################################################################### Modelllm_name_or_path='/app/InternLM_cqy/a_weights/LLM-Research/Meta-Llama-3-8B-Instruct'visual_encoder_name_or_path='/app/InternLM_cqy/a_weights/clip-vit-large-patch14-336'# Specify the pretrained pthpretrained_pth='/app/InternLM_cqy/a_weights/iter_2181.pth'# noqa: E501# Datadata_root='/app/InternLM_cqy/Tutorial-camp2/xtuner/llava/llava_data/'data_path=data_root+'repeated_data.json'image_folder=data_rootprompt_template=PROMPT_TEMPLATE.llama3_chatmax_length=int(2048- (336/14)**2)
# Scheduler & Optimizerbatch_size=1# per_deviceaccumulative_counts=1dataloader_num_workers=0max_epochs=1optim_type=AdamWlr=2e-4betas= (0.9, 0.999)
weight_decay=0max_norm=1# grad clipwarmup_ratio=0.03# Savesave_steps=500save_total_limit=2# Maximum checkpoints to keep (-1 means unlimited)# Evaluate the generation performance during the trainingevaluation_freq=500SYSTEM=''evaluation_images='https://llava-vl.github.io/static/images/view.jpg'evaluation_inputs= ['Please describe this picture','What is the equipment in the image?']
非internstudio,使用3090显卡我使用的是脚本, 下面是我的part1
然后我使用zero2出现oom适应zero3出现
可以帮忙看一下吗?
The text was updated successfully, but these errors were encountered: