Skip to content

Commit

Permalink
Merge pull request #180 from OFA-Sys/feature/logicwong
Browse files Browse the repository at this point in the history
Feature/logicwong
  • Loading branch information
logicwong committed Jul 25, 2022
2 parents c8313b9 + b200f52 commit 9c1a516
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/pretrain_tasks/unify_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
import json
import logging
import os
import math
from typing import Optional
from fairseq.tasks import register_task
from fairseq.data import FairseqDataset, iterators

from tasks.ofa_task import OFATask, OFAConfig
from data.pretrain_data.unify_dataset import UnifyDataset
Expand Down

0 comments on commit 9c1a516

Please sign in to comment.