Source code for Area 51 (2005)Area 51 (2005) Source Code Release Welcome to the unofficial release of the Area 51 (2005) video game source code! This project aims to resurrect and preserve a piece of early 2000s video game history for enthusiasts, historians, and developers alike. Below is a brief overview of the source code details, its origin, and guidance on how the community can help bring this game into the modern era. Historical Overview of Area 51 Initial Release: Area 51 was originally…
Resources for Learning SpringResource for Learning Spring On a recent episode of the Spring Office Hours Podcast we talked about the best resources for learning Spring. We wanted this repository to live as a resource for people to find the best resources for learning Spring. We are looking for the best books, courses, videos, and anything else that you have found helpful in learning Spring. If you have suggestions please open a pull request. Spring Office Hours: S3E8 - Resources for learning Sp…
GaLore This repo contains the pre-release version of GaLore algorithm, proposed by GaLore: Memory-Efficient LLM Training by Gradient Low-Rank Projection. Gradient Low-Rank Projection (GaLore) is a memory-efficient low-rank training strategy that allows full-parameter learning but is more memory-efficient than common low-rank adaptation methods, such as LoRA. As a gradient projection method, GaLore is independent of the choice of optimizers and can be easily plugged into existing ones with only …
Asynchronous image downloader with cache support as a UIImageView category This library provides an async image downloader with cache support. For convenience, we added categories for UI elements like UIImageView, UIButton, MKAnnotationView. Note: SD is the prefix for Simple Design (which is the team name in Daily Motion company from the author Olivier Poitrey) Features Categories for UIImageView, UIButton, MKAnnotationView adding web image and cache management An asynchronous im…
Чекер airdrops Установка npm install Заполняем файлы адресами в папке addresses Для запуска npm start Чекер Altlayer Rabby points Zetachain Frame Anoma Dymension MEME
A collection of notebooks/recipes showcasing some fun and effective ways of using Claude.Anthropic Cookbook The Anthropic Cookbook provides code and guides designed to help developers build with Claude, providing copy-able code snippets that you can easily integrate into your own projects. Prerequisites To make the most of the examples in this cookbook, you'll need an Anthropic API key (sign up for free here). While the code examples are primarily written in Python, the concepts can be adap…
Web oficial de La Velada IV de Ibai Llanos Web oficial de La Velada IV La Velada IV es una competición de boxeo que enfrenta a streamers, creadores de contenido y otras celebridades sobre un ring. Reportar error · Sugerir algo Tabla de contenidos Características principales Para empezar Prerequisitos Instalación Contribuir al proyecto Características principales Detalles del evento: Obtén información detallada sobre la fecha, hora, ubicación y artistas participantes. Compra d…
The Open Source Dev Environment Manager. The Open Source Development Environment Manager Set up a development environment on any infrastructure, with a single command. Report Bug · Request Feature · Join Our Slack · Twitter Features Single Command: Activate a fully configured development environment with a single command. Runs everywhere: spin up your development environment on any machine — whether it's local, remote, cloud-based…
A simple, performant and scalable Jax LLM! Overview MaxText is a high performance, arbitrarily scalable, open-source, simple, easily forkable, well-tested, batteries included LLM written in pure Python/Jax and targeting Google Cloud TPUs. MaxText typically achieves 55% to 60% model-flop utilization and scales from single host to very large clusters while staying simple and "optimization-free" thanks to the power of Jax and the XLA compiler. MaxText aims to be a launching off point for …