Build high-quality LLM apps - from prototyping, testing to production deployment and monitoring.Prompt flow Welcome to join us to make Prompt flow better by participating discussions, opening issues, submitting PRs. Prompt flow is a suite of development tools designed to streamline the end-to-end development cycle of LLM-based AI applications, from ideation, prototyping, testing, evaluation to production deployment and monitoring. It makes prompt engineering much easier and enables you to…
The TinyLlama project is an open endeavor to pretrain a 1.1B Llama model on 3 trillion tokens. TinyLlama-1.1B English | 中文 The TinyLlama project aims to pretrain a 1.1B Llama model on 3 trillion tokens. With some proper optimization, we can achieve this within a span of "just" 90 days using 16 A100-40G GPUs 🚀🚀. The training has started on 2023-09-01. We adopted exactly the same architecture and tokenizer as Llama 2. This means TinyLlama can be plugged and played in many open-sourc…
SAM.cpp Inference of Meta's Segment Anything Model in pure C/C++ demo-0.mp4 Quick start git clone --recursive https://github.com/YavorGIvanov/sam.cpp cd sam.cpp Note: you need to download the model checkpoint below (sam_vit_b_01ec64.pth) first from here and place it in the checkpoints folder # Convert PTH model to ggml. Requires python3, torch and numpy python convert-pth-to-ggml.py checkpoints/sam_vit_b_01ec64.pth . 1 # You need CMake and SDL2 SDL2 - U…
The self-hosted drag and drop editor for React.puck The self-hosted, drag and drop editor for React. 🖱️ Drag and drop: Visual editing for your existing React component library 🌐 Integrations: Load your content from a 3rd party headless CMS ✍️ Inline editing: Author content directly via puck for convenience ⭐️ No vendor lock-in: Self-host or integrate with your existing application See demo Example Render the editor: // Editor.jsx import { Puck } from "@measured/puck"; // Create puck …
Learn WebAssembly by writing small programs! Watlings Learn the WebAssembly Text Format by fixing a bunch of small programs! Warning This project is incomplete and in active development. Feel free to help out by filing issues and creating PRs! Usage This project uses Node 16+ & NPM for compilation and testing. Clone the repository and install dependencies with: git clone git@github.com:EmNudge/watlings.git cd watlings npm install Test your answer to an exercise with the start comm…
A real world full-stack application using LlamaIndexSEC Insights 🏦 SEC Insights uses the Retrieval Augmented Generation (RAG) capabilities of LlamaIndex to answer questions about SEC 10-K & 10-Q documents. You can start using the application now at secinsights.ai Why did we make this? 🤔 As RAG applications look to move increasingly from prototype to production, we thought our developer community would find value in having a complete example of a working real world RAG application. SEC Insig…
OpenTF lets you declaratively manage your cloud infrastructure.OpenTF Manifesto: https://opentf.org About the OpenTF fork: https://opentf.org/fork Join our Slack community! Important Note: This repository is currently a work in progress while we're preparing it for the first alpha release and fine-tuning the community contribution process. Please read the announcement post for important context and the contributing docs for instructions on how to contribute. Additionally, please be mindf…
为ChatGPT/GLM提供图形交互界面,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm2等本地模型。兼容文心一言, moss, llama2, rwkv, claude2, 通义千问, 书生, 讯飞星火等。Note2023.7.8: Gradio, Pydantic依赖调整,已修改 requirements.txt。请及时更新代码,安装依赖时,请严格选择requirements.txt中指定的版本 pip install -r requirements.txt GPT 学术优化 (GPT Academic) 如果喜欢这个项目,请给它一个Star;如果您发明了好用的快捷键或函数插件,欢迎发pull requests! If you like this project, please give it a Star. If you've come up with more useful academic shortcu…
WireGuard®-based VPN server and firewallNote: 🚧 The main branch is undergoing major restructuring in preparation for the 1.0 release 🚧. See the legacy branch for the branch tracking the latest 0.7 release. Firezone is a self-hosted VPN server and Linux firewall Manage remote access through an intuitive web interface and CLI utility. Deploy on your own infrastructure to keep control of your network traffic. Built on WireGua…