gpt_oss

Model type

gpt_oss

Class

GPTOSSCausalLMModel

Task

text-generation

Source

models/gptoss.py

Description

GPT-OSS causal language model with MoE FFN and attention sinks.

Usage

mobius build --model <MODEL_ID> output_dir/
from mobius import build

model = build("<MODEL_ID>")