Koulb commited on
Commit
276d7f1
·
verified ·
1 Parent(s): b06b13f

Remove upload logs from dataset repo

Browse files
logs/checksums.pid DELETED
@@ -1 +0,0 @@
1
- 158533
 
 
logs/checksums.sbatch DELETED
@@ -1,28 +0,0 @@
1
- #!/bin/bash
2
- #SBATCH --job-name=hf_cksum
3
- #SBATCH --account=mr33
4
- #SBATCH --partition=normal
5
- #SBATCH --constraint=mc
6
- #SBATCH --nodes=1
7
- #SBATCH --ntasks=1
8
- #SBATCH --time=00:30:00
9
- #SBATCH --output=/capstor/scratch/cscs/apoliukh/hf_epc_ml_data_upload/logs/checksums_%j.out
10
- #SBATCH --error=/capstor/scratch/cscs/apoliukh/hf_epc_ml_data_upload/logs/checksums_%j.err
11
- set -euo pipefail
12
- REL=/capstor/scratch/cscs/apoliukh/hf_epc_ml_data_upload/releases/diamond_hpro_deeph_v2
13
- cd "$REL"
14
- rm -f checksums.sha256 checksums.sha256.tmp
15
- total=$(find . -type f ! -name checksums.sha256 ! -name checksums.sha256.tmp -print | wc -l)
16
- echo "START $(date -Is) total=$total host=$(hostname)"
17
- i=0
18
- while IFS= read -r -d "" f; do
19
- sha256sum "$f" >> checksums.sha256.tmp
20
- i=$((i+1))
21
- if [ $((i % 100)) -eq 0 ]; then
22
- echo "HASHED $i/$total $(date -Is)"
23
- fi
24
- done < <(find . -type f ! -name checksums.sha256 ! -name checksums.sha256.tmp -print0 | sort -z)
25
- mv checksums.sha256.tmp checksums.sha256
26
- echo "DONE $i/$total $(date -Is)"
27
- wc -l checksums.sha256
28
- du -sh checksums.sha256
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
logs/checksums_20260518_193930.log DELETED
@@ -1,13 +0,0 @@
1
- START 2026-05-18T19:39:30+02:00 total=4179
2
- HASHED 100/4179 2026-05-18T19:39:36+02:00
3
- HASHED 200/4179 2026-05-18T19:40:00+02:00
4
- HASHED 300/4179 2026-05-18T19:41:24+02:00
5
- HASHED 400/4179 2026-05-18T19:43:23+02:00
6
- HASHED 500/4179 2026-05-18T19:45:25+02:00
7
- HASHED 600/4179 2026-05-18T19:47:17+02:00
8
- HASHED 700/4179 2026-05-18T19:49:10+02:00
9
- HASHED 800/4179 2026-05-18T19:51:09+02:00
10
- HASHED 900/4179 2026-05-18T19:53:08+02:00
11
- HASHED 1000/4179 2026-05-18T19:55:00+02:00
12
- HASHED 1100/4179 2026-05-18T19:56:53+02:00
13
- HASHED 1200/4179 2026-05-18T19:58:50+02:00
 
 
 
 
 
 
 
 
 
 
 
 
 
 
logs/checksums_7197130.err DELETED
@@ -1 +0,0 @@
1
- slurmstepd: error: *** JOB 7197130 ON nid001871 CANCELLED AT 2026-05-18T19:55:55 ***
 
 
logs/checksums_7197130.out DELETED
@@ -1,5 +0,0 @@
1
- START 2026-05-18T19:49:20+02:00 total=4179 host=nid001871
2
- HASHED 100/4179 2026-05-18T19:50:03+02:00
3
- HASHED 200/4179 2026-05-18T19:50:50+02:00
4
- HASHED 300/4179 2026-05-18T19:52:16+02:00
5
- HASHED 400/4179 2026-05-18T19:54:16+02:00
 
 
 
 
 
 
logs/hf_upload.pid DELETED
@@ -1 +0,0 @@
1
- 129309
 
 
logs/hf_upload_20260518_195652.log DELETED
The diff for this file is too large to render. See raw diff
 
logs/hf_upload_foreground_20260518_195859.log DELETED
@@ -1,27 +0,0 @@
1
- START 2026-05-18T19:58:59+02:00 host=eiger-ln004 log=/capstor/scratch/cscs/apoliukh/hf_epc_ml_data_upload/logs/hf_upload_foreground_20260518_195859.log
2
- /capstor/scratch/cscs/apoliukh/hf_upload_venv/lib/python3.13/site-packages/huggingface_hub/constants.py:277: FutureWarning: The `HF_HUB_ENABLE_HF_TRANSFER` environment variable is deprecated as 'hf_transfer' is not used anymore. Please use `HF_XET_HIGH_PERFORMANCE` instead to enable high performance transfer with Xet. Visit https://huggingface.co/docs/huggingface_hub/package_reference/environment_variables#hfxethighperformance for more details.
3
- warnings.warn(
4
- Warning: You are about to upload a large folder to the Hub using `hf upload-large-folder`. This is a new feature so feedback is very welcome!
5
-
6
- A few things to keep in mind:
7
- - Repository limits still apply: https://huggingface.co/docs/hub/repositories-recommendations
8
- - Do not start several processes in parallel.
9
- - You can interrupt and resume the process at any time. The script will pick up where it left off except for partially uploaded files that would have to be entirely reuploaded.
10
- - Do not upload the same folder to several repositories. If you need to do so, you must delete the `./.cache/huggingface/` folder first.
11
-
12
- Some temporary metadata will be stored under `/capstor/scratch/cscs/apoliukh/hf_epc_ml_data_upload/.cache/huggingface`.
13
- - You must not modify those files manually.
14
- - You must not delete the `./.cache/huggingface/` folder while a process is running.
15
- - You can delete the `./.cache/huggingface/` folder to reinitialize the upload state when process is not running. Files will have to be hashed and preuploaded again, except for already committed files.
16
-
17
- If the process output is too verbose, you can disable the progress bars with `--no-bars`. You can also entirely disable the status report with `--no-report`.
18
-
19
- For more details, run `hf upload-large-folder --help` or check the documentation at https://huggingface.co/docs/huggingface_hub/guides/upload#upload-a-large-folder.
20
- Repo created: https://huggingface.co/datasets/Koulb/epc_ml_data
21
- Found 4188 candidate files to upload
22
- Running validation checks on files to upload...
23
- Validation checks complete.
24
- Starting upload...
25
-
26
- Ignored metadata for 'logs/hf_upload_20260518_195652.log' (outdated). Will re-compute hash.
27
-