04 2025 档案

摘要:大模型训练 https://huggingface.co/spaces/nanotron/ultrascale-playbook?section=high_level_overview 大模型推理加速 https://www.53ai.com/news/finetuning/202407110928 阅读全文
posted @ 2025-04-27 16:54 bregman 阅读(64) 评论(0) 推荐(0)
摘要:去掉重复, 以及开头的冒号 export LD_LIBRARY_PATH=$(echo $LD_LIBRARY_PATH | awk -F: '{for(i=1;i<=NF;i++) if(!a[$i]++) printf(i>1?":%s":"%s"),$i}' | sed 's/^://') e 阅读全文
posted @ 2025-04-02 14:18 bregman 阅读(37) 评论(0) 推荐(0)