GitHub - KomputeProject/kompute: General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm, NVIDIA & friends). Blazing fast, mobile-enabled, asynchronous and optimized...
GPT4All: An ecosystem of open-source on-edge large language models.
Important
GPT4All v2.5.0 and newer only supports models in GGUF format (.gguf). Models used with a previous version of GPT4All (.bin extension) will no longer work.
GPT4All is an ecosystem to run powerful and customized large language models that work locally on consumer grade CPUs a... See more
Important
GPT4All v2.5.0 and newer only supports models in GGUF format (.gguf). Models used with a previous version of GPT4All (.bin extension) will no longer work.
GPT4All is an ecosystem to run powerful and customized large language models that work locally on consumer grade CPUs a... See more
nomic-ai β’ GitHub - nomic-ai/gpt4all: gpt4all: open-source LLM chatbots that you can run anywhere
Nicolay Gerold added
GitHub - microsoft/autogen: A programming framework for agentic AI π€
github.comNFXβs Generative Tech Open Source Market Map
docs.google.comDarren LI added
GitHub - AI4Finance-Foundation/FinRobot: FinRobot: An Open-Source AI Agent Platform for Financial Applications using LLMs π π π
GitHub - AI4Finance-Foundation/FinRobot: FinRobot: An Open-Source AI Agent Platform for Financial Applications using LLMs π π π
Steve Werber added
Accelerate backend apps at the edge with high-performance hardware
Connect your GitHub account to Koyeb. Choose a repository to deploy. Leave us the infrastructure - We build, deploy, run, and scale your application with zero-configuration.
Get started - free
View pricing
Book a demo
Connect your GitHub account to Koyeb. Choose a repository to deploy. Leave us the infrastructure - We build, deploy, run, and scale your application with zero-configuration.
Get started - free
View pricing
Book a demo
Koyeb: Push code to production, everywhere, in minutes
Nicolay Gerold added
On Abstracted Compute
Aashay Sanghvi β’ B2B and Enterprise Product Ideas - January 2020
sari added
SkyPilot is a framework for running LLMs, AI, and batch jobs on any cloud, offering maximum cost savings, highest GPU availability, and managed execution.
SkyPilot abstracts away cloud infra burdens :
SkyPilot... See more
SkyPilot abstracts away cloud infra burdens :
- Launch jobs & clusters on any cloud
- Easy scale-out: queue and run many jobs, automatically managed
- Easy access to object stores (S3, GCS, R2)
SkyPilot... See more
skypilot-org β’ GitHub - skypilot-org/skypilot: SkyPilot: Run LLMs, AI, and Batch jobs on any cloud. Get maximum savings, highest GPU availability, and managed executionβall with a simple interface.
Nicolay Gerold added
Deep learning at the speed of light.
Luminal is a deep learning library that uses composable compilers to achieve high performance.
use luminal::prelude::*;
// Setup graph and tensors
let mut cx = Graph::new();
let a = cx.tensor().set([[1.0], [2.0], [3.0]]);
let b = cx.tensor().set([[1.0, 2.0, 3.0, 4.0]]);
// Do math...
let mut c = a.matmul(b).retrieve();
... See more
Luminal is a deep learning library that uses composable compilers to achieve high performance.
use luminal::prelude::*;
// Setup graph and tensors
let mut cx = Graph::new();
let a = cx.tensor().set([[1.0], [2.0], [3.0]]);
let b = cx.tensor().set([[1.0, 2.0, 3.0, 4.0]]);
// Do math...
let mut c = a.matmul(b).retrieve();
... See more
jafioti β’ GitHub - jafioti/luminal: Deep learning at the speed of light.
Nicolay Gerold added