你好!欢迎来到静态空间

你可以直接编辑 index.html 文件来修改这个应用。

功能列表

# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="MaziyarPanahi/calme-3.2-instruct-78b") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages) # Load model directly from transformers import AutoTokenizer, AutoModelForCaus