Skip to content

Commit bc3c9a2

Browse files
authored
Merge pull request #11 from shoumenchougou/main
update wiki of RWKV architecture
2 parents 640b88c + 4ccdc33 commit bc3c9a2

12 files changed

+3929
-1964
lines changed

docs/.vuepress/config.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { defaultTheme } from '@vuepress/theme-default'
22
import { defineUserConfig } from '@vuepress/cli'
33
import { searchPlugin } from '@vuepress/plugin-search'
4+
import { markdownMathPlugin } from '@vuepress/plugin-markdown-math'
5+
import { viteBundler } from '@vuepress/bundler-vite'
46

57
export default defineUserConfig({
68
theme: defaultTheme({
@@ -49,11 +51,14 @@ export default defineUserConfig({
4951
}
5052
]
5153
}),
52-
54+
bundler: viteBundler(),
5355
// Adding search
5456
plugins: [
5557
searchPlugin({
5658
// options
5759
}),
60+
markdownMathPlugin({
61+
// options
62+
}),
5863
]
5964
})

docs/advance/architecture.md

+493-32
Large diffs are not rendered by default.
Loading

docs/img/architecture/classic-RNN.png

119 KB
Loading
196 KB
Loading
Loading
246 KB
Loading
764 KB
Loading
Loading

docs/img/architecture/v2-vs-v3.png

33.2 KB
Loading

0 commit comments

Comments
 (0)