Add files using upload-large-folder tool
Browse files- .gitattributes +6 -0
- src/train_sft/data/training_data_with_content_v1.json +3 -0
- src/train_sft/data/zones_data.json +3 -0
- src/train_sft/data/zones_data_mixed.json +3 -0
- src/verl/flashinfer_python-0.2.2.post1+cu124torch2.6-cp38-abi3-linux_x86_64.whl +3 -0
- src/verl/verl/trainer/ppo/zone_layout/__pycache__/zone_layout_reward.cpython-310.pyc +3 -0
- src/verl/verl/trainer/ppo/zone_layout/__pycache__/zone_layout_reward.cpython-313.pyc +3 -0
- src/verl/verl/utils/__pycache__/__init__.cpython-310.pyc +0 -0
- src/verl/verl/utils/__pycache__/activation_offload.cpython-310.pyc +0 -0
- src/verl/verl/utils/__pycache__/config.cpython-310.pyc +0 -0
- src/verl/verl/utils/__pycache__/flops_counter.cpython-310.pyc +0 -0
- src/verl/verl/utils/__pycache__/import_utils.cpython-310.pyc +0 -0
- src/verl/verl/utils/__pycache__/memory_utils.cpython-310.pyc +0 -0
- src/verl/verl/utils/__pycache__/ray_utils.cpython-310.pyc +0 -0
- src/verl/verl/utils/__pycache__/rollout_skip.cpython-310.pyc +0 -0
- src/verl/verl/utils/__pycache__/seqlen_balancing.cpython-310.pyc +0 -0
- src/verl/verl/utils/__pycache__/tokenizer.cpython-310.pyc +0 -0
- src/verl/verl/utils/__pycache__/torch_dtypes.cpython-310.pyc +0 -0
- src/verl/verl/utils/__pycache__/torch_functional.cpython-310.pyc +0 -0
- src/verl/verl/utils/__pycache__/tracking.cpython-310.pyc +0 -0
- src/verl/verl/utils/__pycache__/ulysses.cpython-310.pyc +0 -0
.gitattributes
CHANGED
|
@@ -127,3 +127,9 @@ eval/LayoutGPT/gligen/projection_matrix filter=lfs diff=lfs merge=lfs -text
|
|
| 127 |
eval/IDesign/evaluation/test_lshaped_living/.cache/42/cache.db filter=lfs diff=lfs merge=lfs -text
|
| 128 |
eval/respace/training_data_paths_only.json filter=lfs diff=lfs merge=lfs -text
|
| 129 |
eval/DiffuScene/training_data_with_content_v3.1.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
eval/IDesign/evaluation/test_lshaped_living/.cache/42/cache.db filter=lfs diff=lfs merge=lfs -text
|
| 128 |
eval/respace/training_data_paths_only.json filter=lfs diff=lfs merge=lfs -text
|
| 129 |
eval/DiffuScene/training_data_with_content_v3.1.json filter=lfs diff=lfs merge=lfs -text
|
| 130 |
+
src/train_sft/data/training_data_with_content_v1.json filter=lfs diff=lfs merge=lfs -text
|
| 131 |
+
src/train_sft/data/zones_data_mixed.json filter=lfs diff=lfs merge=lfs -text
|
| 132 |
+
src/verl/verl/trainer/ppo/zone_layout/__pycache__/zone_layout_reward.cpython-310.pyc filter=lfs diff=lfs merge=lfs -text
|
| 133 |
+
src/verl/verl/trainer/ppo/zone_layout/__pycache__/zone_layout_reward.cpython-313.pyc filter=lfs diff=lfs merge=lfs -text
|
| 134 |
+
src/verl/flashinfer_python-0.2.2.post1+cu124torch2.6-cp38-abi3-linux_x86_64.whl filter=lfs diff=lfs merge=lfs -text
|
| 135 |
+
src/train_sft/data/zones_data.json filter=lfs diff=lfs merge=lfs -text
|
src/train_sft/data/training_data_with_content_v1.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06657560dbdb1533a9f22ec150b50f7e056905c9cf5f4b72ac16efa4d049a2df
|
| 3 |
+
size 198577735
|
src/train_sft/data/zones_data.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c6be536fa47e3568eed5975af0f94f9a4a143cc00cc8b493b9c113308e67fb3
|
| 3 |
+
size 379577312
|
src/train_sft/data/zones_data_mixed.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6c7692863ba78628357ad4c53314505a12bd2c55fcdae95922bca8615c88eb0
|
| 3 |
+
size 421024506
|
src/verl/flashinfer_python-0.2.2.post1+cu124torch2.6-cp38-abi3-linux_x86_64.whl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b5950853a0769809199f4f252eb271f63700e4f8a51e0da582f0f066b22cd7c
|
| 3 |
+
size 540118154
|
src/verl/verl/trainer/ppo/zone_layout/__pycache__/zone_layout_reward.cpython-310.pyc
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e8e4e41a8736dd7e06b40a8a7d579ba2fe4cea1f5e4464cc0311fb83042bc33
|
| 3 |
+
size 109315
|
src/verl/verl/trainer/ppo/zone_layout/__pycache__/zone_layout_reward.cpython-313.pyc
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd86144775e4606c64396026d06db12c0d6157d46392a7ed5417977807b0b287
|
| 3 |
+
size 109444
|
src/verl/verl/utils/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (400 Bytes). View file
|
|
|
src/verl/verl/utils/__pycache__/activation_offload.cpython-310.pyc
ADDED
|
Binary file (18.1 kB). View file
|
|
|
src/verl/verl/utils/__pycache__/config.cpython-310.pyc
ADDED
|
Binary file (5.12 kB). View file
|
|
|
src/verl/verl/utils/__pycache__/flops_counter.cpython-310.pyc
ADDED
|
Binary file (7.75 kB). View file
|
|
|
src/verl/verl/utils/__pycache__/import_utils.cpython-310.pyc
ADDED
|
Binary file (3.75 kB). View file
|
|
|
src/verl/verl/utils/__pycache__/memory_utils.cpython-310.pyc
ADDED
|
Binary file (8.2 kB). View file
|
|
|
src/verl/verl/utils/__pycache__/ray_utils.cpython-310.pyc
ADDED
|
Binary file (2.64 kB). View file
|
|
|
src/verl/verl/utils/__pycache__/rollout_skip.cpython-310.pyc
ADDED
|
Binary file (3.94 kB). View file
|
|
|
src/verl/verl/utils/__pycache__/seqlen_balancing.cpython-310.pyc
ADDED
|
Binary file (13.5 kB). View file
|
|
|
src/verl/verl/utils/__pycache__/tokenizer.cpython-310.pyc
ADDED
|
Binary file (2.33 kB). View file
|
|
|
src/verl/verl/utils/__pycache__/torch_dtypes.cpython-310.pyc
ADDED
|
Binary file (2.36 kB). View file
|
|
|
src/verl/verl/utils/__pycache__/torch_functional.cpython-310.pyc
ADDED
|
Binary file (25.5 kB). View file
|
|
|
src/verl/verl/utils/__pycache__/tracking.cpython-310.pyc
ADDED
|
Binary file (14.1 kB). View file
|
|
|
src/verl/verl/utils/__pycache__/ulysses.cpython-310.pyc
ADDED
|
Binary file (10 kB). View file
|
|
|