File size: 207 Bytes
e0be88b
 
 
 
 
 
1
2
3
4
5
6
7
from transformers.models.llama.modeling_llama import LlamaModel


# Check that we can correctly change the prefix (here add Text part at the end of the name)
class Multimodal1TextModel(LlamaModel):
    pass