Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Fame PyTorch ROCm Kit 🔥🛡️
|
2 |
+
|
3 |
+
Custom-built ROCm PyTorch environment builder for AMD GPUs.
|
4 |
+
Designed for seamless, controlled, and optimized builds — without the typical ROCm headaches.
|
5 |
+
|
6 |
+
---
|
7 |
+
|
8 |
+
## 📦 What this project provides
|
9 |
+
|
10 |
+
- Full build scripts (`build_torch.sh`, `install_torch.sh`, `test_torch.sh`)
|
11 |
+
- Generated `.whl` Wheel file inside `pytorch/dist/`
|
12 |
+
- Environment freeze for full reproducibility
|
13 |
+
- Detailed notes for ROCm build challenges
|
14 |
+
|
15 |
+
---
|
16 |
+
|
17 |
+
## 🛠️ How to use
|
18 |
+
|
19 |
+
1. Activate your ROCm environment:
|
20 |
+
```bash
|
21 |
+
source ~/rocm_env/bin/activate
|