dev/null +++ b/.vscode/launch.json @@ -0,0 +1,27 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "node", + "request": "launch", + "name": "next dev", + "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/next", + "runtimeArgs": ["dev...
diff --git a/KNN/KNN.ipynb b/KNN/KNN.ipynb new file mode 100644 index 0000000..2165b1a --- /dev/null +++ b/KNN/KNN.ipynb @@ -0,0 +1 @@ +{"nbformat":4,"nbformat_minor":0,"metadata":{"colab":{"name":"KNN.ipynb","provenance":[],"collapsed_sections":[]},"kernelspec":...
afMCvrU|6n#**Sx6eJn8 zYvI$`FdSbTeUpq7A(tN-ZP%F~kMxY(mKb-Djo3&7Uw>FC&{1gM{HCtsjzCc#9dh6( zc3j*um=94|){$!kIDO>B@0ivyL0a{gP;*-2qH_3dU3#r(35EWCpGrpN#xY(-iX=Z2 z=arNv+y}loi9wRd&+4m(17;jfLaJ0{q`=og>h1Zzu&0{p4u8?o6($+~lXNI9qKm4& zw2R`ARhRbb?SDv=gGFA~...
//go-macaron.com/) * 定时任务调度 [Cron](https://github.com/robfig/cron) * ORM [Xorm](https://github.com/go-xorm/xorm) -* UI框架 [Semantic UI](https://semantic-ui.com/) +* UI框架 [Element UI](https://github.com/ElemeFE/element) * 依赖管理 [Govendor](https://github.com/...
dev/null +++ b/_static/share.js @@ -0,0 +1,6 @@ +var script = document.createElement('script'); +script.type = 'text/javascript'; +script.src = 'https://platform-api.sharethis.com/js/sharethis.js#property=65a45c94047cc8001954d2fa&product=sticky-share-buttons&source=platform'; ...
patch +--- + +在 portal.yaml 和 mis.yaml 中增加 navLinks 来支持增加一级二级导航链接 \ No newline at end of file diff --git a/.changeset/witty-pandas-rule.md b/.changeset/witty-pandas-rule.md new file mode 100644 index 0000000000..eda7a6703c --- /dev/null +++ b/.changeset/wit...
+ "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/detective": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz", + "integrity": "sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFS...
Clone this repository and navigate to the FastChat folder + + ```bash + git clone https://github.com/lm-sys/FastChat.git + cd FastChat + ``` + + If you are running on Mac: + + ```bash + brew install rust cmake + ``` + +2. Add a model adapter to `fastchat/model/...
{ + // https://tc39.github.io/ecma262/#sec-sortcompare + return fn ? function (x, y) { + return +call.call(fn, void 0, x[0], y[0]) || x[1] - y[1]; + } : defaultCmp; + } + + function sort(cmp) { + if (typeof cmp !== 'function' && typeof cmp !== '...
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..08f789e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +# Contributing + +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/...