Skip to content

Commit

Permalink
fail better (facebookresearch#3834)
Browse files Browse the repository at this point in the history
  • Loading branch information
klshuster authored Jul 22, 2021
1 parent 8975e22 commit 86f639b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parlai/agents/rag/rag.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from typing import Any, Dict, List, Optional, Tuple, Union, Type

from parlai.agents.bart.bart import BartAgent
import parlai.agents.hugging_face.hugging_face # noqa: F401
from parlai.agents.hugging_face.t5 import T5Agent
from parlai.agents.transformer.polyencoder import PolyencoderAgent
from parlai.agents.transformer.transformer import TransformerGeneratorAgent
Expand Down

0 comments on commit 86f639b

Please sign in to comment.