mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 00:57:33 +08:00
fix sot (#3556)
This commit is contained in:
@@ -18,7 +18,6 @@ from __future__ import annotations
|
|||||||
|
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
from dataclasses import dataclass
|
|
||||||
from enum import Enum
|
from enum import Enum
|
||||||
from typing import Any, Dict, List, Literal, Optional, Union
|
from typing import Any, Dict, List, Literal, Optional, Union
|
||||||
|
|
||||||
@@ -935,7 +934,6 @@ class CommitConfig:
|
|||||||
logger.info("=============================================================")
|
logger.info("=============================================================")
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
|
||||||
class FDConfig:
|
class FDConfig:
|
||||||
"""
|
"""
|
||||||
The configuration class which contains all fastdeploy-related configuration. This
|
The configuration class which contains all fastdeploy-related configuration. This
|
||||||
|
Reference in New Issue
Block a user