"test/git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "0f2a2e3c19efadd7b46f393a73f40ac6464f8f08"
Unverified Commit e33fdc93 authored by Bram Vanroy's avatar Bram Vanroy Committed by GitHub
Browse files

Export PretrainedBartModel from __init__ (#4819)

parent c58e6c12
......@@ -230,6 +230,7 @@ if is_torch_available():
XLM_PRETRAINED_MODEL_ARCHIVE_LIST,
)
from .modeling_bart import (
PretrainedBartModel,
BartForSequenceClassification,
BartModel,
BartForConditionalGeneration,
......
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