Commit 5228ec8b authored by AUTOMATIC's avatar AUTOMATIC

remove fairscale requirement, add fake fairscale to make BLIP not complain about it mk2

parent 28189985
......@@ -90,7 +90,7 @@ class InterrogateModels:
sys.modules["fairscale.nn.checkpoint.checkpoint_activations"] = FakeFairscale
def load_blip_model(self):
create_fake_fairscale()
self.create_fake_fairscale()
import models.blip
files = modelloader.load_models(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment