Closed awzhgw closed 4 months ago
Could you please tell me how I can reproduce this script? What are the versions of onediff and oneflow that you are using?
File "/usr/local/lib/python3.10/dist-packages/oneflow/nn/graph/proxy.py", line 238, in __block_forward result = unbound_forward_of_module_instance(self, *args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/oneflow/nn/modules/module.py", line 200, in forward raise NotImplementedError() NotImplementedError
You are running with a module that has no forward method implemented.
I guess it's a new model that we haven't run with.
how to fix this error ?