picocreator commited on
Commit
9d7032b
1 Parent(s): d8cac50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,7 +1,13 @@
1
- ### Run Huggingface RWKV5 World Model
2
 
 
3
 
4
- #### CPU
 
 
 
 
 
5
 
6
  ```python
7
  import torch
@@ -57,7 +63,7 @@ Assistant: 北京是中国的首都,拥有众多的旅游景点,以下是其
57
  8. 天坛:是中国古代皇家
58
  ```
59
 
60
- #### GPU
61
 
62
  ```python
63
  import torch
 
1
+ ![An eagle soaring above a transformer robot](https://substackcdn.com/image/fetch/w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6bbd31a7-21b4-4ff6-b43f-8735d1decf25_2048x1652.png)
2
 
3
+ ### Huggingface RWKV-5 Eagle 7B Model - via Hugging Face Transformers
4
 
5
+ **! Important Note !**
6
+
7
+ The following is the HF transformers implementation of the RWKV-5 Eagle 7B model. And is meant to be used **only with huggingface transformers**
8
+ For the full model weights on its own, for use with other RWKV libraries, refer to [here](https://huggingface.co/RWKV/v5-Eagle-7B)
9
+
10
+ #### Running on CPU via HF transformers
11
 
12
  ```python
13
  import torch
 
63
  8. 天坛:是中国古代皇家
64
  ```
65
 
66
+ #### Running on GPU via HF transformers
67
 
68
  ```python
69
  import torch