-
Notifications
You must be signed in to change notification settings - Fork 1
/
news.json
95 lines (95 loc) · 3.41 KB
/
news.json
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"notifications": [
{
"level": "positive",
"title": "Sample Message 1",
"link": "https://github.com",
"cover": "https://via.placeholder.com/150",
"started_at": "2022-01-01T00:00:00.000Z",
"ended_at": "2022-01-10T00:00:00.000Z",
"version_constraint": ">= 0.0.1"
},
{
"title": "Sample Message 2",
"link": "https://github.com",
"cover": "https://via.placeholder.com/150",
"started_at": "2022-01-01T00:00:00.000Z",
"ended_at": "2022-01-06T00:00:00.000Z",
"version_constraint": ">= 0.0.1"
},
{
"title": "Sample Message 3",
"link": "https://github.com",
"cover": "https://via.placeholder.com/150",
"started_at": "2022-01-01T00:00:00.000Z",
"ended_at": "2022-01-03T00:00:00.000Z",
"version_constraint": ">= 0.0.1"
}
],
"documentations": [
{
"title": "BentoCloud Quickstart",
"link": "https://docs.bentoml.com/en/latest/bentocloud/getting-started/quickstart.html"
},
{
"title": "Deploy your own Llama2",
"link": "https://www.bentoml.com/blog/deploying-llama-2-7b-on-bentocloud"
},
{
"title": "Langchain to Production",
"link": "https://www.bentoml.com/blog/building-a-production-ready-langchain-application-with-bentoml-and-openllm"
},
{
"title": "Stable Diffusion XL with Dynamic Lora Adapters",
"link": "https://www.bentoml.com/blog/deploying-stable-diffusion-xl-on-bentocloud-and-dynamically-loading-lora-adapters"
},
{
"title": "Join our community!",
"link": "https://l.linklyhq.com/l/ktO8"
}
],
"release_notes": [
{
"title": "OpenLLM - LLM deployment in production",
"link": "https://github.com/bentoml/OpenLLM"
},
{
"title": "OneDiffusion - Operate Stable Diffusion at scale",
"link": "https://github.com/bentoml/OneDiffusion"
},
{
"title": "NLP tasks for summarization, classification and more",
"link": "https://github.com/bentoml/transformers-nlp-service"
},
{
"title": "CLIP Service - API that connects text and images",
"link": "https://github.com/bentoml/CLIP-API-service"
},
{
"title": "And more in BentoCloud’s project gallery",
"link": "https://bentoml.com/gallery"
}
],
"blog_posts": [
{
"title": "Create your first Bento",
"link": "https://docs.bentoml.com/en/latest/quickstarts/deploy-a-transformer-model-with-bentoml.html"
},
{
"title": "Running on a GPU",
"link": "https://docs.bentoml.com/en/latest/guides/gpu.html"
},
{
"title": "Adaptive Batching",
"link": "https://docs.bentoml.com/en/latest/guides/batching.html"
},
{
"title": "Monitoring and Observability",
"link": "https://docs.bentoml.com/en/latest/bentocloud/topics/observability.html"
},
{
"title": "Advanced Model Serving Architecture",
"link": "https://docs.bentoml.com/en/latest/guides/graph.html"
}
]
}