Guanghu Domestic Migration d1e47f4565
Some checks are pending
自动更新代码和重启 / update-and-restart (push) Waiting to run
CI检查 + 自动部署 / check (push) Waiting to run
CI检查 + 自动部署 / deploy (push) Blocked by required conditions
重启聊天服务 / restart (push) Waiting to run
chore: import sanitized domestic snapshot for REPO-002
Source snapshot: ca48d3ddf926d79aa138306164169baf764bb829
2026-07-17 15:54:41 +08:00

30 lines
911 B
JSON

{
"agent_name": "铸渊Agent · ICE-GL-ZY001",
"hostname": "3090-GPU-SERVER",
"main_server": "https://guanghulab.com",
"api_key": "__FROM_KEY_DELIVERY__",
"reasoning_api_key": "__FROM_KEY_DELIVERY__",
"reasoning_api_base": "https://api.openai.com/v1",
"reasoning_model": "gpt-4o",
"poll_interval_seconds": 30,
"brain_repo": "https://guanghulab.com/bingshuo/guanghulab.git",
"brain_repo_path": "/data/guanghulab",
"brain_path": "/data/guanghulab/brain",
"training": {
"model_name": "Qwen/Qwen2.5-3B",
"output_dir": "/data/models/shuangyan-3b-hldp",
"corpus_dir": "/data/corpus/notion-hldp",
"lora_r": 16,
"lora_alpha": 32,
"learning_rate": 2e-4,
"batch_size": 2,
"gradient_accumulation": 4,
"max_seq_length": 2048,
"warmup_steps": 100,
"save_steps": 50,
"max_steps": 500,
"use_4bit": true,
"bnb_4bit_compute_dtype": "float16"
}
}