feat: Embedding FP16 开关 + 团队成员信息完善 + gitignore 更新
- infer.py: 新增 emb_fp16 CONFIG 选项(默认 False),Embedding 权重可 FP16 省查表带宽 - CLAUDE.md: 补充团队成员表(AI Studio 用户名→真实姓名) - README.md: 新增团队区块,标注三人参赛身份 - .gitignore: 排除 DVC/HF 工具自动生成的元数据文件 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -18,5 +18,11 @@ eval.zip
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# DVC & 工具自动生成
|
||||
.msc
|
||||
.mv
|
||||
dataset_infos.json
|
||||
.codegraph/
|
||||
|
||||
# 密钥
|
||||
.env
|
||||
|
||||
Reference in New Issue
Block a user