Skip to content

Some functions are missing from the code #5

Description

@kumuji

Hi @YanFangCS ,

I am trying to run the code you shared, but some of the functions are missing (probably due to the cleanup process):

In veomni/models/module_utils.py the GradientCheckpointingLayer is not present:

from ...module_utils import GradientCheckpointingLayer
  ImportError: cannot import name 'GradientCheckpointingLayer' from 'veomni.models.module_utils' 

These functions in veomni/data/__init__.py are not available as well:

from .dataset import (
    ...,
    build_iterative_vqa_webdataset,
    build_mixed_iterative_webdataset,
    ...
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions