Skip to content

Commit

Permalink
format + lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Eitan Turok committed Jul 31, 2024
1 parent f23c7ce commit 961e3a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions llmfoundry/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
' in LLM Foundry setup.py and update accordingly. The latest Docker image can be found in the README.',
) from e

from llmfoundry._version import __version__
from llmfoundry.utils.logging_utils import SpecificWarningFilter

# Filter out Hugging Face warning for not using a pinned revision of the model
Expand Down Expand Up @@ -87,4 +86,4 @@
'optim',
'tokenizers',
'utils',
]
]
2 changes: 1 addition & 1 deletion llmfoundry/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

"""The LLM Foundry Version."""

__version__ = '0.10.0'
__version__ = '0.10.0'
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import copy
import os
import re
from typing import Any, Dict, Mapping

import setuptools
Expand Down

0 comments on commit 961e3a9

Please sign in to comment.