中文 Emebedding & Reranker 模型选型 Author: ninehills Labels: blog Created: 2023-12-28T04:58:44Z Link and comments: https://github.com/ninehills/blog/issues/111 结论 选型建议: 大部分模型的序列长度是 512 tokens。 8192 可尝试 tao-8k,1024 可尝试 stella。

解决 Mac Docker.qcow2 文件过大的问题 Author: ninehills Labels: blog done Created: 2017-07-13T02:21:52Z Link and comments: https://github.com/ninehills/blog/issues/3 背景:Docker on Mac 长时间运行后,Docker.qcow2就会变得很大,需要压缩 参考:http

[MIT 6.824 分布式系统课程] Lab2 Raft 心得 Author: ninehills Labels: blog done Created: 2018-02-28T09:36:26Z Link and comments: https://github.com/ninehills/blog/issues/62 Raft struct 的成员 1 Raft 节点的角色,可以使用Go常量 1 2 3 4 5 const ( Follower = iota // 0 Candidate // 1 Leader // 2 ) 2 使用Bu

SREcon18 Americas 我的推荐清单 Author: ninehills Labels: blog done Created: 2018-06-02T04:54:54Z Link and comments: https://github.com/ninehills/blog/issues/63 SREcon18 Americas 最近放出了视频资料,我整理后,觉得值得看的 Talk 如下: 听力不好的同学(比如我),推荐打开 Youtube 自动生成的英

SRE 技术简报 20191127 Author: ninehills Labels: blog Created: 2019-11-27T06:39:00Z Link and comments: https://github.com/ninehills/blog/issues/72 前沿进展 KubeCon North America 2019 ( 11.18 - 11.21) KubeCon North America 2019 上周在圣地亚哥举办,目前各个Topic的材料已经基本上传完毕,但是还没有上传

SRE 技术简报 20191222 Author: ninehills Labels: blog Created: 2019-12-22T05:18:04Z Link and comments: https://github.com/ninehills/blog/issues/73 SRE 技术简报 20191222 前沿进展 0x00. Poetry - Python dependency management and packaging made easy. Python 的依赖管理一直被人诟病,Poetry 类似于 PHP 的 composer 或者 Ruby 的 cargo

SRE 技术简报 20200114 Author: ninehills Labels: blog Created: 2020-01-14T03:49:09Z Link and comments: https://github.com/ninehills/blog/issues/74 前沿进展 0x00. Aperture: A Non-Cooperative, Client-Side Load Balancing Algorithm 一种无需各个客户端之间进行协作的客户端负载均衡算法,文章见:Deterministi

游戏 《天命奇御》 Author: ninehills Labels: blog Created: 2020-01-14T04:01:38Z Link and comments: https://github.com/ninehills/blog/issues/75 《天命奇御》是台湾一家地产商开发的传统武侠游戏,用两周时间花了30个小时通关了主线剧情,从几个方面聊一聊

SRE 技术简报 20200310 Author: ninehills Labels: blog Created: 2020-03-20T02:35:48Z Link and comments: https://github.com/ninehills/blog/issues/76 SRE 技术简报 20200310 前沿进展 0x00. The Future of Containers - What’s Next? 容器技术的未来是什么?作者认为是 MicroVM 以及 Unikernel。但我认为 Unikernel 模型

Kubernetes 基于 Namespace 的物理队列实现 Author: ninehills Labels: blog Created: 2020-04-10T04:22:00Z Link and comments: https://github.com/ninehills/blog/issues/77 Kubernetes 基于 Namespace 的物理队列实现 作者:[email protected] 摘要:Kubernetes