Skip to content

Commit 45e43a6

Browse files
author
zhangqiu01
committed
[tests, docker, docs, scripts, ops] chore: remove internal-only assets and references
Drop internal build/CI assets and replace internal-infrastructure defaults with neutral placeholders so a fresh clone is self-contained for external users. Packaging / infra: - drop the internal pip index and --trusted-host from ops/requirements.txt - remove the internal XPU docker assets and the P800 install tutorial - ignore local AI-assistant rule directories Examples / configs: - default the Kimi NVFP4 blobfile install to the public PyPI index, with BLOBFILE_PIP_INDEX / BLOBFILE_PIP_TRUSTED_HOST as opt-in mirror overrides - replace internal cluster paths and dataset locations in examples, configs and tests/embodied/config/prepare.sh with placeholders LLM/VLM E2E suite: - remove prepare_env.sh / download_datasets.sh, which bootstrapped models and datasets from internal object storage, plus their invocations in main_start.sh and pipeline_runner.sh - drop the --ak / --sk credential passthrough and --skip_env - remove per-model bos_path entries from the test configs - remove the internal docker build assets and unreleased-chip baselines Change-Id: If1860e25a2cf414caeeedbba5a14c657343e2fca
1 parent c627566 commit 45e43a6

57 files changed

Lines changed: 66 additions & 2886 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,6 @@ nsight_*/
9696

9797
# Launch / marketing kit (local only, not for publishing)
9898
/launch-kit/
99+
100+
# Local AI coding assistant rules
101+
/.comate/

CLAUDE.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,12 @@ sh build.sh # Creates output tarball
4141

4242
E2E tests use a custom YAML-driven framework (`tests/llm_vlm/main.py`), not pytest.
4343

44-
```bash
45-
# Download test datasets first
46-
bash tests/llm_vlm/download_datasets.sh
44+
The entry script does NOT download artifacts. Provision the datasets, HuggingFace base
45+
models, and pre-converted checkpoints referenced by the selected configs first, then run:
4746

48-
# Run default CI test suite (all models in tests/llm_vlm/configs/)
47+
```bash
48+
# Run the default CI suite (all models in tests/llm_vlm/configs/)
4949
bash tests/llm_vlm/main_start.sh
50-
51-
# Run optional regression tests (tests/llm_vlm/optional_configs/)
52-
bash tests/llm_vlm/main_start.sh --optional
5350
```
5451

5552
### Running a Single Model Test

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ LoongForge/
240240
├── tools/ # Checkpoint conversion, data preprocessing
241241
├── ops/ # Custom fused operators (incl. open-sourced TileLang)
242242
├── patches/ # TransformerEngine patches
243-
├── docker/ # Dockerfiles (GPU & XPU)
243+
├── docker/ # Dockerfile (GPU)
244244
├── tests/ # E2E test suite (YAML-driven)
245245
└── docs/ # Documentation
246246
```

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ LoongForge/
239239
├── tools/ # Checkpoint 转换、数据预处理
240240
├── ops/ # 自定义融合算子(含开源的 TileLang 版本)
241241
├── patches/ # TransformerEngine 补丁
242-
├── docker/ # Dockerfile(GPU & XPU
242+
├── docker/ # Dockerfile(GPU)
243243
├── tests/ # 端到端测试(YAML 驱动)
244244
└── docs/ # 文档
245245
```

configs/models/deepseek4/deepseek_v4_flash_lite_4l.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DeepSeek-V4 Flash-Base lite (4 layers + 1 MTP) — matches
2-
# /ssd3/weizhihao/ckpt/DeepSeek-V4-Flash-Base-lite-lay4L-mtp1/config.json
2+
# DeepSeek-V4-Flash-Base-lite-lay4L-mtp1/config.json
33
_target_: loongforge.models.foundation.deepseek_v4.DeepseekV4Config
44

55
num_layers: 4

docker/Dockerfile.xpu

Lines changed: 0 additions & 152 deletions
This file was deleted.

docker/__init__.py

Whitespace-only changes.

docker/fix_xpytorch_hook.sh

Lines changed: 0 additions & 140 deletions
This file was deleted.

docker/xpu_packages.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)