Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
annotations_creators: []
|
| 3 |
+
language: []
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
tags: [docker, vllm, nvidia, rocm]
|
| 6 |
+
pretty_name: vLLM Dockerfiles by Commit
|
| 7 |
+
yaml_version: 2.0
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# vLLM Dockerfiles by Commit (private)
|
| 11 |
+
|
| 12 |
+
This dataset aggregates Dockerfile content from the vLLM repository across commits.
|
| 13 |
+
|
| 14 |
+
- Category `nvidia`: main Dockerfile (prefers docker/Dockerfile, falls back to root Dockerfile)
|
| 15 |
+
- Category `rocm`: ROCm Dockerfile (prefers docker/Dockerfile.rocm, falls back to root Dockerfile.rocm)
|
| 16 |
+
- Category `whole`: all Dockerfiles per commit keyed by basename (e.g., Dockerfile.cpu, Dockerfile.neuron)
|
| 17 |
+
|
| 18 |
+
## Files
|
| 19 |
+
- data/nvidia-vllm-docker.parquet
|
| 20 |
+
- data/rocm-vllm-docker.parquet
|
| 21 |
+
- data/whole-vllm-docker.parquet
|
| 22 |
+
- data/vllm-docker.parquet (combined)
|
| 23 |
+
|
| 24 |
+
## Columns
|
| 25 |
+
- commit (SHA), commit_date (ISO), category (nvidia|rocm|whole), plus file-content columns per category
|
| 26 |
+
|
| 27 |
+
## Stats
|
| 28 |
+
- Rows by category: {"nvidia": 129, "rocm": 129, "whole": 129}
|
| 29 |
+
- Null main Dockerfiles (nvidia): 5
|
| 30 |
+
- Null ROCm Dockerfiles (rocm): 5
|