Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zsw256 committed Apr 10, 2024
1 parent d0e03a5 commit 2b46afe
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions projects/Eval_LLM/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@
from transformers import AutoTokenizer as HF_AutoTokenizer

import libai.utils.distributed as dist # noqa
from libai.config import LazyCall, LazyConfig
from libai.models.utils.model_loader.base_loader import ( # noqa
ModelLoaderHuggerFace,
ModelLoaderLiBai,
)
from projects.Llama.llama import LlamaForCausalLM # noqa
from libai.config import LazyConfig
from libai.models.utils.model_loader.base_loader import ModelLoaderLiBai # noqa


class LLMLoaderLibai(ModelLoaderLiBai):
Expand Down

0 comments on commit 2b46afe

Please sign in to comment.