Category : github

github
HigherOrderCO / HVM

A massively parallel, optimal functional runtime in RustHigher-order Virtual Machine 2 (HVM2) Higher-order Virtual Machine 2 (HVM2) is a massively parallel Interaction Combinator evaluator. By compiling programs from high-level languages (such as Python and Haskell) to HVM, one can run these languages directly on massively parallel hardware, like GPUs, with near-ideal speedup. HVM2 is the successor to HVM1, a 2022 prototype of this concept. Compared to its predecessor, HVM2 is simpler, faster a…

  • воскресенье, 19 мая 2024 г. в 00:00:01
github
google / project-gameface

Project Gameface Project Gameface helps gamers control their mouse cursor using their head movement and facial gestures. Project Gameface available in two platforms: Windows Android Model used MediaPipe Face Landmark Detection API Task Guide MediaPipe BlazeFace Model Card MediaPipe FaceMesh Model Card Mediapipe Blendshape V2 Model Card Application Control mouse cursor in games. Intended users are people who choose to use face-control and head movement for gaming purposes. Out-of-Scope Appli…

  • суббота, 18 мая 2024 г. в 00:00:02
github
likejazz / llama3.np

llama3.np is pure NumPy implementation for Llama 3 model.llama3.np llama3.np is pure NumPy implementation for Llama 3 model. For an accurate implementation, I ran the stories15M model trained by Andrej Karpathy. For a detailed explanation in English, see Llama 3 implemented in pure NumPy. [English Version] 한글로 작성된 상세한 설명은 NumPy로 구현하는 라마 3 모델을 참고하세요. [Korean Version] Usage $ python llama3.py "I have a dream" """ I have a dream. He dream of a big, beautiful garden full of fl…

  • суббота, 18 мая 2024 г. в 00:00:01
github
android / kotlin-multiplatform-samples

Samples showcasing the experimental Kotlin Multiplatform Jetpack librariesKotlin Multiplatform Samples DiceRoller DiceRoller is a sample app using the Kotlin Multiplatform DataStore library to store and observe preferences. Fruitties Fruitties is a sample app using the Kotlin Multiplatform Room, DataStore and Ktor libraries to fetch, store and display data. License Copyright 2022 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not…

  • пятница, 17 мая 2024 г. в 00:00:05
github
Tencent / HunyuanDiT

Hunyuan-DiT : A Powerful Multi-Resolution Diffusion Transformer with Fine-Grained Chinese Understanding Hunyuan-DiT : A Powerful Multi-Resolution Diffusion Transformer with Fine-Grained Chinese Understanding               This repo contains PyTorch model definitions, pre-trained weights and inference/sampling code for our paper exploring Hunyuan-DiT. You can find more visualizations on our project page. Hunyuan-DiT : A Powerful Multi-Resolution Diffusion Transforme…

  • пятница, 17 мая 2024 г. в 00:00:04
github
andydunstall / piko

An open-source alternative to Ngrok, designed to serve production traffic and be simple to host (particularly on Kubernetes)Piko Piko is an open-source alternative to Ngrok, designed to serve production traffic and be simple to host (particularly on Kubernetes). Such as you may use Piko to expose services in a customer network, a bring your own cloud (BYOC) service or to connect to IoT devices. The proxy server may be hosted as a cluster of nodes for fault tolerance, scale and zero downtime de…

  • пятница, 17 мая 2024 г. в 00:00:02
github
controlpaths / hackbat

Hackbat repositoryHackbat HackBat is an open-source device designed for hackers and makers to experiment with different pen-testing techniques. The device is based on the Raspberry Pi RP2040 microcontroller and has an RF transceiver, NFC, WIFI, OLED display... RP2040 The Raspberry Pi RP2040 is the brain of the HackBat. The main features of this MCU are: Dual-core Arm Cortex-M0+ processor, flexible clock running up to 133 MHz 264kB on-chip SRAM 2 × UART 2 × SPI controllers 2 × I2C controllers 1…

  • пятница, 17 мая 2024 г. в 00:00:01
github
openai / tiktoken

tiktoken is a fast BPE tokeniser for use with OpenAI's models.⏳ tiktoken tiktoken is a fast BPE tokeniser for use with OpenAI's models. import tiktoken enc = tiktoken.get_encoding("o200k_base") assert enc.decode(enc.encode("hello world")) == "hello world" # To get the tokeniser corresponding to a specific model in the OpenAI API: enc = tiktoken.encoding_for_model("gpt-4o") The open source version of tiktoken can be installed from PyPI: pip install tiktoken …

  • четверг, 16 мая 2024 г. в 00:00:08
github
CapSoftware / Cap

Effortless, instant screen sharing. Open-source and cross-platform. Cap Effortless, instant screen sharing. Open source and cross-platform. Cap.so » Download for macOS · Web · ~ Cap is currently in public beta, and is available for macOS and Web. Windows and Linux builds are in development. Join the Cap Discord to help test future releases and join the community. ~ NOTE: Cap is under active development, and is currently in pub…

  • четверг, 16 мая 2024 г. в 00:00:06