pipeline1 / configuration_stacked.py
Gleb Vinarskis
debug
0464a8a
raw
history blame
225 Bytes
from transformers import PretrainedConfig
import torch
class ImpressoConfig(PretrainedConfig):
model_type = "floret"
# Register the configuration with the transformers library
ImpressoConfig.register_for_auto_class()