-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathfunding.json
More file actions
74 lines (74 loc) · 1.91 KB
/
funding.json
File metadata and controls
74 lines (74 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"$schema": "https://fundingjson.org/schema/v1.1.0.json",
"version": "v1.1.0",
"entity": {
"type": "individual",
"role": "owner",
"name": "Gavin Li",
"email": "lyogavin@gmail.com",
"description": "Creator and maintainer of AirLLM, an open source library enabling 70B LLM inference on a single 4GB GPU.",
"webpageUrl": {
"url": "https://github.com/lyogavin"
}
},
"projects": [
{
"guid": "airllm",
"name": "AirLLM",
"description": "AirLLM enables 70B large language model inference on a single 4GB GPU, making large model inference accessible without expensive hardware.",
"webpageUrl": {
"url": "https://github.com/lyogavin/airllm"
},
"repositoryUrl": {
"url": "https://github.com/lyogavin/airllm"
},
"licenses": [
"spdx:Apache-2.0"
],
"tags": [
"llm",
"machine-learning",
"generative-ai",
"inference",
"gpu",
"open-source"
]
}
],
"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/lyogavin",
"description": "Fund via GitHub Sponsors"
}
],
"plans": [
{
"guid": "any-amount",
"status": "active",
"name": "Support AirLLM",
"description": "Support the development and maintenance of AirLLM with any amount.",
"amount": 0,
"currency": "USD",
"frequency": "one-time",
"channels": [
"github-sponsors"
]
},
{
"guid": "monthly-support",
"status": "active",
"name": "Monthly Support",
"description": "Ongoing monthly support for AirLLM development.",
"amount": 0,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors"
]
}
]
}
}