Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🖥️

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 :)
```