Vittal-M commited on
Commit
8741be3
·
verified ·
1 Parent(s): 7f3e3cb

run_start manifest [results]

Browse files
Files changed (2) hide show
  1. results/pip_freeze.txt +61 -0
  2. results/run_manifest.json +31 -0
results/pip_freeze.txt ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotated-doc==0.0.4
2
+ annotated-types==0.7.0
3
+ anyio==4.13.0
4
+ certifi==2026.4.22
5
+ click==8.3.3
6
+ cloudpickle==3.1.2
7
+ contourpy==1.3.3
8
+ cycler==0.12.1
9
+ fastapi==0.136.1
10
+ filelock==3.29.0
11
+ fonttools==4.62.1
12
+ fsspec==2026.4.0
13
+ h11==0.16.0
14
+ hf-xet==1.4.3
15
+ httpcore==1.0.9
16
+ httptools==0.7.1
17
+ httpx==0.28.1
18
+ huggingface_hub==1.13.0
19
+ idna==3.13
20
+ iniconfig==2.3.0
21
+ joblib==1.5.3
22
+ kiwisolver==1.5.0
23
+ llvmlite==0.47.0
24
+ markdown-it-py==4.0.0
25
+ matplotlib==3.10.9
26
+ mdurl==0.1.2
27
+ numba==0.65.1
28
+ numpy==2.4.4
29
+ nvidia-nccl-cu12==2.30.4
30
+ packaging==26.2
31
+ pandas==3.0.2
32
+ pillow==12.2.0
33
+ pluggy==1.6.0
34
+ pydantic==2.13.3
35
+ pydantic_core==2.46.3
36
+ Pygments==2.20.0
37
+ pyparsing==3.3.2
38
+ pytest==9.0.3
39
+ python-dateutil==2.9.0.post0
40
+ python-dotenv==1.2.2
41
+ PyYAML==6.0.3
42
+ rich==15.0.0
43
+ scikit-learn==1.8.0
44
+ scipy==1.17.1
45
+ seaborn==0.13.2
46
+ shap==0.51.0
47
+ shellingham==1.5.4
48
+ simpy==4.1.1
49
+ six==1.17.0
50
+ slicer==0.0.8
51
+ starlette==1.0.0
52
+ threadpoolctl==3.6.0
53
+ tqdm==4.67.3
54
+ typer==0.25.1
55
+ typing-inspection==0.4.2
56
+ typing_extensions==4.15.0
57
+ uvicorn==0.46.0
58
+ uvloop==0.22.1
59
+ watchfiles==1.1.1
60
+ websockets==16.0
61
+ xgboost==3.2.0
results/run_manifest.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "started_at": "2026-05-01T04:52:25.786132+00:00",
3
+ "git_sha": "unknown",
4
+ "host": "r-vittal-m-disruption-system-tqh9e3yt-ab7cb-7kx24",
5
+ "platform": "Linux-6.12.79-101.147.amzn2023.x86_64-x86_64-with-glibc2.41",
6
+ "python": "3.12.13 (main, Apr 22 2026, 02:08:00) [GCC 14.2.0]",
7
+ "cpu_count": 16,
8
+ "args": {
9
+ "quick": false,
10
+ "eval_only": false,
11
+ "no_eval": false,
12
+ "workers": 15,
13
+ "scenarios": 5000,
14
+ "eval_seeds": 1000,
15
+ "snapshot_every_step": true
16
+ },
17
+ "n_scenarios": 5000,
18
+ "n_eval_seeds": 1000,
19
+ "env": {
20
+ "REPO_ID": "Vittal-M/Disruption-System",
21
+ "SPACE_ID": "Vittal-M/Disruption-System",
22
+ "HF_TOKEN_set": true
23
+ },
24
+ "versions": {
25
+ "sklearn": "1.8.0",
26
+ "xgboost": "3.2.0",
27
+ "scipy": "1.17.1",
28
+ "numpy": "2.4.4",
29
+ "pandas": "3.0.2"
30
+ }
31
+ }