Skip to content

Commit

Permalink
isort: llama2c known_third_party
Browse files Browse the repository at this point in the history
  • Loading branch information
jettjaniak committed Mar 3, 2024
1 parent 23f8a55 commit f7cc6b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ extend-exclude = 'src/llama2c'

[tool.isort]
profile = 'black'
known_third_party = ['llama2c']
extend_skip = ['src/llama2c']
3 changes: 1 addition & 2 deletions src/delphi/train/training.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
from functools import partial

import torch
from tqdm import tqdm

from llama2c import Task, model_export
from llama2c.model import ModelArgs as Llama2ModelArgs
from llama2c.model import Transformer as Llama2Model
from tqdm import tqdm

# -----------------------------------------------------------------------------
# I/O
Expand Down

0 comments on commit f7cc6b7

Please sign in to comment.