LLLogen / VSDcode

1 stars 0 forks source link

Some questions about the code #2

Closed ZiY-Wang closed 3 months ago

ZiY-Wang commented 3 months ago

Hello, I'm currently trying to run this project. When I try to do some test, some of the errors may indicate that there are certain spelling errors in the code. In line 36 of VLModel/src/vsd.py and line 29 of VLModel/src/trainer_base.py, the code is "from transormers.file_utils import is_apex_available". After I change it into "from transformers.file_utils import is_apex_available", I can run the project successfully. So could you make true whether there is a mistake?

LLLogen commented 3 months ago

Hello, I'm currently trying to run this project. When I try to do some test, some of the errors may indicate that there are certain spelling errors in the code. In line 36 of VLModel/src/vsd.py and line 29 of VLModel/src/trainer_base.py, the code is "from transormers.file_utils import is_apex_available". After I change it into "from transformers.file_utils import is_apex_available", I can run the project successfully. So could you make true whether there is a mistake?

Thank you for pointing out.