Staging repo for development of native port of TypeScriptTypeScript 7 Not sure what this is? Read the announcement post! Preview A preview build is available on npm as @typescript/native-preview. npm install @typescript/native-preview npx tsgo # Use this as you would tsc. A preview VS Code extension is available on the VS Code marketplace. To use this, set this in your VS Code settings: { "typescript.experimental.useTsgo": true } How to Build and Run This repo uses Go 1.24 or higher…
🔍 一个功能强大的 Telegram 聊天记录搜索客户端,支持聊天记录备份和向量搜索。Telegram Search English 一个功能强大的 Telegram 聊天记录搜索工具,支持向量搜索和语义匹配。基于 OpenAI 的语义向量技术,让你的 Telegram 消息检索更智能、更精准。 欢迎 PR 贡献! 由于项目处于快速迭代阶段,可能会出现数据库不兼容的情况,建议定期备份数据。 获取 API key: #111 💖 赞助者 🚀 快速开始 安装步骤 克隆仓库: git clone https://github.com/GramSearch/telegram-search.git cd telegram-search 安装依赖: pnpm install 配置环境: cp config/config.example.yaml config/config.yaml 启动数据库容器: docker compose up -d 同步数据库表结构: pnpm run db:migrate 启动服务: # 启动后端服务 pnpm run dev:se…
Fully Local Manus AI. No APIs, No $200 monthly bills. Enjoy an autonomous agent that thinks, browses the web, and code for the sole cost of electricity.AgenticSeek: Private, Local Manus Alternative. English | 中文 | 繁體中文 | Français | 日本語 A 100% local alternative to Manus AI, this voice-enabled AI assistant autonomously browses the web, writes code, and plans tasks while keeping all data on your device. Tailored for local reasoning models, it runs entirely on your hardware, ensuring complete pr…
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.Claude Code Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands. Some…
A cross-platform fluent-design AI-boost multi-threaded downloader built with Python. 简体中文 | English NoteDue to the developer's preparation for the college entrance exam (Gaokao), project updates are temporarily suspended 😭 Join QQ group 531928387 for latest updates TipIf you want to use Ghost-Downloader-3 on Windows 7, please download the version v3.5.8-Portable. AI-powered next-generation cross-platform multithreaded downloader Report Bug · Request Feature Ab…
Utilities to use the Hugging Face Hub API // Programmatically interact with the Hub await createRepo({ repo: { type: "model", name: "my-user/nlp-model" }, accessToken: HF_TOKEN }); await uploadFile({ repo: "my-user/nlp-model", accessToken: HF_TOKEN, // Can work with native File in browsers file: { path: "pytorch_model.bin", content: new Blob(...) } }); // Use all supported Inference Providers! await inferen…
大模型基础 本书旨在为对大语言模型感兴趣的读者系统地讲解相关基础知识、介绍前沿技术。作者团队将认真听取开源社区以及广大专家学者的建议,持续进行月度更新,致力打造易读、严谨、有深度的大模型教材。并且,本书还将针对每章内容配备相关的Paper List,以跟踪相关技术的最新进展。 本书第一版包括传统语言模型、大语言模型架构演化、Prompt工程、参数高效微调、模型编辑、检索增强生成等六章内容。为增加本书的易读性,每章分别以一种动物为背景,对具体技术进行举例说明,故此本书以六种动物作为封面。当前版本所含内容均来源于作者团队对相关方向的探索与理解,如有谬误,恳请大家多提issue,多多赐教。后续,作者团队还将继续探索大模型推理加速、大模型智能体等方向。相关内容也将陆续补充到本书的后续版本中,期待封面上的动物越来越多。 当前完整的本书PDF版本路径为大模型基础.pdf。另外,我们还提供了两个文件夹,大语言模型分章节内容文件夹中包含了各章节的PDF版本。而大语言模型相关论文文件夹中包含了各章节的相关论文,当前正处于不断更新中。 其中每个章节的内容目录如下表所示…
The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)Introduction The WSL2-Linux-Kernel repo contains the kernel source code and configuration files for the WSL2 kernel. Reporting Bugs If you discover an issue relating to WSL or the WSL2 kernel, please report it on the WSL GitHub project. It is not possible to report issues on the WSL2-Linux-Kernel project. If you're able to determine that the bug is present in the upstream Linux kernel, you may want to work directly …
Zero allocation LINQ with LINQ to Span, LINQ to SIMD, and LINQ to Tree (FileSystem, JSON, GameObject, etc.) for all .NET platforms and Unity, Godot.ZLinq Zero allocation LINQ with LINQ to Span, LINQ to SIMD, and LINQ to Tree (FileSystem, JSON, GameObject, etc.) for all .NET platforms(netstandard2.0, 2.1, net8, net9) and Unity, Godot. Unlike regular LINQ, ZLinq doesn't increase allocations when adding more method chains, and it also has higher basic performance. You can check various be…