Skip to content

Commit

Permalink
Merge pull request #11 from shoumenchougou/main
Browse files Browse the repository at this point in the history
update wiki of RWKV architecture
  • Loading branch information
PicoCreator authored Jan 16, 2025
2 parents 640b88c + 4ccdc33 commit bc3c9a2
Show file tree
Hide file tree
Showing 12 changed files with 3,929 additions and 1,964 deletions.
7 changes: 6 additions & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { defaultTheme } from '@vuepress/theme-default'
import { defineUserConfig } from '@vuepress/cli'
import { searchPlugin } from '@vuepress/plugin-search'
import { markdownMathPlugin } from '@vuepress/plugin-markdown-math'
import { viteBundler } from '@vuepress/bundler-vite'

export default defineUserConfig({
theme: defaultTheme({
Expand Down Expand Up @@ -49,11 +51,14 @@ export default defineUserConfig({
}
]
}),

bundler: viteBundler(),
// Adding search
plugins: [
searchPlugin({
// options
}),
markdownMathPlugin({
// options
}),
]
})
525 changes: 493 additions & 32 deletions docs/advance/architecture.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/architecture/classic-RNN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/architecture/rwkv-4-architecure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/architecture/rwkv-5-6-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/architecture/rwkv-6-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/architecture/rwkv-7-architecture.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/architecture/v2-vs-v3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bc3c9a2

Please sign in to comment.