Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update src/display/about.py
Browse files- src/display/about.py +2 -0
src/display/about.py
CHANGED
@@ -186,6 +186,8 @@ When we add extra information about models to the leaderboard, it will be automa
|
|
186 |
If your model is displayed in the `FAILED` category, its execution stopped.
|
187 |
Make sure you have followed the above steps first.
|
188 |
If everything is done, check you can launch the EleutherAIHarness on your model locally, using the above command without modifications (you can add `--limit` to limit the number of examples per task).
|
|
|
|
|
189 |
"""
|
190 |
|
191 |
OCCIGLOT_SUPPORT = """
|
|
|
186 |
If your model is displayed in the `FAILED` category, its execution stopped.
|
187 |
Make sure you have followed the above steps first.
|
188 |
If everything is done, check you can launch the EleutherAIHarness on your model locally, using the above command without modifications (you can add `--limit` to limit the number of examples per task).
|
189 |
+
|
190 |
+
## NOTE: For now we only support evaluating models with a size up to 10B parameters.
|
191 |
"""
|
192 |
|
193 |
OCCIGLOT_SUPPORT = """
|