Apply amdgpu.ids fd2 filter during models import startup
This commit is contained in:
parent
a2e3a8ee54
commit
cd0c708997
1 changed files with 3 additions and 2 deletions
|
|
@ -301,8 +301,9 @@ elif DEVICE_TYPE == "xpu":
|
|||
# TODO: check triton for intel installed properly.
|
||||
pass
|
||||
|
||||
from .models import *
|
||||
from .models import __version__
|
||||
with _suppress_hip_libdrm_ids_noise():
|
||||
from .models import *
|
||||
from .models import __version__
|
||||
from .save import *
|
||||
from .chat_templates import *
|
||||
from .tokenizer_utils import *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue