[Iluvatar] Fix FD launch error when specifing CUDA_VISBLE_DEVICE (#5735)

This commit is contained in:
yzwu
2025-12-26 14:01:27 +08:00
committed by GitHub
parent 01c18f328f
commit 7b6cc11952
6 changed files with 1579 additions and 30 deletions
@@ -17,7 +17,7 @@
from typing import Optional
import paddle
from paddle.incubate.nn.functional import swiglu
from paddle.nn.functional import swiglu
from paddle.nn.quant import weight_only_linear
try: