mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
linter
This commit is contained in:
parent
e6e0691bd7
commit
412aaef2ba
3 changed files with 19 additions and 20 deletions
|
|
@ -44,7 +44,7 @@ from argparse import Namespace
|
|||
from collections.abc import AsyncGenerator
|
||||
from dataclasses import dataclass, field
|
||||
from pathlib import Path
|
||||
from typing import Any, Dict, List, Optional
|
||||
from typing import Any, List, Optional
|
||||
|
||||
# =============================================================================
|
||||
# STEP 1: Apply patches BEFORE any vLLM imports!
|
||||
|
|
@ -789,7 +789,7 @@ def _export_state_dict_info(args: Namespace) -> None:
|
|||
existing.get("param_mappings")
|
||||
and len(existing["param_mappings"]) > 0
|
||||
):
|
||||
logger.info(f"Config already has param_mappings, not overwriting")
|
||||
logger.info("Config already has param_mappings, not overwriting")
|
||||
return
|
||||
|
||||
info = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue