| from transformers import AutoModelForCausalLM | |
| model = "/Users/Goekdeniz.Guelmez@computacenter.com/Library/CloudStorage/OneDrive-COMPUTACENTER/Desktop/MiniMax01Text-Dev" | |
| model = AutoModelForCausalLM.from_pretrained( | |
| model, | |
| trust_remote_code=True | |
| ) | |
| print(model) |