Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@rri_psG2YI6YcpwUcaag:/# python --version
- Python 3.11.0rc1
- root@rri_psG2YI6YcpwUcaag:/# nvidia-smi
- Tue May 20 06:14:44 2025
- +-----------------------------------------------------------------------------------------+
- | NVIDIA-SMI 565.77 Driver Version: 565.77 CUDA Version: 12.7 |
- |-----------------------------------------+------------------------+----------------------+
- | GPU Name Persistence-M | 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 3060 On | 00000000:82:00.0 Off | N/A |
- | 50% 36C P8 17W / 170W | 2MiB / 12288MiB | 0% Default |
- | | | N/A |
- root@rri_psG2YI6YcpwUcaag:/# python --version
- Python 3.11.0rc1
- root@rri_psG2YI6YcpwUcaag:/# nvidia-smi
- Tue May 20 06:15:40 2025
- +-----------------------------------------------------------------------------------------+
- | NVIDIA-SMI 565.77 Driver Version: 565.77 CUDA Version: 12.7 |
- |-----------------------------------------+------------------------+----------------------+
- | GPU Name Persistence-M | 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 3060 On | 00000000:82:00.0 Off | N/A |
- | 50% 37C P8 17W / 170W | 2MiB / 12288MiB | 0% Default |
- | | | N/A |
- +-----------------------------------------+------------------------+----------------------+
- +-----------------------------------------------------------------------------------------+
- | Processes: |
- | GPU GI CI PID Type Process name GPU Memory |
- | ID ID Usage |
- |=========================================================================================|
- | No running processes found |
- +-----------------------------------------------------------------------------------------+
- root@rri_psG2YI6YcpwUcaag:/# python
- Python 3.11.0rc1 (main, Aug 12 2022, 10:02:14) [GCC 11.2.0] on linux
- Type "help", "copyright", "credits" or "license" for more information.
- >>> import tensorflow as tf
- 2025-05-20 06:16:11.595877: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
- To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
- >>> from tensorflow.python.client import device_lib
- >>> print("TensorFlow built with CUDA:", tf.test.is_built_with_cuda())
- TensorFlow built with CUDA: True
- >>> print("Available devices:", device_lib.list_local_devices())
- 2025-05-20 06:16:52.701105: I external/local_xla/xla/stream_executor/cuda/cuda_executor.cc:998] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355
- 2025-05-20 06:16:52.711481: I external/local_xla/xla/stream_executor/cuda/cuda_executor.cc:998] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355
- 2025-05-20 06:16:52.714486: I external/local_xla/xla/stream_executor/cuda/cuda_executor.cc:998] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355
- 2025-05-20 06:16:52.842993: I external/local_xla/xla/stream_executor/cuda/cuda_executor.cc:998] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355
- 2025-05-20 06:16:52.844131: I external/local_xla/xla/stream_executor/cuda/cuda_executor.cc:998] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355
- 2025-05-20 06:16:52.845177: I external/local_xla/xla/stream_executor/cuda/cuda_executor.cc:998] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero. See more at https://github.com/torvalds/linux/blob/v6.0/Documentation/ABI/testing/sysfs-bus-pci#L344-L355
- 2025-05-20 06:16:52.846213: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1928] Created device /device:GPU:0 with 10288 MB memory: -> device: 0, name: NVIDIA GeForce RTX 3060, pci bus id: 0000:82:00.0, compute capability: 8.6
- Available devices: [name: "/device:CPU:0"
- device_type: "CPU"
- memory_limit: 268435456
- locality {
- }
- incarnation: 3871823579894711322
- xla_global_id: -1
- , name: "/device:GPU:0"
- device_type: "GPU"
- memory_limit: 10788732928
- locality {
- bus_id: 1
- links {
- }
- }
- incarnation: 9418445773582133226
- physical_device_desc: "device: 0, name: NVIDIA GeForce RTX 3060, pci bus id: 0000:82:00.0, compute capability: 8.6"
- xla_global_id: 416903419
- ]
- >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement