import torch from transformers import pipeline pipe = pipeline("text-generation", model="keyfan/grok-1-hf", trust_remote_code=True) print(pipe("hello?"))