File size: 868 Bytes
ff76ac3
d4d0681
b0dbba9
 
 
 
 
 
d4d0681
b0dbba9
 
109a0c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
adb6ad5
109a0c8
 
 
ce2c37c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---



title: RWKV HF Space
emoji: πŸ¦β€β¬›
colorFrom: purple
colorTo: pink
sdk: docker
pinned: false

---


# Simple RWKV OpenAI-Compatible API

## Usage

`RWKV-x070-World-0.1B-v2.8-20241210-ctx4096`

```shell

python app.py --strategy "cuda fp16" --model_title "RWKV-x070-World-0.1B-v2.8-20241210-ctx4096" --download_repo_id "BlinkDL/rwkv-7-world" --download_model_dir ./

```

`RWKV7-G1-0.1B-68%trained-20250303-ctx4k`

```shell

python app.py --strategy "cuda fp16" --model_title "RWKV7-G1-0.1B-68%trained-20250303-ctx4k" --download_repo_id "BlinkDL/temp-latest-training-models" --download_model_dir ./

```

`RWKV7-G1-0.4B-68%trained-20250303-ctx4k`

```shell

python app.py --strategy "cuda fp16" --model_title "RWKV7-G1-0.4B-32%trained-20250304-ctx4k" --download_repo_id "BlinkDL/temp-latest-training-models" --download_model_dir ./

```