#1406·bert

内部: 运行 URL 分类器时, Blas GEMM 启动失败

作者: loginName1创建于 2024年4月22日更新于 2024年4月22日

What I've tried: I tried checking nvidia-smi.exe to see if I had something running on the GPU while training, but got the following result:

+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 552.22                 Driver Version: 552.22         CUDA Version: 12.4     |
|-----------------------------------------+------------------------+----------------------+
| GPU  Name                     TCC/WDDM  | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA GeForce RTX 3080 Ti   WDDM  |   00000000:0A:00.0 Off |                  N/A |
|  0%   36C    P8             24W /  350W |    1598MiB /  12288MiB |      3%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI        PID   Type   Process name                              GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A      9072    C+G   C:\Windows\explorer.exe                     N/A      |
|    0   N/A  N/A     10652    C+G   ...al\Discord\app-1.0.9042\Discord.exe      N/A      |
|    0   N/A  N/A     10688    C+G   ...ekyb3d8bbwe\PhoneExperienceHost.exe      N/A      |
|    0   N/A  N/A     10820    C+G
…

内容来源: google-research/bert