- design.md: 新增 ProtocolHandler/OpenAIHandler/AnthropicHandler 等缺失类 - design.md: 新增 Template Method、Storage 设计模式 - dataflow.md: 修正 GQA/MLA 为独立条目,补充 JSON 存储后端 - params.md: 标注 label_smoothing CLI 默认与 strategy 默认差异 - introduction.md: 修正 max_tokens 默认值 1024→2048 - CONTRIBUTING.md: 重写(纯 Python 无 conda、补充 CI 步骤与常见问题) - .github/PULL_REQUEST_TEMPLATE.md: 修正 lint 命令,去除多余注释要求 - .github/ISSUE_TEMPLATE/bug_report.md: 修正 label(enhancement→bug)
28 lines
537 B
Markdown
28 lines
537 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: "[BUG]"
|
|
labels: bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## Description
|
|
A clear and concise description of what the bug is.
|
|
## Steps to Reproduce
|
|
1. ...
|
|
2. ...
|
|
3. ...
|
|
## Expected Behavior
|
|
What you expected to happen.
|
|
## Actual Behavior
|
|
What actually happened.
|
|
## Environment
|
|
- Python version:
|
|
- AstrAI version (or commit hash):
|
|
- Operating System:
|
|
- GPU (if applicable):
|
|
- CUDA/cuDNN version (if applicable):
|
|
## Additional Context
|
|
Add any other context, screenshots, or logs here.
|