Spaces:
Configuration error
Configuration error
Add README
Browse files
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
-
|
2 |
-
title: Gpu Diagnostic Test
|
3 |
-
emoji: 🐨
|
4 |
-
colorFrom: purple
|
5 |
-
colorTo: indigo
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version: 5.21.0
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# GPU Diagnostics Tool
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
+
This Space provides diagnostics for GPU detection and functionality in Hugging Face Spaces.
|
4 |
+
|
5 |
+
## Purpose
|
6 |
+
- Tests if CUDA is available through PyTorch
|
7 |
+
- Tests if nvidia-smi can detect the GPU
|
8 |
+
- Tests tensor operations on GPU
|
9 |
+
- Provides detailed diagnostic information about the GPU environment
|
10 |
+
|
11 |
+
## How to Use
|
12 |
+
1. Click the "Submit" button
|
13 |
+
2. View the JSON results to diagnose GPU issues
|