YummyYum commited on
Commit
5e6c0a7
·
verified ·
1 Parent(s): c634a47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -55,7 +55,7 @@ FlagEval (Libra)** is a comprehensive evaluation system and open platform for la
55
 
56
  | Type | Location |
57
  | --------------- | ----------- |
58
- | Model Weights | coming soon |
59
  | Container Image | coming soon |
60
 
61
  **Environment Setup**
@@ -166,7 +166,7 @@ for item in response:
166
  ### Q1: What should I do if the model fails to load?
167
 
168
  - Check if the model weight path is correct.
169
- - Ensure the Qwen3-4B model files are present in the `/share` directory inside the container.
170
  - Check the container logs: `docker logs flagos`.
171
 
172
  ### Q2: API call returns a timeout error. What should I do?
 
55
 
56
  | Type | Location |
57
  | --------------- | ----------- |
58
+ | Model Weights | (https://huggingface.co/FlagRelease/RoboBrain2.0-7B-FlagOS-FP8Dynamic/tree/main) |
59
  | Container Image | coming soon |
60
 
61
  **Environment Setup**
 
166
  ### Q1: What should I do if the model fails to load?
167
 
168
  - Check if the model weight path is correct.
169
+ - Ensure the model files are present in the `/share` directory inside the container.
170
  - Check the container logs: `docker logs flagos`.
171
 
172
  ### Q2: API call returns a timeout error. What should I do?