Open lulala-s opened 5 months ago
Please check if the latest PyTorch nightly build works.
Please check if the latest PyTorch nightly build works.
you mean it needs to install the pytorch to fix this mistake? It's a new container in Docker , I didn't install the pytorch
I misread your initial issue, assuming that it was about the PyTorch converter. It must be a bug in the text converter. We have not had a chance to actively support the text converter. The bug in the text converter needs to be fixed. The field name has been changed from parent to data_deps. Please check if it works. You can contribute to Chakra, or you can wait for PRs to fix the error.
I misread your initial issue, assuming that it was about the PyTorch converter. It must be a bug in the text converter. We have not had a chance to actively support the text converter. The bug in the text converter needs to be fixed. The field name has been changed from parent to data_deps. Please check if it works. You can contribute to Chakra, or you can wait for PRs to fix the error.
ok,you mean if I modify the code and it works,then I can contribute to the specific version of the Chakra ,right?
Yes, correct.
Yes, correct.
I have already corrected the mistake, but when I want to pull a new request, I can't find the specific version named "7a5faa8" which is used by astra-sim
should I pull a request to the opt-bugfix branch?
should I pull a request to the opt-bugfix branch?
You can create a pull request based on the main branch.
ok,I will pull a request based on the main brach
Describe the Bug
When I want to convert the Resnet_Dataparallel.txt use the following command
a mistake happens
and then I search the file "text2chakra_converter.py"and "et_def_pb2.pyi" ,I find there is no attribute named parent in Node,the defination is there