CodeZzz commited on
Commit
ff6f369
·
1 Parent(s): 90939c2
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -27,4 +27,5 @@ tar -xvf ckpts/visionreward_image.tar
27
  ```
28
 
29
  ## Using this model
30
- You can quickly install the Python package dependencies and run model inference in our [github](https://github.com/THUDM/VisionReward).
 
 
27
  ```
28
 
29
  ## Using this model
30
+ You can quickly install the Python package dependencies and run model inference in our [github](https://github.com/THUDM/VisionReward).
31
+ > This model utilizes fp32 precision parameters and requires the use of the sat (SwissArmyTransformer) library for invocation. For the bf16 (bfloat16) version of the model, please refer to the following link: [https://huggingface.co/THUDM/VisionReward-Image-bf16](https://huggingface.co/THUDM/VisionReward-Image-bf16)