Laravel wrapper for the NativePHP frameworkLaravel wrapper for the NativePHP framework. Write native desktop applications using PHP. To learn more, visit the official website. Documentation You can find the NativePHP documentation on the website. Check out the Getting Started page for a quick overview. Getting Started Installation Configuration Application Lifecycle Contributing Guide Changelog Please see CHANGELOG for more information on what has changed recently. Contributing Please see…
https://youtu.be/iScy18pVR58Chess Coding Challenge (C#) Welcome to the chess coding challenge! This is a friendly competition in which your goal is to create a small chess bot (in C#) using the framework provided in this repository. Once submissions close, these bots will battle it out to discover which bot is best! I will then create a video exploring the implementations of the best and most unique/interesting bots. I also plan to make a small game that features these most interesting/challeng…
🎓 LLM Drifts: How Is ChatGPT’s Behavior Changing over Time? Large language models (LLM) services such as GPT-4 and GPT-3.5 are widely being used. However, when and how these models are updated over time is opaque. Towards filling in this gap, this repository contains (i) a diverse set of datasets, and (ii) generations from popular LLMs (including GPT-4 and GPT-3.5) on these datasets over time. 🔍 Main Findings Figure 1: Performance of the March 2023 and June 2023 versions of GPT-4 and GP…
A tiny JVM written in Rust. Learning projectRJVM This project is an attempt to write a minimal JVM 7 using Rust. Important note: this is a hobby project, built for fun and for learning purposes. In particular, it is my first real program in Rust and I've used to learn the language - thus, I'm sure some parts of the code are not very "idiomatic" Rust since I'm just learning the language. The code quality is definitely not production ready - there are not enough tests, there i…
An implementation of "Retentive Network: A Successor to Transformer for Large Language Models"RetNet An implementation of Retentive Network: A Successor to Transformer for Large Language Models in PyTorch. About this repository This is a minimal, pure pytorch implementation of RetNet. RetNet paper: Retentive Network: A Successor to Transformer for Large Language Models in PyTorch. The contributors(s) to this repository are not authors of the original paper. All credit for the idea and formulati…
Running Stable Diffusion on a RPI Zero 2 (or in 260MB of RAM)OnnxStream The challenge is to run Stable Diffusion, which includes a large transformer model with almost 1 billion parameters, on a Raspberry Pi Zero 2, which is a microcomputer with 512MB of RAM, without adding more swap space and without offloading intermediate results on disk. The recommended minimum RAM/VRAM for Stable Diffusion is typically 8GB. Generally major machine learning frameworks and libraries are focused on minimizing …
Running Llama 2 and other Open-Source LLMs on CPU Inference Locally for Document Q&ARunning Llama 2 and other Open-Source LLMs on CPU Inference Locally for Document Q&A Clearly explained guide for running quantized open-source LLM applications on CPUs using LLama 2, C Transformers, GGML, and LangChain Step-by-step guide on TowardsDataScience: https://towardsdatascience.com/running-llama-2-on-cpu-inference-for-document-q-a-3d636037a3d8 Context Third-party commercial large language model (L…
AGE animation official website URL release page(AGE动漫官网网址发布页)AGE动漫 · 最新网址(2023.07.05 最后更新) 新版:https://www.agemys.org 老版:https://www.agedm.tv 如果浏览器输入网址,请手动添加 https 而非 http AGE动漫 · 易记域名 http://www.age.tv http://www.agefans.com 记住上面的域名,不会迷路!! AGE动漫 · APP下载地址 https://www.agefans.app 包含 iOS单页版客户端 和 Android 客户端,下载 app 不迷路,强烈建议下载!! AGE动漫 · 百度官方贴吧 https://tieba.baidu.com/f?kw=age%E5%8A%A8%E6%BC%AB&ie=utf-8 有问题,可以在贴吧进行反馈
Open-source tool to bypass windows and linux passwords from bootable usbUnshackle - Password Bypass Tool Unshackle is an open-source tool to bypass Windows and Linux user passwords from a bootable USB based on Linux. (Linux bypass is still under development) Contributions are welcomed. To-Do List: Feature Status Easy to use ✅ Support windows ✅ Simple CLI ✅ Support linux 🟡 Tutorial video 🟡 easy to build ❌ Simple GUI ❌ ✅ = Done 🟡 = Under development ❌ = Planned Requirements …