MCPcopy Index your code
hub / github.com/PaddlePaddle/FastDeploy / __init__

Method __init__

fastdeploy/config.py:1594–1603  ·  view source on GitHub ↗
(
        self,
    )

Source from the content-addressed store, hash-verified

1592 """
1593
1594 def __init__(
1595 self,
1596 ):
1597 self.fastdeploy_commit: str = ""
1598 self.paddle_version: str = ""
1599 self.paddle_commit: str = ""
1600 self.cuda_version: str = ""
1601 self.compiler_version: str = ""
1602
1603 self._load_from_version_file()
1604
1605 def _load_from_version_file(self, file_path: str = None):
1606 """Internal method to load version info from file"""

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected