gameloader Logic
  • Joined on 2024-12-18
Logic pushed to main at Logic/DDT 2026-01-19 16:04:48 +08:00
b9c3720eba feat(callbacks): add Weights & Biases image logging to SaveImagesHook\n\n- Introduce optional wandb_max_save_num parameter in __init__\n- Add helper methods _get_wandb_logger and _log_wandb_samples\n- Log sampled images as wandb.Image artifacts during validation epoch end (global zero only)\n- Handle proper dtype conversion and clipping for wandb compatibility\n- Respect both general max_save_num and wandb-specific limit\n\nThis enables visualization of validation samples directly in the W&B dashboard without manual intervention.
Logic pushed to main at Logic/astro-post-exporter 2026-01-19 15:10:20 +08:00
b0c925c104 feat(exporter): add auto-generated description to frontmatter
Logic created branch main in Logic/astro-post-exporter 2026-01-18 19:17:52 +08:00
Logic pushed to main at Logic/astro-post-exporter 2026-01-18 19:17:52 +08:00
6638f40fc9 feat(exporter): add Astro Post Exporter plugin
Logic created repository Logic/astro-post-exporter 2026-01-18 19:16:52 +08:00
Logic pushed to main at Logic/DDT 2026-01-18 17:10:04 +08:00
6bf32b08fd feat(dataset): add HuggingFace image dataset
Logic created branch main in Logic/DDT 2026-01-16 14:27:24 +08:00
Logic pushed to main at Logic/DDT 2026-01-16 14:27:24 +08:00
cf45afe325 feat(data): add support for Hugging Face datasets
1d1b4d2913 Update README.md
ae7df43ecc torch.compile
2c16b8f423 Update improved_dit.py
8038c16bee disperse loss
Compare 10 commits »
Logic created repository Logic/DDT 2026-01-16 14:25:55 +08:00
Logic pushed to main at Logic/majiang-rl 2026-01-14 10:49:13 +08:00
b29a18b459 feat: initialize majiang-rl project
Logic created branch main in Logic/majiang-rl 2026-01-14 10:49:12 +08:00
Logic created repository Logic/majiang-rl 2026-01-14 10:48:52 +08:00
Logic created repository Logic/play_diffusion 2026-01-13 11:05:47 +08:00
Logic pushed to main at Logic/rag_chat 2026-01-11 18:11:01 +08:00
d98879a2db feat(llm): update model and reasoning parameters
Logic pushed to main at Logic/rag_chat 2026-01-06 16:32:21 +08:00
d515d4456b feat(tts): add text-to-speech endpoint
Logic pushed to main at Logic/rag_chat 2026-01-05 10:23:15 +08:00
f858576c02 feat(api): add streaming chat endpoint proxying upstream SSE
Logic pushed to main at Logic/posedet 2025-12-23 17:26:17 +08:00
3d97397a9e build(deps): configure package mirrors for faster downloads
Logic pushed to main at Logic/autoteacher 2025-12-02 09:49:38 +08:00
3d6dec4a60 chore(grading): update default AI model endpoint
Logic pushed to main at Logic/rag_chat 2025-11-27 21:08:04 +08:00
dcc20609c8 fix(memory): specify full embedding model identifier
Logic pushed to main at Logic/rag_chat 2025-11-27 19:14:30 +08:00
a43c6a10ac feat(memory): replace Mem0 with local RAG using SQLite, ChromaDB, and bge-small