in point_e/models/sdf.py [0:0]
def __init__(
self,
*,
device: torch.device,
dtype: torch.dtype,
n_ctx: int = 4096,
width: int = 512,
encoder_layers: int = 12,
encoder_heads: int = 8,
decoder_layers: int = 4,
decoder_heads: int = 8,
init_scale: float = 0.25,