Update README.md
Browse files
README.md
CHANGED
@@ -69,6 +69,14 @@ Performance evaluation is ongoing. The model shows promising results in:
|
|
69 |
- Significantly improved needle-in-haystack task performance compared to pure RWKV architectures
|
70 |
- Competitive performance on standard language modeling benchmarks
|
71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
## Thank you for Big help :)
|
73 |
- SmerkyG Inspired by RADLADS (https://arxiv.org/abs/2505.03005)
|
74 |
|
|
|
69 |
- Significantly improved needle-in-haystack task performance compared to pure RWKV architectures
|
70 |
- Competitive performance on standard language modeling benchmarks
|
71 |
|
72 |
+
|
73 |
+
## Run
|
74 |
+
- RWKV-Infer now support hxa079
|
75 |
+
```bash
|
76 |
+
curl http://127.0.0.1:9000/loadmodel -X POST -H "Content-Type: application/json" -d '{"model_filename":"/home/client/Projects/llm/hxa079-reka-flash3-stage2-hybrid.pth","model_viewname":"RWKV HXA079 L38T6 Reka Flash3","model_strategy":"int8","adapter_filename":"","adapter_mode":"", "template":"rekaflash3", "endtoken":"\n <sep>","default_temperature":"1.0", "default_top_p":"0.3", "rope_theta":"8000000.0", "rms_norm_eps":"1e-5"}'
|
77 |
+
|
78 |
+
```
|
79 |
+
|
80 |
## Thank you for Big help :)
|
81 |
- SmerkyG Inspired by RADLADS (https://arxiv.org/abs/2505.03005)
|
82 |
|