Update README.md
Browse files
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 |
|
| 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
|
| 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?
|