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,
...
)
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.pytheGradientCheckpointingLayeris not present:These functions in
veomni/data/__init__.pyare not available as well: