artificialguybr commited on
Commit
6b7e4f0
·
verified ·
1 Parent(s): 48ddbe2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -66
README.md CHANGED
@@ -1,66 +1,11 @@
1
- # CanIRunThisLLM - Auto-Update GPU Calculator
2
-
3
- Fork of [artificialguybr/CanIRunThisLLM](https://huggingface.co/spaces/artificialguybr/CanIRunThisLLM) with **automatic GPU database updates**.
4
-
5
- ## Key Improvement: Auto-Updating GPU Database
6
-
7
- ### dbgpu Library Integration
8
-
9
- This version uses the **`dbgpu`** Python library which provides:
10
- - **2,824 GPUs** from TechPowerUp database
11
- - **Automatic updates** when you reinstall the library
12
- - Coverage: NVIDIA, AMD, Intel datacenter/workstation/consumer GPUs
13
-
14
- ```bash
15
- pip install dbgpu
16
- ```
17
-
18
- ### GPU Coverage (Verified)
19
-
20
- ✅ **Newest GPUs included:**
21
- - NVIDIA B200 (90 GB), B300 (144 GB)
22
- - NVIDIA RTX 5090 (32 GB), RTX 5080/5070
23
- - AMD MI325X, MI350X, MI355X (288 GB)
24
- - NVIDIA H200 (141 GB), H100 variants
25
- - All historical GPUs since 2017
26
-
27
- ### Apple Silicon
28
-
29
- Apple Silicon chips are **hardcoded** (not in dbgpu):
30
- - M4 Ultra/Max/Pro (up to 192 GB unified memory)
31
- - M3, M2, M1 series
32
-
33
- ## Installation
34
-
35
- ```bash
36
- # Create venv
37
- python3 -m venv venv
38
- source venv/bin/activate
39
-
40
- # Install dependencies
41
- pip install -r requirements.txt
42
-
43
- # Run
44
- python app.py
45
- ```
46
-
47
- ## Deploy to HuggingFace Spaces
48
-
49
- 1. Create new Space on HF (Gradio SDK)
50
- 2. Upload files:
51
- - `app.py`
52
- - `requirements.txt`
53
- 3. Space will auto-install dbgpu on startup
54
-
55
- ## Updating GPU Database
56
-
57
- To get latest GPUs:
58
- ```bash
59
- pip install --upgrade dbgpu
60
- ```
61
-
62
- dbgpu releases updated periodically from TechPowerUp.
63
-
64
- ## License
65
-
66
- Apache 2.0 (same as original)
 
1
+ ---
2
+ title: CanIRunThisLLM
3
+ emoji: 🎨
4
+ olorFrom: red
5
+ colorTo: red
6
+ sdk: gradio
7
+ sdk_version: 6.13.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: apache-2.0
11
+ ---