anhtld commited on
Commit
0028c7c
·
verified ·
1 Parent(s): 9f84216

Auto-sync: 2026-06-25 22:43:25

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitignore +7 -13
  2. .remember/logs/autonomous/save-014756.log +0 -0
  3. .remember/logs/autonomous/save-014851.log +0 -0
  4. .remember/logs/autonomous/save-015009.log +0 -0
  5. .remember/logs/autonomous/save-015014.log +0 -0
  6. .remember/logs/autonomous/save-015029.log +0 -0
  7. .remember/logs/autonomous/save-015046.log +0 -0
  8. .remember/logs/autonomous/save-015116.log +0 -0
  9. .remember/logs/autonomous/save-015421.log +0 -0
  10. .remember/logs/autonomous/save-015551.log +0 -0
  11. .remember/logs/autonomous/save-015640.log +0 -0
  12. .remember/logs/autonomous/save-015713.log +0 -0
  13. .remember/logs/autonomous/save-015719.log +0 -0
  14. .remember/logs/autonomous/save-020038.log +0 -0
  15. .remember/logs/autonomous/save-020142.log +0 -0
  16. .remember/logs/autonomous/save-020211.log +0 -0
  17. .remember/logs/autonomous/save-020235.log +0 -0
  18. .remember/logs/autonomous/save-020247.log +0 -0
  19. .remember/logs/autonomous/save-020251.log +0 -0
  20. .remember/logs/autonomous/save-020259.log +0 -0
  21. .remember/logs/autonomous/save-020353.log +0 -0
  22. .remember/logs/autonomous/save-020358.log +0 -0
  23. .remember/logs/autonomous/save-084413.log +0 -0
  24. .remember/logs/autonomous/save-093720.log +0 -0
  25. .remember/logs/hook-errors.log +5 -0
  26. .remember/logs/memory-2026-06-19.log +85 -0
  27. .remember/logs/memory-2026-06-20.log +5 -0
  28. .remember/logs/memory-2026-06-22.log +22 -0
  29. .remember/logs/memory-2026-06-23.log +12 -0
  30. logs/auto_sync_hf.log +0 -0
  31. logs/auto_sync_hf.pid +1 -0
  32. logs/workflow/master_workflow_20260623_093145.log +50 -0
  33. outputs/audit_venv/bin/Activate.ps1 +247 -0
  34. outputs/audit_venv/bin/activate +69 -0
  35. outputs/audit_venv/bin/activate.csh +26 -0
  36. outputs/audit_venv/bin/activate.fish +69 -0
  37. outputs/audit_venv/bin/distro +8 -0
  38. outputs/audit_venv/bin/f2py +8 -0
  39. outputs/audit_venv/bin/fonttools +8 -0
  40. outputs/audit_venv/bin/httpx +8 -0
  41. outputs/audit_venv/bin/idna +8 -0
  42. outputs/audit_venv/bin/isympy +8 -0
  43. outputs/audit_venv/bin/markdown-it +8 -0
  44. outputs/audit_venv/bin/numpy-config +8 -0
  45. outputs/audit_venv/bin/pip +8 -0
  46. outputs/audit_venv/bin/pip3 +8 -0
  47. outputs/audit_venv/bin/pip3.11 +8 -0
  48. outputs/audit_venv/bin/py.test +8 -0
  49. outputs/audit_venv/bin/pyftmerge +8 -0
  50. outputs/audit_venv/bin/pyftsubset +8 -0
.gitignore CHANGED
@@ -17,22 +17,16 @@ wandb/
17
  htmlcov/
18
  .DS_Store
19
 
20
- # Hugging Face sync - exclude large/sensitive files
21
- *.pt
22
- *.pth
23
- *.ckpt
24
- *.h5
25
- *.hdf5
26
- *.pkl
27
- *.pickle
28
- logs/
29
- *.log
30
- *.out
31
- *.err
32
- slurm-*.out
33
  /scratch/
34
  *token*
35
  *secret*
36
  *.key
37
  *.pem
38
  .git/
 
 
 
 
 
 
17
  htmlcov/
18
  .DS_Store
19
 
20
+ # Hugging Face sync - MINIMAL exclusions (we want to sync outputs!)
21
+ # Only exclude truly sensitive or huge scratch data
 
 
 
 
 
 
 
 
 
 
 
22
  /scratch/
23
  *token*
24
  *secret*
25
  *.key
26
  *.pem
27
  .git/
28
+
29
+ # Keep these for HF sync:
30
+ # - checkpoints (*.pt, *.pth) → SYNC THEM
31
+ # - logs → SYNC FOR MONITORING
32
+ # - outputs → SYNC RESULTS
.remember/logs/autonomous/save-014756.log ADDED
File without changes
.remember/logs/autonomous/save-014851.log ADDED
File without changes
.remember/logs/autonomous/save-015009.log ADDED
File without changes
.remember/logs/autonomous/save-015014.log ADDED
File without changes
.remember/logs/autonomous/save-015029.log ADDED
File without changes
.remember/logs/autonomous/save-015046.log ADDED
File without changes
.remember/logs/autonomous/save-015116.log ADDED
File without changes
.remember/logs/autonomous/save-015421.log ADDED
File without changes
.remember/logs/autonomous/save-015551.log ADDED
File without changes
.remember/logs/autonomous/save-015640.log ADDED
File without changes
.remember/logs/autonomous/save-015713.log ADDED
File without changes
.remember/logs/autonomous/save-015719.log ADDED
File without changes
.remember/logs/autonomous/save-020038.log ADDED
File without changes
.remember/logs/autonomous/save-020142.log ADDED
File without changes
.remember/logs/autonomous/save-020211.log ADDED
File without changes
.remember/logs/autonomous/save-020235.log ADDED
File without changes
.remember/logs/autonomous/save-020247.log ADDED
File without changes
.remember/logs/autonomous/save-020251.log ADDED
File without changes
.remember/logs/autonomous/save-020259.log ADDED
File without changes
.remember/logs/autonomous/save-020353.log ADDED
File without changes
.remember/logs/autonomous/save-020358.log ADDED
File without changes
.remember/logs/autonomous/save-084413.log ADDED
File without changes
.remember/logs/autonomous/save-093720.log ADDED
File without changes
.remember/logs/hook-errors.log ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ /home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1/scripts/log.sh: fork: retry: Resource temporarily unavailable
2
+ /home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1/scripts/session-start-hook.sh: fork: retry: Resource temporarily unavailable
3
+ /home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1/scripts/session-start-hook.sh: fork: retry: Resource temporarily unavailable
4
+ /home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1/scripts/session-start-hook.sh: fork: retry: Resource temporarily unavailable
5
+ /home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1/scripts/session-start-hook.sh: fork: retry: Resource temporarily unavailable
.remember/logs/memory-2026-06-19.log ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 01:37:16 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
2
+ 01:40:16 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
3
+ 01:43:43 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
4
+ 01:45:28 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
5
+ 01:46:15 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
6
+ 01:47:24 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
7
+ 01:47:34 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
8
+ 01:47:44 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
9
+ 01:47:56 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
10
+ 01:47:56 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
11
+ 01:47:56 [extract] session e5362075-5623-42ad-a743-5ad100afb333
12
+ 01:47:56 [extract] 8 exchanges (0 human)
13
+ 01:47:56 [extract] 0 human msgs < 3, skip
14
+ 01:48:51 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
15
+ 01:48:51 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
16
+ 01:48:51 [cooldown] 55s < 120s, skip
17
+ 01:50:09 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
18
+ 01:50:09 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
19
+ 01:50:09 [extract] session e5362075-5623-42ad-a743-5ad100afb333
20
+ 01:50:09 [extract] 11 exchanges (1 human)
21
+ 01:50:09 [extract] 1 human msgs < 3, skip
22
+ 01:50:14 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
23
+ 01:50:14 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
24
+ 01:50:14 [cooldown] 5s < 120s, skip
25
+ 01:50:29 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
26
+ 01:50:29 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
27
+ 01:50:29 [cooldown] 20s < 120s, skip
28
+ 01:50:46 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
29
+ 01:50:46 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
30
+ 01:50:46 [cooldown] 37s < 120s, skip
31
+ 01:51:16 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
32
+ 01:51:16 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
33
+ 01:51:16 [cooldown] 67s < 120s, skip
34
+ 01:54:21 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
35
+ 01:54:21 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
36
+ 01:54:21 [extract] session e5362075-5623-42ad-a743-5ad100afb333
37
+ 01:54:21 [extract] 23 exchanges (1 human)
38
+ 01:54:21 [extract] 1 human msgs < 3, skip
39
+ 01:55:51 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
40
+ 01:55:51 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
41
+ 01:55:51 [cooldown] 90s < 120s, skip
42
+ 01:56:40 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
43
+ 01:56:40 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
44
+ 01:56:40 [extract] session e5362075-5623-42ad-a743-5ad100afb333
45
+ 01:56:40 [extract] 28 exchanges (1 human)
46
+ 01:56:40 [extract] 1 human msgs < 3, skip
47
+ 01:57:13 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
48
+ 01:57:13 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
49
+ 01:57:13 [cooldown] 33s < 120s, skip
50
+ 01:57:19 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
51
+ 01:57:19 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
52
+ 01:57:19 [cooldown] 39s < 120s, skip
53
+ 02:00:38 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
54
+ 02:00:38 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
55
+ 02:00:38 [extract] session e5362075-5623-42ad-a743-5ad100afb333
56
+ 02:00:38 [extract] 36 exchanges (2 human)
57
+ 02:00:38 [extract] 2 human msgs < 3, skip
58
+ 02:01:42 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
59
+ 02:01:42 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
60
+ 02:01:42 [cooldown] 64s < 120s, skip
61
+ 02:02:11 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
62
+ 02:02:12 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
63
+ 02:02:12 [cooldown] 94s < 120s, skip
64
+ 02:02:35 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
65
+ 02:02:36 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
66
+ 02:02:36 [cooldown] 118s < 120s, skip
67
+ 02:02:47 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
68
+ 02:02:47 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
69
+ 02:02:47 [extract] session e5362075-5623-42ad-a743-5ad100afb333
70
+ 02:02:47 [extract] 42 exchanges (2 human)
71
+ 02:02:47 [extract] 2 human msgs < 3, skip
72
+ 02:02:51 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
73
+ 02:02:51 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
74
+ 02:02:51 [cooldown] 4s < 120s, skip
75
+ 02:02:59 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
76
+ 02:02:59 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
77
+ 02:02:59 [cooldown] 12s < 120s, skip
78
+ 02:03:53 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
79
+ 02:03:53 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
80
+ 02:03:53 [cooldown] 66s < 120s, skip
81
+ 02:03:58 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
82
+ 02:03:58 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
83
+ 02:03:58 [cooldown] 71s < 120s, skip
84
+ 05:53:58 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
85
+ 08:59:01 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
.remember/logs/memory-2026-06-20.log ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ 00:45:45 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.7.3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
2
+ 00:49:57 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
3
+ 00:50:21 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
4
+ 01:28:41 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
5
+ 01:28:57 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
.remember/logs/memory-2026-06-22.log ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 06:32:57 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
2
+ 06:50:33 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
3
+ 07:33:28 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
4
+ 08:41:41 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
5
+ 08:42:42 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
6
+ 08:43:41 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
7
+ 08:44:13 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
8
+ 08:44:13 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
9
+ 08:44:13 [extract] session ed2f9e24-22da-465d-b285-83f60f0d54ca
10
+ 08:44:13 [extract] 11 exchanges (3 human)
11
+ 08:44:13 [haiku] calling (branch: unknown)
12
+ 08:44:13 [haiku] ERROR: call-haiku error: [Errno 7] Argument list too long: 'claude'
13
+ 08:47:29 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
14
+ 08:47:38 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
15
+ 09:36:31 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
16
+ 09:37:20 [hook] post-tool: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
17
+ 09:37:20 [hook] save-session: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 PYTHON=python3 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
18
+ 09:37:20 [extract] session ed2f9e24-22da-465d-b285-83f60f0d54ca
19
+ 09:37:20 [extract] 19 exchanges (5 human)
20
+ 09:37:20 [haiku] calling (branch: unknown)
21
+ 09:37:20 [haiku] ERROR: call-haiku error: [Errno 7] Argument list too long: 'claude'
22
+ 14:01:58 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
.remember/logs/memory-2026-06-23.log ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 05:33:27 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
2
+ 07:24:14 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
3
+ 07:27:17 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
4
+ 07:27:45 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
5
+ 07:50:46 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
6
+ 07:50:48 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
7
+ 07:57:57 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
8
+ 08:00:05 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
9
+ 08:02:13 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
10
+ 08:14:37 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
11
+ 08:16:41 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
12
+ 08:28:52 [hook] session-start: PROJECT_DIR=/lustre09/project/6037638/knguy52/vla PIPELINE_DIR=/home/knguy52/.claude/plugins/cache/claude-plugins-official/remember/0.8.1 REMEMBER_DIR=/lustre09/project/6037638/knguy52/vla/.remember
logs/auto_sync_hf.log ADDED
File without changes
logs/auto_sync_hf.pid ADDED
@@ -0,0 +1 @@
 
 
1
+ 621824
logs/workflow/master_workflow_20260623_093145.log ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [2026-06-23 09:31:45] = = = = = = = = = = = = = = = = = =
2
+ [2026-06-23 09:31:45] DoVLA-CIL A* Paper Workflow - Master Orchestration
3
+ [2026-06-23 09:31:45] = = = = = = = = = = = = = = = = = =
4
+ [2026-06-23 09:31:45]
5
+ [2026-06-23 09:31:45] Target: A* oral paper with 9/10 novelty
6
+ [2026-06-23 09:31:45] Timeline: 6-8 weeks
7
+ [2026-06-23 09:31:45] Compute: ~250-350 GPU hours
8
+ [2026-06-23 09:31:45]
9
+ [2026-06-23 09:31:45] 🔍 DRY RUN MODE - No jobs will be submitted
10
+ [2026-06-23 09:31:45]
11
+ [2026-06-23 09:31:45] = = = = = = = = = = = = = = = = = =
12
+ [2026-06-23 09:31:45] PHASE A: PERFORMANCE IMPROVEMENT
13
+ [2026-06-23 09:31:45] Target: 40%+ policy success (vs 29.67% baseline)
14
+ [2026-06-23 09:31:45] = = = = = = = = = = = = = = = = = =
15
+ [2026-06-23 09:31:45]
16
+ [2026-06-23 09:31:45] Phase A1: Generate 10K group dataset
17
+ [2026-06-23 09:31:45] Expected: 3-4 days, ~20 GPU hours
18
+ [2026-06-23 09:31:45] Output: /scratch/knguy52/dovla/experiments/phase_a_10k_collection
19
+ [2026-06-23 09:31:45]
20
+ [2026-06-23 09:31:45] [DRY RUN] Would submit: scripts/slurm/phase_a1_generate_10k.sbatch
21
+ [2026-06-23 09:31:45]
22
+ [2026-06-23 09:31:45] Phase A2: Train large capacity model (3 seeds)
23
+ [2026-06-23 09:31:45] Expected: 2-3 days, ~30 GPU hours per seed
24
+ [2026-06-23 09:31:45] Config: hidden_dim=512, 100 epochs
25
+ [2026-06-23 09:31:45]
26
+ [2026-06-23 09:31:45] [DRY RUN] Would submit: scripts/slurm/phase_a2_train_large_model.sbatch
27
+ [2026-06-23 09:31:45]
28
+ [2026-06-23 09:31:45] Phase A3: Evaluate large model
29
+ [2026-06-23 09:31:45] Lattice eval + policy rollout on 700 held-out groups
30
+ [2026-06-23 09:31:45]
31
+ [2026-06-23 09:31:45] [DRY RUN] Would submit: scripts/slurm/phase_a3_eval_large_model.sbatch
32
+ [2026-06-23 09:31:45]
33
+ [2026-06-23 09:31:45] Phase A4 & A5: Hyperparameter and horizon sweeps (parallel)
34
+ [2026-06-23 09:31:45] A4: 9 configs (3 LR × 3 hidden_dim)
35
+ [2026-06-23 09:31:45] A5: 4 horizons (H=4,8,12,16)
36
+ [2026-06-23 09:31:45]
37
+ [2026-06-23 09:31:45] [DRY RUN] Would submit parallel:
38
+ [2026-06-23 09:31:45] scripts/slurm/phase_a4_hparam_sweep.sbatch
39
+ [2026-06-23 09:31:45] scripts/slurm/phase_a5_horizon_sweep.sbatch
40
+ [2026-06-23 09:31:45]
41
+ [2026-06-23 09:31:45] = = = = = = = = = = = = = = = = = =
42
+ [2026-06-23 09:31:45] PHASE A: COMPLETE
43
+ [2026-06-23 09:31:45] = = = = = = = = = = = = = = = = = =
44
+ [2026-06-23 09:31:45]
45
+ [2026-06-23 09:31:45] Next: Analyze Phase A results and proceed to Phase B
46
+ [2026-06-23 09:31:45]
47
+ [2026-06-23 09:31:45] Analyzing Phase A results...
48
+ [2026-06-23 09:31:45]
49
+ [2026-06-23 09:31:45] = = = = = = = = = = = = = = = = = =
50
+ [2026-06-23 09:31:45] PHASE B: SECOND BENCHMARK
outputs/audit_venv/bin/Activate.ps1 ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <#
2
+ .Synopsis
3
+ Activate a Python virtual environment for the current PowerShell session.
4
+
5
+ .Description
6
+ Pushes the python executable for a virtual environment to the front of the
7
+ $Env:PATH environment variable and sets the prompt to signify that you are
8
+ in a Python virtual environment. Makes use of the command line switches as
9
+ well as the `pyvenv.cfg` file values present in the virtual environment.
10
+
11
+ .Parameter VenvDir
12
+ Path to the directory that contains the virtual environment to activate. The
13
+ default value for this is the parent of the directory that the Activate.ps1
14
+ script is located within.
15
+
16
+ .Parameter Prompt
17
+ The prompt prefix to display when this virtual environment is activated. By
18
+ default, this prompt is the name of the virtual environment folder (VenvDir)
19
+ surrounded by parentheses and followed by a single space (ie. '(.venv) ').
20
+
21
+ .Example
22
+ Activate.ps1
23
+ Activates the Python virtual environment that contains the Activate.ps1 script.
24
+
25
+ .Example
26
+ Activate.ps1 -Verbose
27
+ Activates the Python virtual environment that contains the Activate.ps1 script,
28
+ and shows extra information about the activation as it executes.
29
+
30
+ .Example
31
+ Activate.ps1 -VenvDir C:\Users\MyUser\Common\.venv
32
+ Activates the Python virtual environment located in the specified location.
33
+
34
+ .Example
35
+ Activate.ps1 -Prompt "MyPython"
36
+ Activates the Python virtual environment that contains the Activate.ps1 script,
37
+ and prefixes the current prompt with the specified string (surrounded in
38
+ parentheses) while the virtual environment is active.
39
+
40
+ .Notes
41
+ On Windows, it may be required to enable this Activate.ps1 script by setting the
42
+ execution policy for the user. You can do this by issuing the following PowerShell
43
+ command:
44
+
45
+ PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
46
+
47
+ For more information on Execution Policies:
48
+ https://go.microsoft.com/fwlink/?LinkID=135170
49
+
50
+ #>
51
+ Param(
52
+ [Parameter(Mandatory = $false)]
53
+ [String]
54
+ $VenvDir,
55
+ [Parameter(Mandatory = $false)]
56
+ [String]
57
+ $Prompt
58
+ )
59
+
60
+ <# Function declarations --------------------------------------------------- #>
61
+
62
+ <#
63
+ .Synopsis
64
+ Remove all shell session elements added by the Activate script, including the
65
+ addition of the virtual environment's Python executable from the beginning of
66
+ the PATH variable.
67
+
68
+ .Parameter NonDestructive
69
+ If present, do not remove this function from the global namespace for the
70
+ session.
71
+
72
+ #>
73
+ function global:deactivate ([switch]$NonDestructive) {
74
+ # Revert to original values
75
+
76
+ # The prior prompt:
77
+ if (Test-Path -Path Function:_OLD_VIRTUAL_PROMPT) {
78
+ Copy-Item -Path Function:_OLD_VIRTUAL_PROMPT -Destination Function:prompt
79
+ Remove-Item -Path Function:_OLD_VIRTUAL_PROMPT
80
+ }
81
+
82
+ # The prior PYTHONHOME:
83
+ if (Test-Path -Path Env:_OLD_VIRTUAL_PYTHONHOME) {
84
+ Copy-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME -Destination Env:PYTHONHOME
85
+ Remove-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME
86
+ }
87
+
88
+ # The prior PATH:
89
+ if (Test-Path -Path Env:_OLD_VIRTUAL_PATH) {
90
+ Copy-Item -Path Env:_OLD_VIRTUAL_PATH -Destination Env:PATH
91
+ Remove-Item -Path Env:_OLD_VIRTUAL_PATH
92
+ }
93
+
94
+ # Just remove the VIRTUAL_ENV altogether:
95
+ if (Test-Path -Path Env:VIRTUAL_ENV) {
96
+ Remove-Item -Path env:VIRTUAL_ENV
97
+ }
98
+
99
+ # Just remove VIRTUAL_ENV_PROMPT altogether.
100
+ if (Test-Path -Path Env:VIRTUAL_ENV_PROMPT) {
101
+ Remove-Item -Path env:VIRTUAL_ENV_PROMPT
102
+ }
103
+
104
+ # Just remove the _PYTHON_VENV_PROMPT_PREFIX altogether:
105
+ if (Get-Variable -Name "_PYTHON_VENV_PROMPT_PREFIX" -ErrorAction SilentlyContinue) {
106
+ Remove-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Scope Global -Force
107
+ }
108
+
109
+ # Leave deactivate function in the global namespace if requested:
110
+ if (-not $NonDestructive) {
111
+ Remove-Item -Path function:deactivate
112
+ }
113
+ }
114
+
115
+ <#
116
+ .Description
117
+ Get-PyVenvConfig parses the values from the pyvenv.cfg file located in the
118
+ given folder, and returns them in a map.
119
+
120
+ For each line in the pyvenv.cfg file, if that line can be parsed into exactly
121
+ two strings separated by `=` (with any amount of whitespace surrounding the =)
122
+ then it is considered a `key = value` line. The left hand string is the key,
123
+ the right hand is the value.
124
+
125
+ If the value starts with a `'` or a `"` then the first and last character is
126
+ stripped from the value before being captured.
127
+
128
+ .Parameter ConfigDir
129
+ Path to the directory that contains the `pyvenv.cfg` file.
130
+ #>
131
+ function Get-PyVenvConfig(
132
+ [String]
133
+ $ConfigDir
134
+ ) {
135
+ Write-Verbose "Given ConfigDir=$ConfigDir, obtain values in pyvenv.cfg"
136
+
137
+ # Ensure the file exists, and issue a warning if it doesn't (but still allow the function to continue).
138
+ $pyvenvConfigPath = Join-Path -Resolve -Path $ConfigDir -ChildPath 'pyvenv.cfg' -ErrorAction Continue
139
+
140
+ # An empty map will be returned if no config file is found.
141
+ $pyvenvConfig = @{ }
142
+
143
+ if ($pyvenvConfigPath) {
144
+
145
+ Write-Verbose "File exists, parse `key = value` lines"
146
+ $pyvenvConfigContent = Get-Content -Path $pyvenvConfigPath
147
+
148
+ $pyvenvConfigContent | ForEach-Object {
149
+ $keyval = $PSItem -split "\s*=\s*", 2
150
+ if ($keyval[0] -and $keyval[1]) {
151
+ $val = $keyval[1]
152
+
153
+ # Remove extraneous quotations around a string value.
154
+ if ("'""".Contains($val.Substring(0, 1))) {
155
+ $val = $val.Substring(1, $val.Length - 2)
156
+ }
157
+
158
+ $pyvenvConfig[$keyval[0]] = $val
159
+ Write-Verbose "Adding Key: '$($keyval[0])'='$val'"
160
+ }
161
+ }
162
+ }
163
+ return $pyvenvConfig
164
+ }
165
+
166
+
167
+ <# Begin Activate script --------------------------------------------------- #>
168
+
169
+ # Determine the containing directory of this script
170
+ $VenvExecPath = Split-Path -Parent $MyInvocation.MyCommand.Definition
171
+ $VenvExecDir = Get-Item -Path $VenvExecPath
172
+
173
+ Write-Verbose "Activation script is located in path: '$VenvExecPath'"
174
+ Write-Verbose "VenvExecDir Fullname: '$($VenvExecDir.FullName)"
175
+ Write-Verbose "VenvExecDir Name: '$($VenvExecDir.Name)"
176
+
177
+ # Set values required in priority: CmdLine, ConfigFile, Default
178
+ # First, get the location of the virtual environment, it might not be
179
+ # VenvExecDir if specified on the command line.
180
+ if ($VenvDir) {
181
+ Write-Verbose "VenvDir given as parameter, using '$VenvDir' to determine values"
182
+ }
183
+ else {
184
+ Write-Verbose "VenvDir not given as a parameter, using parent directory name as VenvDir."
185
+ $VenvDir = $VenvExecDir.Parent.FullName.TrimEnd("\\/")
186
+ Write-Verbose "VenvDir=$VenvDir"
187
+ }
188
+
189
+ # Next, read the `pyvenv.cfg` file to determine any required value such
190
+ # as `prompt`.
191
+ $pyvenvCfg = Get-PyVenvConfig -ConfigDir $VenvDir
192
+
193
+ # Next, set the prompt from the command line, or the config file, or
194
+ # just use the name of the virtual environment folder.
195
+ if ($Prompt) {
196
+ Write-Verbose "Prompt specified as argument, using '$Prompt'"
197
+ }
198
+ else {
199
+ Write-Verbose "Prompt not specified as argument to script, checking pyvenv.cfg value"
200
+ if ($pyvenvCfg -and $pyvenvCfg['prompt']) {
201
+ Write-Verbose " Setting based on value in pyvenv.cfg='$($pyvenvCfg['prompt'])'"
202
+ $Prompt = $pyvenvCfg['prompt'];
203
+ }
204
+ else {
205
+ Write-Verbose " Setting prompt based on parent's directory's name. (Is the directory name passed to venv module when creating the virtual environment)"
206
+ Write-Verbose " Got leaf-name of $VenvDir='$(Split-Path -Path $venvDir -Leaf)'"
207
+ $Prompt = Split-Path -Path $venvDir -Leaf
208
+ }
209
+ }
210
+
211
+ Write-Verbose "Prompt = '$Prompt'"
212
+ Write-Verbose "VenvDir='$VenvDir'"
213
+
214
+ # Deactivate any currently active virtual environment, but leave the
215
+ # deactivate function in place.
216
+ deactivate -nondestructive
217
+
218
+ # Now set the environment variable VIRTUAL_ENV, used by many tools to determine
219
+ # that there is an activated venv.
220
+ $env:VIRTUAL_ENV = $VenvDir
221
+
222
+ if (-not $Env:VIRTUAL_ENV_DISABLE_PROMPT) {
223
+
224
+ Write-Verbose "Setting prompt to '$Prompt'"
225
+
226
+ # Set the prompt to include the env name
227
+ # Make sure _OLD_VIRTUAL_PROMPT is global
228
+ function global:_OLD_VIRTUAL_PROMPT { "" }
229
+ Copy-Item -Path function:prompt -Destination function:_OLD_VIRTUAL_PROMPT
230
+ New-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Description "Python virtual environment prompt prefix" -Scope Global -Option ReadOnly -Visibility Public -Value $Prompt
231
+
232
+ function global:prompt {
233
+ Write-Host -NoNewline -ForegroundColor Green "($_PYTHON_VENV_PROMPT_PREFIX) "
234
+ _OLD_VIRTUAL_PROMPT
235
+ }
236
+ $env:VIRTUAL_ENV_PROMPT = $Prompt
237
+ }
238
+
239
+ # Clear PYTHONHOME
240
+ if (Test-Path -Path Env:PYTHONHOME) {
241
+ Copy-Item -Path Env:PYTHONHOME -Destination Env:_OLD_VIRTUAL_PYTHONHOME
242
+ Remove-Item -Path Env:PYTHONHOME
243
+ }
244
+
245
+ # Add the venv to the PATH
246
+ Copy-Item -Path Env:PATH -Destination Env:_OLD_VIRTUAL_PATH
247
+ $Env:PATH = "$VenvExecDir$([System.IO.Path]::PathSeparator)$Env:PATH"
outputs/audit_venv/bin/activate ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This file must be used with "source bin/activate" *from bash*
2
+ # you cannot run it directly
3
+
4
+ deactivate () {
5
+ # reset old environment variables
6
+ if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then
7
+ PATH="${_OLD_VIRTUAL_PATH:-}"
8
+ export PATH
9
+ unset _OLD_VIRTUAL_PATH
10
+ fi
11
+ if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then
12
+ PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}"
13
+ export PYTHONHOME
14
+ unset _OLD_VIRTUAL_PYTHONHOME
15
+ fi
16
+
17
+ # This should detect bash and zsh, which have a hash command that must
18
+ # be called to get it to forget past commands. Without forgetting
19
+ # past commands the $PATH changes we made may not be respected
20
+ if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then
21
+ hash -r 2> /dev/null
22
+ fi
23
+
24
+ if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then
25
+ PS1="${_OLD_VIRTUAL_PS1:-}"
26
+ export PS1
27
+ unset _OLD_VIRTUAL_PS1
28
+ fi
29
+
30
+ unset VIRTUAL_ENV
31
+ unset VIRTUAL_ENV_PROMPT
32
+ if [ ! "${1:-}" = "nondestructive" ] ; then
33
+ # Self destruct!
34
+ unset -f deactivate
35
+ fi
36
+ }
37
+
38
+ # unset irrelevant variables
39
+ deactivate nondestructive
40
+
41
+ VIRTUAL_ENV="/lustre09/project/6037638/knguy52/vla/outputs/audit_venv"
42
+ export VIRTUAL_ENV
43
+
44
+ _OLD_VIRTUAL_PATH="$PATH"
45
+ PATH="$VIRTUAL_ENV/bin:$PATH"
46
+ export PATH
47
+
48
+ # unset PYTHONHOME if set
49
+ # this will fail if PYTHONHOME is set to the empty string (which is bad anyway)
50
+ # could use `if (set -u; : $PYTHONHOME) ;` in bash
51
+ if [ -n "${PYTHONHOME:-}" ] ; then
52
+ _OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}"
53
+ unset PYTHONHOME
54
+ fi
55
+
56
+ if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then
57
+ _OLD_VIRTUAL_PS1="${PS1:-}"
58
+ PS1="(audit_venv) ${PS1:-}"
59
+ export PS1
60
+ VIRTUAL_ENV_PROMPT="(audit_venv) "
61
+ export VIRTUAL_ENV_PROMPT
62
+ fi
63
+
64
+ # This should detect bash and zsh, which have a hash command that must
65
+ # be called to get it to forget past commands. Without forgetting
66
+ # past commands the $PATH changes we made may not be respected
67
+ if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then
68
+ hash -r 2> /dev/null
69
+ fi
outputs/audit_venv/bin/activate.csh ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This file must be used with "source bin/activate.csh" *from csh*.
2
+ # You cannot run it directly.
3
+ # Created by Davide Di Blasi <davidedb@gmail.com>.
4
+ # Ported to Python 3.3 venv by Andrew Svetlov <andrew.svetlov@gmail.com>
5
+
6
+ alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; unsetenv VIRTUAL_ENV_PROMPT; test "\!:*" != "nondestructive" && unalias deactivate'
7
+
8
+ # Unset irrelevant variables.
9
+ deactivate nondestructive
10
+
11
+ setenv VIRTUAL_ENV "/lustre09/project/6037638/knguy52/vla/outputs/audit_venv"
12
+
13
+ set _OLD_VIRTUAL_PATH="$PATH"
14
+ setenv PATH "$VIRTUAL_ENV/bin:$PATH"
15
+
16
+
17
+ set _OLD_VIRTUAL_PROMPT="$prompt"
18
+
19
+ if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then
20
+ set prompt = "(audit_venv) $prompt"
21
+ setenv VIRTUAL_ENV_PROMPT "(audit_venv) "
22
+ endif
23
+
24
+ alias pydoc python -m pydoc
25
+
26
+ rehash
outputs/audit_venv/bin/activate.fish ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This file must be used with "source <venv>/bin/activate.fish" *from fish*
2
+ # (https://fishshell.com/); you cannot run it directly.
3
+
4
+ function deactivate -d "Exit virtual environment and return to normal shell environment"
5
+ # reset old environment variables
6
+ if test -n "$_OLD_VIRTUAL_PATH"
7
+ set -gx PATH $_OLD_VIRTUAL_PATH
8
+ set -e _OLD_VIRTUAL_PATH
9
+ end
10
+ if test -n "$_OLD_VIRTUAL_PYTHONHOME"
11
+ set -gx PYTHONHOME $_OLD_VIRTUAL_PYTHONHOME
12
+ set -e _OLD_VIRTUAL_PYTHONHOME
13
+ end
14
+
15
+ if test -n "$_OLD_FISH_PROMPT_OVERRIDE"
16
+ set -e _OLD_FISH_PROMPT_OVERRIDE
17
+ # prevents error when using nested fish instances (Issue #93858)
18
+ if functions -q _old_fish_prompt
19
+ functions -e fish_prompt
20
+ functions -c _old_fish_prompt fish_prompt
21
+ functions -e _old_fish_prompt
22
+ end
23
+ end
24
+
25
+ set -e VIRTUAL_ENV
26
+ set -e VIRTUAL_ENV_PROMPT
27
+ if test "$argv[1]" != "nondestructive"
28
+ # Self-destruct!
29
+ functions -e deactivate
30
+ end
31
+ end
32
+
33
+ # Unset irrelevant variables.
34
+ deactivate nondestructive
35
+
36
+ set -gx VIRTUAL_ENV "/lustre09/project/6037638/knguy52/vla/outputs/audit_venv"
37
+
38
+ set -gx _OLD_VIRTUAL_PATH $PATH
39
+ set -gx PATH "$VIRTUAL_ENV/bin" $PATH
40
+
41
+ # Unset PYTHONHOME if set.
42
+ if set -q PYTHONHOME
43
+ set -gx _OLD_VIRTUAL_PYTHONHOME $PYTHONHOME
44
+ set -e PYTHONHOME
45
+ end
46
+
47
+ if test -z "$VIRTUAL_ENV_DISABLE_PROMPT"
48
+ # fish uses a function instead of an env var to generate the prompt.
49
+
50
+ # Save the current fish_prompt function as the function _old_fish_prompt.
51
+ functions -c fish_prompt _old_fish_prompt
52
+
53
+ # With the original prompt function renamed, we can override with our own.
54
+ function fish_prompt
55
+ # Save the return status of the last command.
56
+ set -l old_status $status
57
+
58
+ # Output the venv prompt; color taken from the blue of the Python logo.
59
+ printf "%s%s%s" (set_color 4B8BBE) "(audit_venv) " (set_color normal)
60
+
61
+ # Restore the return status of the previous command.
62
+ echo "exit $old_status" | .
63
+ # Output the original/"old" prompt.
64
+ _old_fish_prompt
65
+ end
66
+
67
+ set -gx _OLD_FISH_PROMPT_OVERRIDE "$VIRTUAL_ENV"
68
+ set -gx VIRTUAL_ENV_PROMPT "(audit_venv) "
69
+ end
outputs/audit_venv/bin/distro ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/lustre09/project/6037638/knguy52/vla/outputs/audit_venv/bin/python
2
+ # -*- coding: utf-8 -*-
3
+ import re
4
+ import sys
5
+ from distro.distro import main
6
+ if __name__ == '__main__':
7
+ sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
8
+ sys.exit(main())
outputs/audit_venv/bin/f2py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/lustre09/project/6037638/knguy52/vla/outputs/audit_venv/bin/python
2
+ # -*- coding: utf-8 -*-
3
+ import re
4
+ import sys
5
+ from numpy.f2py.f2py2e import main
6
+ if __name__ == '__main__':
7
+ sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
8
+ sys.exit(main())
outputs/audit_venv/bin/fonttools ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/lustre09/project/6037638/knguy52/vla/outputs/audit_venv/bin/python
2
+ # -*- coding: utf-8 -*-
3
+ import re
4
+ import sys
5
+ from fontTools.__main__ import main
6
+ if __name__ == '__main__':
7
+ sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
8
+ sys.exit(main())
outputs/audit_venv/bin/httpx ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/lustre09/project/6037638/knguy52/vla/outputs/audit_venv/bin/python
2
+ # -*- coding: utf-8 -*-
3
+ import re
4
+ import sys
5
+ from httpx import main
6
+ if __name__ == '__main__':
7
+ sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
8
+ sys.exit(main())
outputs/audit_venv/bin/idna ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/lustre09/project/6037638/knguy52/vla/outputs/audit_venv/bin/python
2
+ # -*- coding: utf-8 -*-
3
+ import re
4
+ import sys
5
+ from idna.cli import main
6
+ if __name__ == '__main__':
7
+ sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
8
+ sys.exit(main())
outputs/audit_venv/bin/isympy ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/lustre09/project/6037638/knguy52/vla/outputs/audit_venv/bin/python
2
+ # -*- coding: utf-8 -*-
3
+ import re
4
+ import sys
5
+ from isympy import main
6
+ if __name__ == '__main__':
7
+ sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
8
+ sys.exit(main())
outputs/audit_venv/bin/markdown-it ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/lustre09/project/6037638/knguy52/vla/outputs/audit_venv/bin/python
2
+ # -*- coding: utf-8 -*-
3
+ import re
4
+ import sys
5
+ from markdown_it.cli.parse import main
6
+ if __name__ == '__main__':
7
+ sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
8
+ sys.exit(main())
outputs/audit_venv/bin/numpy-config ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/lustre09/project/6037638/knguy52/vla/outputs/audit_venv/bin/python
2
+ # -*- coding: utf-8 -*-
3
+ import re
4
+ import sys
5
+ from numpy._configtool import main
6
+ if __name__ == '__main__':
7
+ sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
8
+ sys.exit(main())
outputs/audit_venv/bin/pip ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/lustre09/project/6037638/knguy52/vla/outputs/audit_venv/bin/python
2
+ # -*- coding: utf-8 -*-
3
+ import re
4
+ import sys
5
+ from pip._internal.cli.main import main
6
+ if __name__ == '__main__':
7
+ sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
8
+ sys.exit(main())
outputs/audit_venv/bin/pip3 ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/lustre09/project/6037638/knguy52/vla/outputs/audit_venv/bin/python
2
+ # -*- coding: utf-8 -*-
3
+ import re
4
+ import sys
5
+ from pip._internal.cli.main import main
6
+ if __name__ == '__main__':
7
+ sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
8
+ sys.exit(main())
outputs/audit_venv/bin/pip3.11 ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/lustre09/project/6037638/knguy52/vla/outputs/audit_venv/bin/python
2
+ # -*- coding: utf-8 -*-
3
+ import re
4
+ import sys
5
+ from pip._internal.cli.main import main
6
+ if __name__ == '__main__':
7
+ sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
8
+ sys.exit(main())
outputs/audit_venv/bin/py.test ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/lustre09/project/6037638/knguy52/vla/outputs/audit_venv/bin/python
2
+ # -*- coding: utf-8 -*-
3
+ import re
4
+ import sys
5
+ from _pytest.config import _console_main
6
+ if __name__ == '__main__':
7
+ sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
8
+ sys.exit(_console_main())
outputs/audit_venv/bin/pyftmerge ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/lustre09/project/6037638/knguy52/vla/outputs/audit_venv/bin/python
2
+ # -*- coding: utf-8 -*-
3
+ import re
4
+ import sys
5
+ from fontTools.merge import main
6
+ if __name__ == '__main__':
7
+ sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
8
+ sys.exit(main())
outputs/audit_venv/bin/pyftsubset ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/lustre09/project/6037638/knguy52/vla/outputs/audit_venv/bin/python
2
+ # -*- coding: utf-8 -*-
3
+ import re
4
+ import sys
5
+ from fontTools.subset import main
6
+ if __name__ == '__main__':
7
+ sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
8
+ sys.exit(main())