Skip to content

Commit

Permalink
Apply isort and black reformatting
Browse files Browse the repository at this point in the history
Signed-off-by: yashaswikarnati <[email protected]>
  • Loading branch information
yashaswikarnati committed Oct 24, 2024
1 parent 2b20476 commit ea8ecd1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/vlm/llava_next_generation_example.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
import argparse
import os
import sys
from nemo.utils import logging

from nemo.collections.multimodal.data.energon import SimpleMultiModalDataModule
import argparse
from nemo.utils import logging

logging.setLevel(logging.DEBUG)
from transformers import AutoProcessor
from megatron.energon import VQASample
import requests
import torch
from megatron.energon import VQASample
from PIL import Image
from transformers import AutoProcessor
from nemo.collections.multimodal.data.energon.config import MultiModalSampleConfig
from nemo.collections.vlm import LlavaNextTaskEncoder

from nemo import lightning as nl
from nemo.collections.vlm import Llava1_5Config7B, LlavaModel
from nemo.collections.multimodal.data.energon.config import MultiModalSampleConfig
from nemo.collections.vlm import Llava1_5Config7B, LlavaModel, LlavaNextTaskEncoder
from nemo.utils import logging


Expand Down

0 comments on commit ea8ecd1

Please sign in to comment.