ITADN

The absence of the flexflow.core.flexflow_pybind11_internal file

#1605Closedxyzhaang 创建于 2025-04-18
X
xyzhaangcommented
Using pybind11 flexflow bindings. Traceback (most recent call last): File "/zxy/flexflow-train-r21.09/python/111.py", line 5, in <module> import flexflow.torch.fx as fx File "/zxy/flexflow-train-r21.09/python/flexflow/torch/fx.py", line 18, in <module> from flexflow.core.flexflow_type import ActiMode, AggrMode, PoolType, DataType, LossType, MetricsType, OpType, enum_to_int, enum_to_str File "/zxy/flexflow-train-r21.09/python/flexflow/core/__init__.py", line 29, in <module> from .flexflow_pybind11 import * File "/zxy/flexflow-train-r21.09/python/flexflow/core/flexflow_pybind11.py", line 20, in <module> from .flexflow_pybind11_internal import ActiMode, CompMode, DataType, LossType, MetricsType, PoolType, ParameterSyncType ModuleNotFoundError: No module named 'flexflow.core.flexflow_pybind11_internal' My container image version is [flexflow-cuda-11.8],and the version of Code flexflow-train that I pulled is r21.09 Why can't I find this missing file,If running the fx.py file doesn't require this file, how should I proceed?
关闭于 2025-05-07 0 条评论