https://github.com/ztgx/pytooo
https://github.com/ztgx/pytooo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ztgx/pytooo
- Owner: zTgx
- Created: 2024-12-19T01:18:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T12:58:51.000Z (over 1 year ago)
- Last Synced: 2025-03-03T03:24:50.456Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pytooo
Do something with Pytorch + cuda
# 环境配置
```
nvidia-smi
```
```
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 565.57.01 Driver Version: 565.57.01 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 MX150 On | 00000000:01:00.0 Off | N/A |
| N/A 42C P0 N/A / 5001W | 0MiB / 2048MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| No running processes found |
+-----------------------------------------------------------------------------------------+
```
```
nvcc --version
```
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2024 NVIDIA Corporation
Built on Thu_Mar_28_02:18:24_PDT_2024
Cuda compilation tools, release 12.4, V12.4.131
Build cuda_12.4.r12.4/compiler.34097967_0
```