sskj/.gitignore
yy-fighting 8b82f700e4 feat: add H200 SGLang baseline experiment and fix health check
- Add experiments/dsv4_h200_sglang (config, server start, orchestrator, parser, README)
- Fix start_server.sh to wait for HTTP 200 via curl --fail instead of treating 503 as ready
- Add H200 SGLang baseline to root README and update .gitignore for per-run raw_outputs/logs
- Remove stale experiments/dsv4_h200_dspark/DSPARK_FIX_PR_PREP.md
2026-07-08 06:56:45 +00:00

32 lines
503 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 环境/依赖/临时文件
envs/
deps/
tmp/
*.pid
__pycache__/
*.pyc
*.pyo
*.egg-info/
# 大文件/压缩包
*.zip
*.tar.gz
*.tar.bz2
# 中间日志
logs/
*.log
# 数据集(可重新下载)
datasets/
# 原始请求级输出(方案 A极简版不存原始 jsonl
bench_results/**/raw_outputs/
# 实验级原始结果目录:保留 report.md / results.json忽略原始 jsonl 和日志
experiments/*/results/*/raw_outputs/
experiments/*/results/*/logs/
# 无关项目
loomeval_yy/