Delete Git/Github Commit
Reset to specific commit hash: git reset --hard <commit-hash> Force push to remote: git push --force origin <branch>
Reset to specific commit hash: git reset --hard <commit-hash> Force push to remote: git push --force origin <branch>

Agent System Trilemma performance ($i.e.$, task success and accuracy) efficiency ($i.e.$, time or steps required to complete tasks) cost ($i.e.$., computational and monetary resources consu...

这是我第一篇碎碎念博客,其实我偶尔会有记日记,但是这是我第一次发到网站上 大胆发邮件进组干杂活,在几个星期的无所事事(几乎)后,总算是把我扔个一个 Phd 手下了,而且我必须得说情况不是很好,教授似乎对本校硕士非常不满意,想全招 remote intern。我寻思着我还没开始呢就要被踢走吗,压力爆大( 还有这教授最开始疑似对我期望过高(,给我画大饼,实际上我是纯区,教授发现我是区...

参考文章:Fast Inference from Transformers via Speculative Decoding Speculative Decoding Overview We have a slow, big target model $M_p$, inference from which we’re trying to accelerate (distribu...

Summary FreeKV, a training-free algorithm-system co-optimization framework that boosts the efficiency of KV retrieval, while maintaining near-lossless model accuracy across diverse scenarios. Why...
问各路 ai 半天也没怎么特别搞清楚,最后总算找到一个讲的不错的 🤪。 别问我怎么 KV Cache 都看不懂,问就是我很想知道具体细节操作是怎么个事,但是好多讲解都只讲个概念列列公式,很烦 😡。刚好这个教程里还附了 GPT2 的代码链接,可以过去瞅瞅怎么个事。 参考文章:看图学 KV Cache - 知乎 KV Cache 和注意力机制有关,首先介绍注意力机制. 对...

Here is the Puzzle: Nadya Nayme hsvvrp.zjsvzlsfo.paola.lluayhujlp..pzy.bolyl. Caesar → alooki.scloselyh.ithet.eentrancei..isr.uhere. → look closely the entrance is here → aishiteiru → https://a...

复刻明日方舟官网粒子特效 原版:明日方舟 - Arknights (hypergryph.com) 我的:Arknights_particle_animation (akejyo.github.io) 看到这个粒子效果,我第一反应是真实的物理模拟,然后我嗯写俩小时加速度写了个抽象玩意出来😎,思路错的很。还好洗澡的时候想明白了() 图片转粒子图 我采用的办法是预设一个 blo...

使用 Rust 作服务端,基于 WebSocket 的类 IRC 网络聊天室 HynoO 网络聊天室 为什么做这个? 久仰 Rust 大名,虽然我对 Rust 什么都不知道,梗图倒是看了一堆,忍不了一点,学学看🦀。 从我大一第一次接触网站制作时,网络聊天室一直是我考虑的一个东西。无头骑士异闻录里的匿名...
分布式并行计算 lab1 埃拉托斯特尼素数筛选算法并行及性能优化 实验目的 使用 MPI 编程实现埃拉托斯特尼筛法并行算法。 对程序进行性能分析以及调优。 基础有三个优化: optimize1 去掉偶数; optimize2 消除广播; optimize3 Cache 优化。 最后还...