简单的介绍powershell 的特点及脚本的创建和使用。
原创
2013-09-07 09:56:35
620阅读
作者是Mozilla贡献者,stylo(firefox新版css解析渲染器)主要开发维护者。Slide 很棒
转载
2022-06-20 18:52:08
55阅读
关于做计算化学很有用的工具包:相关公司:泰晶科技相关网站:https://materialsproject.org/参考文献:一个材料相关的包 https://materialsproject.org/
原创
2022-03-03 16:24:34
60阅读
本文概述了从零训练ChatGPT的完整流程:1)预训练阶段包括数据爬取、分词(BPE编码)和神经网络训练;2)监督微调阶段通过对话数据优化模型,提出使用工具检索解决幻觉问题;3)SFT阶段通过"刷题训练"提升专业能力。文中推荐了nanoGPT、trl等实践资源,并指出模型存在拼写/计数等局限。完整训练需处理15万亿token数据,涉及无监督学习、监督微调和强化学习三个阶段。
Assume we are on a server, and we would like to clone a repsitory from Github.Once we hit git clone git@github.com: repository name, an error was prompted:Permission denied (publickey).
原创
2017-08-15 23:33:55
1545阅读
如果你的仓库上面是 Fork from 的话,我们有什么办法能够取消掉这个 Fork from? 解决办法GitHub 上面没有让你取消掉 Fork 的办法。如果进入设置,在可见设置中也没有办法修改仓库的可见设置选项。 唯一的解决办法就是对你需要修改的仓库先全部克隆到你的本地计算机上,然后在危险区域中选择删除这个仓库。当这个仓库删除后,在重建这个仓库,再
原创
2023-12-19 11:16:20
82阅读
R Run as Administrator: install.packages('devtools') install.packages("fansi") library('devtools') install_github("MRCIEU/ieugwasr") install_github("W
原创
2023-11-02 10:46:05
79阅读
如果你的仓库上面是 Fork from 的话,我们有什么办法能够取消掉这个 Fork from?
原创
2023-12-25 20:18:33
78阅读
第二届中国SD-WAN峰会于11月16日在北京盛大开幕,来自来自Versa Networks全球高级总监Robert Zhu为大家分享了主题为《SD-WAN for CIO: from Zero to Hero》的演讲。在会上,Robert Zhu根据Versa Networks在SD-WAN市场的研究,分享了CIO在做决策时的想法和做SD-WAN的心路历程。CIO 的画像CIO最基本的职责是降低
原创
2021-04-28 10:00:11
332阅读
如何训练一个chatGPT from zero to hero,主要来源是Karpathy 大神的视频一、预训练 (Pretraining)Unsupervised Training — 让模型“学会说话”Step 1: Download and preprocessing the internet ...
第二届中国SD-WAN峰会于11月16日在北京盛大开幕,来自来自Versa Networks全球高级总监Robert Zhu为大家分享了主题为《SD-WAN for CIO: from Zero to Hero》的演讲。在会上,Robert Zhu根据Versa Networks在SD-WAN市场的研究,分享了CIO在做决策时的想法和做SD-WAN的心路历程。
原创
2022-12-02 10:17:01
87阅读
什么是正则表达式? 正则表达式是一组由字母和符号组成的特殊文本,它可以用来从文本中找出满足你想要的格式的句子。 一个正则表达式是一种从左到右匹配主体字符串的模式。 “Regular expression”这个词比较拗口,我们常使用缩写的术语“regex”或“regexp”。 正则表达式可以从一个基础 ...
转载
2021-08-23 13:19:00
121阅读
2评论
比如获取https://github.com/rancher下所有reposcurl -s https://api.github.com/users/rancher/repos?per_page=
原创
2022-07-26 05:45:28
124阅读
Given the head of a linked list, we repeatedly delete consecutive sequences of nodes that sum to 0 until there are no such sequences. After doing so,
转载
2021-05-17 05:01:00
106阅读
2评论
Removing jQuery from GitHub.com frontend Web standards in the later years Over the years, GitHub grew into a company with hundreds of engineers and a
转载
2019-07-10 09:58:00
181阅读
2评论
#github命令行 1)配置ssh-keygen -t rsa -C "your_email@youremail.com"
后面的your_email@youremail.com改为你在github上注册的邮箱,之后会要求确认路径和输入密码,我们这使用默认的一路回车就行。成功的话会在~/下生成.ssh文件夹,进去,打开id_rsa.pub,复制里面的key。
回到github上,进入
GitHub rename the default branch from master to main
转载
2020-10-08 09:13:00
113阅读
2评论
(给Python开发者加星标,提升Python技能)作者:Charles LeiferPython 3.8 发布在即,核心开发者团队让我总结一下最近讨论的 Python 4.0 预计推出的新功能,代码名为“ Ouroboros:自噬蛇”。Python 4.0 是大家翘首以盼的新版本,也将成为 Python 历史上的重大里程碑,在此感谢为之努力奋斗的 100 多名贡献者。经过邮件列表上的论战,PEP
转载
2024-01-10 22:55:29
52阅读
from:http://utildothashmap.blogspot.com/2011/08/negative-zero-vs-positive-zero.htmlIncase if you crossed your SCJP certification, you might aware of negative zero. Otherwise I don’t think we often ref
转载
精选
2013-08-16 11:09:48
2528阅读
We propose a new class of post-quantum digital signature schemes
that: (a) derive their security entirely from the security of symmetric-key primitives, believed to be quantum-secure, and (b) have
ext
原创
2023-09-02 00:17:58
171阅读