Update README.md
Browse files
README.md
CHANGED
@@ -2,14 +2,24 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
|
|
|
|
5 |
Original model: [BlinkDL/rwkv-6-world](https://huggingface.co/BlinkDL/rwkv-6-world)
|
6 |
|
7 |
-
You can run this model with ai00_server(https://github.com/Ai00-X/ai00_server).
|
8 |
|
9 |
Although ai00_rwkv_server is mainly for lowend PC, you can run it on servers which are support VULKAN.
|
10 |
|
11 |
-
To try it in Colab
|
|
|
|
|
12 |
|
13 |
`!apt -y install libnvidia-gl-535 libvulkan1`
|
14 |
|
15 |
-
The 7B model use about 14.7G VRAM. T4 is enough to load it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
#### Model Info:
|
6 |
+
|
7 |
Original model: [BlinkDL/rwkv-6-world](https://huggingface.co/BlinkDL/rwkv-6-world)
|
8 |
|
9 |
+
You can run this model with [ai00_server](https://github.com/Ai00-X/ai00_server).
|
10 |
|
11 |
Although ai00_rwkv_server is mainly for lowend PC, you can run it on servers which are support VULKAN.
|
12 |
|
13 |
+
#### To try it in Colab:
|
14 |
+
|
15 |
+
You should install libnvidia-gl-* and vulkan driver:
|
16 |
|
17 |
`!apt -y install libnvidia-gl-535 libvulkan1`
|
18 |
|
19 |
+
The 7B model use about 14.7G VRAM. T4 is enough to load it.
|
20 |
+
|
21 |
+
#### One more thing:
|
22 |
+
|
23 |
+
These models are censored. You can start your prompts with `[SDA]` to jailbreak.
|
24 |
+
|
25 |
+
It's something like developer mode.
|