Слияние кода завершено, страница обновится автоматически
После установки драйверов, MUSA_Toolkits_rc2.0.0 и muDNN, а также установки пакетов S3000_S80_torch_musa-1.2.1-cp39-cp39-linux_x86_64.whl, torch-2.0.0-cp39-cp39-linux_x86_64.whl, torchaudio-2.0.1+3b40834-cp39-cp39-linux_x86_64.whl и torchvision-0.15.2a0+fa99a53-cp39-cp39-linux_x86_64.whl, при импорте torch и torch_musa в ipynb файле возникает ошибка: libmupti.so.0.2: cannot open shared object file: No such file or directory
Мои версии musa_toolkits:
{
"version": "2.0.0",
"git branch": "rc2.1.0",
"git tag": "No tag",
"commit id": "167f0f431ef649261f1310ee44002c14229c4bf2",
"commit date": "2024-03-27 10:20:48 +0800"
}
mcc:
{
"version": "2.1.0",
"git branch": "rc2.1.0",
"git tag": "No tag",
"commit id": "d4847756f2c727647d3956a6a7713ce1ef175967",
"commit date": "2024-03-22 14:56:38 +0800"
}
muAlg_dev:
{
"version": "0.3.0",
"git branch": "HEAD",
"commit id": "c6cf2b330bd7ff59ea5f9ae1444efdb0d117deb5",
"commit date": "2024-03-12 11:32:20 +0800"
}
mublas:
{
"version": "1.4.0",
"build archs": "21",
"git branch": "rc1.4.0",
"git tag": "20240326_develop",
"commit id": "685a379fcbd82a380b648c66f789394c4c988dec",
"commit date": "2024-03-26 17:12:48 +0800"
}
mufft:
{
"version": "1.4.0",
"build archs": "21",
"git branch": "rc1.4.0",
"git tag": "No tag",
"commit id": "9dc0357cc52b26c6b97db2efeda59739471c57b5",
"commit date": "2024-03-25 17:35:49 +0800"
}
muPP:
{
"version": "1.5.0",
"build archs": "21",
"git branch": "dev1.5.0",
"git tag": "No tag",
"commit id": "ab0e93f34d071e592dac1a27f4f3f67498206b6a",
"commit date": "2024-03-22 16:46:40 +0800"
}
murand:
{
"version": "1.0.0",
"build archs": "21",
"git branch": "rtm1.0.1",
"git tag": "No tag",
"commit id": "7d51b970329c0221b22abca45e230f772d0a6ed8",
"commit date": "2024-03-26 17:45:41 +0800"
}
musify:
{
"version": "0.2.0",
"git branch": "master",
"commit id": "fd863b384f528f0e7d9a29856029e68e20130489",
"commit date": "2024-03-12 15:52:53 +0800"
}
musparse:
{
"version": "0.4.0",
"build archs": "21",
"git branch": "HEAD",
"git tag": "20240326_develop",
"commit id": "382eae4a5be29c732a0d8b86069c2c63b3919459",
"commit date": "2024-03-26 17:23:09 +0800"
}
muThrust_dev:
{
"version": "0.3.0",
"git branch": "HEAD",
"commit id": "1b4d389f282c589754c7ee3b4d8077d220898f5b",
"commit date": "2024-03-12 11:51:38 +0800"
}
musa_runtime:
{
"version": "2.1.0",
"git branch": "rc2.1.0",
"git tag": "No tag",
"commit id": "871ff3c18bb06e3c521275b0e7732b674cddb6dd",
"commit date": "2024-03-25 15:29:03 +0800"
}
driver_dependency:
{
"git branch": "heads/20240320_develop",
"git tag": "20240320_develop",
"commit id": "4f591d074070595db19003e5069e78a7ff8942d1",
"commit date": "2024-03-20 15:28:45 +0800"
}
Ошибка:
{
"name": "ImportError",
"message": "libmupti.so.0.2: cannot open shared object file: No such file or directory",
"stack": "---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
Cell In [8], line 1
----> 1 import torch
2 # import torch_musa
File ~/miniconda3/envs/yolov10/lib/python3.9/site-packages/torch/__init__.py:229
227 if USE_GLOBAL_DEPS:
228 _load_global_deps()
--> 229 from torch._C import * # noqa: F403
231 # Appease the type checker; ordinarily this binding is inserted by the
232 # torch._C module initialization code in C
233 if TYPE_CHECKING:
ImportError: libmupti.so.0.2: cannot open shared object file: No such file or directory"
}