maxim
maxim copied to clipboard
运行的bug
I1016 22:01:30.441240 23844 xla_bridge.py:173] Remote TPU is not linked into jax; skipping remote TPU. I1016 22:01:30.442240 23844 xla_bridge.py:357] Unable to initialize backend 'tpu_driver': Could not initialize backend 'tpu_driver' I1016 22:01:30.525071 23844 xla_bridge.py:357] Unable to initialize backend 'rocm': NOT_FOUND: Could not find registered platform with name: "rocm". Available platform names are: Interpreter Host CUDA I1016 22:01:30.526072 23844 xla_bridge.py:357] Unable to initialize backend 'tpu': module 'jaxlib.xla_extension' has no attribute 'get_tpu_client' 2022-10-16 22:01:30.601621: E external/org_tensorflow/tensorflow/tsl/platform/windows/subprocess.cc:287] Call to CreateProcess failed. Error code: 2, command: '"ptxas.exe" "--version"' 2022-10-16 22:01:30.603144: E external/org_tensorflow/tensorflow/tsl/platform/windows/subprocess.cc:287] Call to CreateProcess failed. Error code: 2, command: '"ptxas.exe" "--version"' 2022-10-16 22:01:30.603286: W external/org_tensorflow/tensorflow/compiler/xla/stream_executor/gpu/asm_compiler.cc:85] Couldn't get ptxas version string: INTERNAL: Couldn't invoke ptxas.exe --version 2022-10-16 22:01:30.603833: F external/org_tensorflow/tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc:460] ptxas returned an error during compilation of ptx to sass: 'UNKNOWN: Failed to create a NewWriteableFile: C:\Users\徐腾\AppData\Local\Temp/tempfile-LAPTOP-5SJ9RRA1-6860-30944-5eb274bbed784 : 拒绝访问。 ; Input/output error' If the error message indicates that a file could not be written, please verify that sufficient filesystem space is provided. Fatal Python error: Aborted
Thread 0x00005d24 (most recent call first): File "D:\Anaconda3\lib\site-packages\jax_src\dispatch.py", line 994 in backend_compile File "D:\Anaconda3\lib\site-packages\jax_src\profiler.py", line 313 in wrapper File "D:\Anaconda3\lib\site-packages\jax_src\dispatch.py", line 1054 in compile_or_get_cached File "D:\Anaconda3\lib\site-packages\jax_src\dispatch.py", line 1136 in from_xla_computation File "D:\Anaconda3\lib\site-packages\jax_src\dispatch.py", line 978 in compile File "D:\Anaconda3\lib\site-packa2022-10-16 22:01:30.610226: E external/org_tensorflow/tensorflow/tsl/platform/windows/subprocess.cc:287] Call to CreateProcess failed. Error code: 2, command: '"ptxas.exe" "--version"' g2022-10-16 22:01:30.610398: W external/org_tensorflow/tensorflow/compiler/xla/stream_executor/gpu/asm_compiler.cc:85] Couldn't get ptxas version string: INTERNAL: Couldn't invoke ptxas.exe --version es\jax_src\dispatch.py", line 342 in _xla_callable_uncached File "D:\Anaco2022-10-16 22:01:30.610792: F external/org_tensorflow/tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc:460] ptxas returned an error during compilation of ptx to sass: 'UNKNOWN: Failed to create a NewWriteableFile: C:\Users\徐腾\AppData\Local\Temp/tempfile-LAPTOP-5SJ9RRA1-26e4-30944-5eb274bbef34d : 拒绝访问。 ; Input/output error' If the error message indicates that a file could not be written, please verify that sufficient filesystem space is provided. nda
请问出现这个bug怎么处理