GraphCast: Learning skillful medium-range global weather forecasting This package contains example code to run and train GraphCast. It also provides three pretrained models: GraphCast, the high-resolution model used in the GraphCast paper (0.25 degree resolution, 37 pressure levels), trained on ERA5 data from 1979 to 2017, GraphCast_small, a smaller, low-resolution version of GraphCast (1 degree resolution, 13 pressure levels, and a smaller mesh), trained on ERA5 data from 1979 to 2015, use…
Crawl a site to generate knowledge files to create your own custom GPT from a URLGPT Crawler Crawl a site to generate knowledge files to create your own custom GPT from one or multiple URLs Example Here is a custom GPT that I quickly made to help answer questions about how to use and integrate Builder.io by simply providing the URL to the Builder docs. This project crawled the docs and generated the file that I uploaded as the basis for the custom GPT. Try it out yourself by asking questions a…
A reference .NET application implementing an eCommerce siteeShop Reference Application - "Northern Mountains" A reference .NET application implementing an eCommerce web site using a services-based architecture. Getting Started Prerequisites Clone the eShop repository: https://github.com/dotnet/eshop (Windows only) Install Visual Studio. Visual Studio contains tooling support for .NET Aspire that you will want to have. Visual Studio 2022 version 17.9 Preview. During installation, ens…
Reimagine state management with CRDTs. Make your app collaborative effortlessly. Loro Reimagine state management with CRDTs 🦜 Make your app state synchronized and collaborative effortlessly. ⚠️ Notice: The current API and encoding schema of Loro are experimental and subject to change. You should not use it in production. Loro is a CRDTs(Conflict-free Replicated Data Types) library that makes building local-first apps easier. Explore our…
Deep Learning System core principles introduction.Deep Learning System & AI System 文字课程内容正在一节节补充更新,尽可能抽空继续更新正在 AISys ,希望您多多鼓励和参与进来!!! 文字课程开源在 AISys,系列视频托管B站和油管,PPT开源在github,欢迎取用!!! 非常希望您也参与到这个开源项目中,B站给ZOMI留言哦! 欢迎大家使用的过程中发现bug或者勘误直接提交代码PR到开源社区哦! 项目背景 这个开源项目英文名字叫做 Deep Learning System 或者 AI System(AISys),中文名字叫做 深度学习系统 或者 AI系统。 本开源项目主要是跟大家一起探讨和学习人工智能、深度学习的系统设计,而整个系统是围绕着 ZOMI 在工作当中所积累、梳理、构建 AI 系统全栈的内容。希望跟所有关注 AI 开源项目的好朋友一起探讨研究,共同促进学习讨论。 课程内容大纲 课程主要包括以下六大模块: 第一部分,AI基础知识和AI系统的全栈概述的AI系统概述,以及深…
Continuation of Clash core project Clash.Rev A rule-based tunnel in Go. Important Notice There is a need for time to organize and analyze the code. If the Clash.Meta or Clash-core author restarts development within three months, our project will be halted to avoid unnecessary competition. Description Clash.Rev is a personal successor to the discontinued Clash-core and Clash.Meta, providing enhanced network management capabilities with a focus on user-friendliness and advanced features for…
PandoraNext部署文档仓库。PandoraNext 手动部署 在Releases中下载对应操作系统和架构的包。 解压后修改同目录中的config.json至你需要的参数。 将获取到的JWT Token内容写进同目录的license.jwt文件中。 启动PandoraNext或PandoraNext.ext即可。 Docker 部署 $ docker pull pengzhile/pandora-next $ docker run -d --restart always --name PandoraNext --net=bridge -p 8181:8181 \ -e PANDORA_NEXT_LICENSE="<JWT Token>" pengzhile/pandora-next 容器内默认监听8181端口,映射宿主机的8181端口,可自行修改。 你可以映射目录到容器内的/data目录,config.json和tokens.json放在其中。 自行使用真实的JWT Token替换命令中的<JWT Token&…
Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE.netboot.xyz Your favorite operating systems in one place! Bootloader Downloads Combined Legacy and UEFI iPXE Bootloaders Type Bootloader Description ISO netboot.xyz.iso Used for CD/DVD, Virtual CDs, DRAC/iLO, VMware, Virtual Box USB netboot.xyz.img Used for creation of USB Keys Legacy (PCBIOS) iPXE Bootloaders Type Bootloader Description Kernel netboot.xyz.lkr…
Collection of handy online tools for developers, with great UX. Useful tools for developer and people working in IT. Have a look !. Functionalities and roadmap Please check the issues to see if some feature listed to be implemented. You have an idea of a tool? Submit a feature request! Self host Self host solutions for your homelab From docker hub: docker run -d --name it-tools --restart unless-stopped -p 8080:80 corentinth/it-tools:latest From github packages: docker run -d --name it-tools --r…