Skip to content

Commit

Permalink
Ruff: Lint
Browse files Browse the repository at this point in the history
Signed-off-by: kingbri <[email protected]>
  • Loading branch information
kingbri1 committed Jul 8, 2024
1 parent b907421 commit ae66e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from common.logger import get_loading_progress_bar
from common.utils import unwrap

if not os.getenv("EXPORT_OPENAPI", "").lower() in ("true", "1"):
if os.getenv("EXPORT_OPENAPI", "").lower() not in ("true", "1"):
from backends.exllamav2.model import ExllamaV2Container

# Global model container
Expand Down

0 comments on commit ae66e8f

Please sign in to comment.