MiniMax01Text-Dev / print.py
Goekdeniz-Guelmez's picture
Upload 12 files
98735f0 verified
raw
history blame contribute delete
270 Bytes
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)