fix: restore libcccl_allocator.so + minimal .dockerignore + clean pycache

- Restore libcccl_allocator.so (误删)
- .dockerignore 回退到最小版本 (pycache/git/大目录)
- 清理 qwen3_6_scripts/ 下 10 个 __pycache__ 目录 (cpython-312)
  竞赛容器是 python 3.10,3.12 的 .pyc 可能导致 import 失败
This commit is contained in:
Claude
2026-08-14 03:51:43 +00:00
parent dfaaae988e
commit 4c1adc11db
3 changed files with 0 additions and 30 deletions

View File

@@ -8,34 +8,5 @@ ixformer_sdk/
muh/
ex_engine/
*.zip
enginex-vllm-bi100-qwen36-main.zip
dockerrizhi.txt
subrizhi.txt
docs/
optimizations/
vllm_adapter/
vllm_overrides/
*.md
verify_*.py
verify_*.sh
test_*.py
debug_*.py
probe_*.py
probe_*.sh
diagnose_*.sh
cat_*.py
attention.py
paged_attention_v2_*.py
paged_attn.py
prefix_prefill.py
engine_cccl_patterns.py
deltanet_chunk_optimize.py
muh_*.py
__init__.py
chat_dataset_v0.json
cccl_sm100_benchmark_values.json
baseline.muh
launch_service
Dockerfile.*
computility-run.*.yaml
computility-run.yaml.bak

View File

@@ -1 +0,0 @@
*.so

Binary file not shown.