mknolan commited on
Commit
5bae063
·
verified ·
1 Parent(s): b1d4df2

Add README

Browse files
Files changed (1) hide show
  1. README.md +12 -11
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
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
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