VisualDL
VisualDL copied to clipboard
Triton failed to unpack the execution environment tar.gz file which contains the visualdl 2.4.0
Scenario:
- I am hosting the paddleocr in triton server via the python backend.
- I packed paddleocr and all its dependencies to a tar.gz file following this instruction. https://github.com/triton-inference-server/python_backend#2-packaging-the-conda-environment
- Everything worked fine until visualdl 2.4.0 was released
- The root cause was due to several filenames containing the Chinese characters and triton python backend had issues to unpack them.
(see https://github.com/PaddlePaddle/VisualDL/tree/develop/frontend/packages/core/src/assets/images)
- 右-默认.svg
- 左-默认.svg
- 默认.svg
Request:
- Is it possible to rename those files to contain English words only? That would unblock the people who are hosting the paddlepaddle libraries in triton python backend.
Thanks!
Sorry for bothering you, and we will fix this trouble recently.
Can you provide a address to receive our fixed packages?
No worries. Thanks for the quick response. I have unblocked myself by sticking with the old version 2.3.0. It would be nice to remove that workaround when the new version with the fix is released. I do not need a fixed package urgently. I will keep an eye on the official release.