Spaces:
Running
Running
Aaron Mueller
commited on
Commit
·
8ef188d
1
Parent(s):
5e26487
reduce max filesize w/ documentatiojn
Browse files
app.py
CHANGED
@@ -844,6 +844,7 @@ with demo:
|
|
844 |
# Add info about rate limits
|
845 |
gr.Markdown("""
|
846 |
### Submission Policy
|
|
|
847 |
- Maximum 2 valid submissions per HuggingFace account per week
|
848 |
- Invalid submissions don't count toward your limit
|
849 |
- Rate limit tracked on a rolling basis: a submission no longer counts toward the limit as soon as 7 days have passed since the submission time
|
|
|
844 |
# Add info about rate limits
|
845 |
gr.Markdown("""
|
846 |
### Submission Policy
|
847 |
+
- UPDATE (Oct. 12, 2025): Due to changes to HF storage limits, the maximum file size is now 50MB. If you're running into unexpected errors validating your Llama or Gemma artifacts, this may be why! For circuits, .pt files are *strongly* preferred over .json. For causal variable track artifacts, if you cannot reduce your filesize, please contact us on the MIB Discord.
|
848 |
- Maximum 2 valid submissions per HuggingFace account per week
|
849 |
- Invalid submissions don't count toward your limit
|
850 |
- Rate limit tracked on a rolling basis: a submission no longer counts toward the limit as soon as 7 days have passed since the submission time
|