| set -euo pipefail | |
| echo "=== Hardware ===" | |
| nvidia-smi | |
| python - <<'PY' | |
| import torch | |
| print("torch_cuda_available", torch.cuda.is_available()) | |
| print("torch_cuda_device", torch.cuda.get_device_name(0)) | |
| PY | |
| echo "=== Source checkout ===" | |
| commit="b1d171ac08d2333197807493136d8f82b470e10d" | |
| python -c "import urllib.request; urllib.request.urlretrieve('https://github.com/TerryTong-Git/ToolProj/archive/${commit}.tar.gz', '/tmp/toolproj.tar.gz')" | |
| tar -xzf /tmp/toolproj.tar.gz -C /tmp | |
| mv "/tmp/ToolProj-${commit}" /tmp/ToolProj | |
| echo "${commit}" | |
| echo "=== Audit environment ===" | |
| python -m pip install --no-cache-dir numpy==2.3.2 | |
| python --version | |
| python -c 'import numpy; print("numpy", numpy.__version__)' | |
| echo "=== Full artifact audit ===" | |
| output_dir="/bucket/results/t4-full-audit" | |
| mkdir -p "${output_dir}" | |
| python /bucket/code/audit_claims.py \ | |
| --toolproj /tmp/ToolProj \ | |
| --output-dir "${output_dir}" \ | |
| --bootstrap 100000 \ | |
| --seed 42 \ | |
| --theory-samples 200000 | |
| echo "=== Persisted outputs ===" | |
| find "${output_dir}" -maxdepth 1 -type f -print -exec sha256sum {} \; | |
Xet Storage Details
- Size:
- 1.09 kB
- Xet hash:
- 227a1647f03ed9e4d3ef0dbcc08ea67385a25ebc6f49c35ec56461cb686428f2
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.