aigc-apps / EasyAnimate

📺 An End-to-End Solution for High-Resolution and Long Video Generation Based on Transformer Diffusion
Apache License 2.0
652 stars 41 forks source link

Fix the conflict between autogptq and sglang #9

Closed hkunzhe closed 1 month ago

hkunzhe commented 1 month ago

autogptq has conflicts with sglang in the docker image:

RuntimeError: Cannot re-initialize CUDA in forked subprocess. To use CUDA with multiprocessing, you must use the 'spawn' start method

Therefore, we need to separate these two imports.