Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saadarazzaq/cuda-device-info
Check if Cuda is correctly configured in your windows 🖥️
https://github.com/saadarazzaq/cuda-device-info
cuda pytorch setup windows
Last synced: 21 days ago
JSON representation
Check if Cuda is correctly configured in your windows 🖥️
- Host: GitHub
- URL: https://github.com/saadarazzaq/cuda-device-info
- Owner: SaadARazzaq
- Created: 2024-02-18T20:59:35.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-18T21:08:20.000Z (12 months ago)
- Last Synced: 2024-11-23T09:29:58.050Z (3 months ago)
- Topics: cuda, pytorch, setup, windows
- Language: Python
- Homepage: https://youtu.be/GMSjDTU8Zlc?si=ynq5EAXatzeZo7De
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CUDA Info Checker
This Python script checks if CUDA and pytorch is available in the Python environment and prints information about CUDA devices.
## Usage
1. Make sure you have PyTorch installed in your Python environment.
2. Download or clone the `main.py` script.
3. Run the script in vs code using Python:
```bash
python main.py
```This will print information about CUDA availability and CUDA devices in your system.
![image](https://github.com/SaadARazzaq/Cuda-Device-Info/assets/123338307/b66db32c-8a76-4901-87c8-53cbf4c717d4)
## Requirements
- NVIDIA GPU
- Windows 10/11```bash
Hope it helps :)
```