Unverified Commit e131056a authored by Stella Biderman's avatar Stella Biderman Committed by GitHub
Browse files

Remove the registration of "GPT2" as a model type

parent 79b972d6
......@@ -15,7 +15,7 @@ from accelerate import Accelerator
from itertools import islice
@register_model("hf-causal", "gpt2")
@register_model("hf-causal")
class HFLM(LM):
def __init__(
self,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment