OpenMOSE commited on
Commit
973e43b
·
verified ·
1 Parent(s): 973e549

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ Answer user questions in Reasoning mode.
20
 
21
  for using
22
  1. install RWKV-Infer(see how to install)
23
- 2. loadmodel(choose FP16 or FP6 or FP5 (dont choose FP8))
24
  3. need 19GB VRAM in FP16, 12GB VRAM in FP6
25
  ```
26
  curl http://127.0.0.1:9000/loadmodel -X POST -H "Content-Type: application/json" -d '{"model_filename":"models/ARWKV-7B-CJE-30%.pth","model_viewname":"ARWKV-7B-CJE-30%","model_strategy":"fp16"}'
 
20
 
21
  for using
22
  1. install RWKV-Infer(see how to install)
23
+ 2. loadmodel(choose fp16 or fp6 or fp5 (dont choose FP8))
24
  3. need 19GB VRAM in FP16, 12GB VRAM in FP6
25
  ```
26
  curl http://127.0.0.1:9000/loadmodel -X POST -H "Content-Type: application/json" -d '{"model_filename":"models/ARWKV-7B-CJE-30%.pth","model_viewname":"ARWKV-7B-CJE-30%","model_strategy":"fp16"}'