LLaMA v2 ChatbotLLaMA 2 Chatbot App This is an experimental Streamlit chatbot app built for LLaMA2 (or any other LLM). The app includes session chat history and provides an option to select multiple LLaMA2 API endpoints on Replicate. You can test the LLaMA 7B & 13B chat models and this app in https://LLaMA2.ai Features Chat history is maintained for each session (if you refresh, chat history clears) Option to select between different LLaMA2 chat API endpoints (7B or 13B). Default is 13B. …
Your own API Hub to learn and master API interaction. Ideal for frontend, mobile dev and backend developers.FreeAPI.app Problem We are trying to build a single source API hub that can be used to learn api handling in any programming language. Users can build their front end portfolio in web and mobile apps using this api hub. What is FreeAPI.app The FreeAPI project is an innovative and community-driven initiative aimed at providing developers with free and accessible APIs for their projects. Th…
Examples and recipes for Llama 2 modelLlama 2 Fine-tuning / Inference Recipes and Examples The 'llama-recipes' repository is a companion to the Llama 2 model. The goal of this repository is to provide examples to quickly get started with fine-tuning for domain adaptation and how to run inference for the fine-tuned models. For ease of use, the examples use Hugging Face converted versions of the models. See steps for conversion of the model here. Llama 2 is a new technology that carries p…
Advanced Python Mastery (course by @dabeaz)Advanced Python Mastery A course by David Beazley (https://www.dabeaz.com) Copyright (C) 2007-2023 Synopsis An exercise-driven course on Advanced Python Programming that was battle-tested several hundred times on the corporate-training circuit for more than a decade. Written by David Beazley, author of the Python Cookbook, 3rd Edition (O'Reilly) and Python Distilled (Addison-Wesley). Released under a Creative Commons license. Free of ads, tracki…
A blazing fast multi-language serialization framework powered by jit and zero-copy Fury is a blazing fast multi-language serialization framework powered by jit(just-in-time compilation) and zero-copy, providing up to 170x performance and ultimate ease of use. https://furyio.org Features Multiple languages: Java/Python/C++/Golang/Javascript. Zero-copy: cross-language out-of-band serialization inspired by pickle5 and off-heap read/write. High performance: A highly-extensible JIT framework to…
Multi-chain golang signature sdk, supports bitcoin, ethereum, aptos, cosmos, etc.go-wallet-sdk This is a Go language wallet solution that supports offline transactions. We currently support various mainstream public blockchains, and will gradually release the source codes for each blockchain. Supported chains BTC: Supports transaction creation and signing. Also Supports BRC20-related functions, including inscription creation, BRC20 buying and selling. Ethereum: Supports transaction creation an…
Fast and memory-efficient exact attentionFlashAttention This repository provides the official implementation of FlashAttention and FlashAttention-2 from the following papers. FlashAttention: Fast and Memory-Efficient Exact Attention with IO-Awareness Tri Dao, Daniel Y. Fu, Stefano Ermon, Atri Rudra, Christopher Ré Paper: https://arxiv.org/abs/2205.14135 IEEE Spectrum article about our submission to the MLPerf 2.0 benchmark using FlashAttention. FlashAttention-2: Faster Attention with Better Pa…
Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP)Stalwart Mail Server Stalwart Mail Server is an open-source mail server solution with JMAP, IMAP4, and SMTP support and a wide range of modern features. It is written in Rust and designed to be secure, fast, robust and scalable. Key features: JMAP server: JMAP Core (RFC 8620) JMAP Mail (RFC 8621) JMAP over WebSocket (RFC 8887) JMAP for Sieve Scripts (DRAFT-SIEVE-13) IMAP4 server: IMAP4rev2 (RFC 9051) full compliance. IMAP4rev1 (…
🦄 Gasless ERC20 swap settlement protocol 🦄UniswapX UniswapX is an ERC20 swap settlement protocol that provides swappers with a gasless experience, MEV protection, and access to arbitrary liquidity sources. Swappers generate signed orders which specify the specification of their swap, and fillers compete using arbitrary fill strategies to satisfy these orders. UniswapX Protocol Architecture Reactors Order Reactors settle UniswapX orders. They are responsible for validating orders of a specifi…