Maxi

Results 2 issues of Maxi

Hey :smile: , when installing lavis via pip the clip vocab file `bpe_simple_vocab_16e6.txt.gz` is missing and therefore throwing an error `FileNotFoundError: [Errno 2] No such file or directory: '/home/maxi/ml/test-lavis/venv/lib/python3.10/site-packages/lavis/models/clip_models/bpe_simple_vocab_16e6.txt.gz'`. I...

cla:missing

At [string formatting in flows.py for self.plan](https://github.com/microsoft/UFO/blob/8be10dc4c73963c6c7b316668647b0dea4b661e3/ufo/module/flow.py#L115C22-L115C104) there is a .replace() operation called. Sometimes the model returns self.plan as a list. In such cases an error is thrown because replace...