ValueError: model.decoder.embed_tokens.weight doesn't have any device set.
mwanzu opened this issue · 1 comments
mwanzu commented
i have downloaded the huge model and i get the above error when i run the example below
import galai as gal
model = gal.load_model("huge", 'float16', 1)
model.generate("Scaled dot product attention:\n\n\[", device_map="auto")