CogVideo icon indicating copy to clipboard operation
CogVideo copied to clipboard

Fail to find "sat.mpu", "sat.model" and "sat.training"

Open passerby233 opened this issue 1 year ago • 3 comments

from sat.model.base_model import get_model from sat.training.model_io import load_checkpoint from sat import mpu

but not find corresponding files

passerby233 avatar Aug 06 '24 13:08 passerby233

you must install SwissArmyTransformers

hhnqqq avatar Aug 06 '24 13:08 hhnqqq

https://github.com/THUDM/SwissArmyTransformer,clone this repo and run python install .

hhnqqq avatar Aug 06 '24 13:08 hhnqqq

pip install . (my bad)

hhnqqq avatar Aug 06 '24 14:08 hhnqqq