Код: Выделить всё
from transformers import pipelineКод: Выделить всё
File ~\AppData\Local\anaconda3\Lib\site-packages\torch\__init__.py:268, in _load_dll_libraries()
264 err = ctypes.WinError(last_error)
265 err.strerror += (
266 f' Error loading "{dll}" or one of its dependencies.'
267 )
--> 268 raise err
269 elif res is not None:
270 is_loaded = True
OSError: [WinError 1114] A dynamic link library (DLL) initialization routine failed.
Error loading "C:\Users\abcd\AppData\Local\anaconda3\Lib\site-packages\torch\lib\c10.dll" or one of its dependencies.