Skip to content

Commit f18882c

Browse files
authored
docs: small header change and add latest youtube vid as blogpost (LAION-AI#1851)
- small header change to be cleaner - add latest youtuber video as a blog post
1 parent 58b2708 commit f18882c

File tree

2 files changed

+34
-1
lines changed
  • docs

2 files changed

+34
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Open Assistant Inference Backend Development (Hands-On Coding)
3+
description: Open Assistant Inference Backend Development (Hands-On Coding)
4+
authors: [yk]
5+
tags: [open-assistant, youtube, live-coding]
6+
image: https://img.youtube.com/vi/6OozhhI6U4g/0.jpg
7+
---
8+
9+
import ReactPlayer from "react-player";
10+
11+
Open Assistant Inference Backend Development (Hands-On Coding)
12+
13+
Join me as I build streaming inference into the Hugging Face text generation
14+
server, going through cuda, python, rust, grpc, websockets, server-sent events,
15+
and more...
16+
17+
https://open-assistant.io
18+
19+
<ReactPlayer
20+
controls
21+
width="100%"
22+
url="https://www.youtube.com/embed/6OozhhI6U4g"
23+
/>
24+
25+
<!--truncate-->

docs/sidebars.js

+9-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,15 @@ const sidebars = {
2222
type: "doc",
2323
id: "guides/README",
2424
},
25-
items: ["guides/guidelines", "guides/examples", "guides/developers"],
25+
items: [
26+
"guides/guidelines",
27+
"guides/examples",
28+
{
29+
type: "doc",
30+
id: "guides/developers",
31+
label: "Developers",
32+
},
33+
],
2634
},
2735
{
2836
type: "category",

0 commit comments

Comments
 (0)