PODsys-ai commited on
Commit ·
c81ee01
1
Parent(s): 2021eda
upload podsys-bxx
Browse files- config.json +2 -1
- podsys-bxx/README.md +25 -0
config.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
| 7 |
"terms": {
|
| 8 |
"path": [
|
| 9 |
"podsys-2404/podsys-2404.tgz",
|
| 10 |
-
"podsys-2204/podsys-2204.tgz"
|
|
|
|
| 11 |
]
|
| 12 |
}
|
| 13 |
}
|
|
|
|
| 7 |
"terms": {
|
| 8 |
"path": [
|
| 9 |
"podsys-2404/podsys-2404.tgz",
|
| 10 |
+
"podsys-2204/podsys-2204.tgz",
|
| 11 |
+
"podsys-2404/podsys-bxx.tgz"
|
| 12 |
]
|
| 13 |
}
|
| 14 |
}
|
podsys-bxx/README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 2404
|
| 2 |
+
|
| 3 |
+
## MD5
|
| 4 |
+
|
| 5 |
+
``` shell
|
| 6 |
+
echo "3c7c5d9bb25ff1266812ac0a0807b2a0 podsys-bxx.tgz" | md5sum --check
|
| 7 |
+
```
|
| 8 |
+
|
| 9 |
+
## Component & Version
|
| 10 |
+
| Component | Version | Command |
|
| 11 |
+
| ------------------------ | -------------------------- | --------------------------------- |
|
| 12 |
+
| OS | **Ubuntu 24.04.3 LTS** | lsb_release -ds |
|
| 13 |
+
| Linux kernel | 6.8.0-71-generic | uname -r |
|
| 14 |
+
| NVIDIA GPU Driver | 570.195.03 | nvidia-smi |
|
| 15 |
+
| NVIDIA Fabric Manager | 570.195.03 | nv-fabricmanager -v |
|
| 16 |
+
| CUDA Toolkit | 12.8 | nvcc --version |
|
| 17 |
+
| NCCL | 2.26.2 | |
|
| 18 |
+
| cuDNN | 9.10.2 | |
|
| 19 |
+
| DCGM | 4.4.1 | dcgmi -v |
|
| 20 |
+
| Docker Engine | 28.4.0 | docker version |
|
| 21 |
+
| NVIDIA Container Toolkit | 1.18.0 | nvidia-container-toolkit -version |
|
| 22 |
+
| ofed_info | OFED-internal-25.07-0.9.7: | ofed_info -s |
|
| 23 |
+
| ipmitool | 1.8.19 | ipmitool -V |
|
| 24 |
+
| PDSH | 2.34 | pdsh -V |
|
| 25 |
+
|