摘要:
LangChain 是啥,能干啥? AutoChain 又是啥 近年来的LLM模型 LLM 都是基于transformers 结构的,具体又分为 Encoder-only(Autoencoding), 比如 BERT, ROBERTA Encoder-Decoder, Decoder-only(Au 阅读全文
摘要:
板子资料 瑞星微 rk3568, CPU: RK3568四核64位Cortex-A55 处理器,采用全新ARM v8.2-A架构 Cortex A55 基于64位Armv8.2-A指令集设计,支持64位和32位编码,Cortex A53的继任者 GPU: ARM G52 2EE 支持OpenGL E 阅读全文
摘要:
RPM Spec 中各个字段的 pre, post, preun, postun 的用法 https://www.golinuxhub.com/2018/05/how-to-execute-script-at-pre-post-preun-postun-spec-file-rpm/ Ref: htt 阅读全文
摘要:
Ref: 一篇读懂 Linux 用户管理与操作 Linux中的sudoer详解 阅读全文
摘要:
syslogd 是后台跑的服务,从/dev/log 里读log, 然后推送到对应的/var/log,推送的规则是按照 /etc/rsyslog.d/50-default.conf rsyslog 是和syslogd 一样的,我理解. 推送规则按照 /etc/rsyslog.conf jounald 阅读全文
摘要:
Ref: 笨办法学Linux | 文件系统的ACL, B站 阅读全文
摘要:
SSO can be implemented with different protocols, like OpenID Connect, SAML and so on Ref: https://developer.okta.com/docs/concepts/saml/#planning-for- 阅读全文
摘要:
[root@hostname git_test]# git init hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To co 阅读全文
摘要:
Ref: https://www.w3schools.com/JS//js_async.asp https://www.freecodecamp.org/news/learn-promise-async-await-in-20-minutes/ https://www.sitepoint.com/j 阅读全文
摘要:
看完以下内容应该就可以上手Angular了 https://angular.io/start Udemy - Complete Angular 14 Course - Learn Frontend Development 要想让一个module能被其他module用, 就得export class 阅读全文