Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix - Disclaimer #327

Merged
merged 21 commits into from
Jan 29, 2025
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
04cd514
Update model methods to run background task when creating the endpoin…
shincap8 Jan 17, 2025
d86ae16
Handle error from Runpod, URL inference from yaml file
shincap8 Jan 17, 2025
8794693
Update backend/app/api/endpoints/base/score.py
shincap8 Jan 17, 2025
fc08634
Rename method
shincap8 Jan 17, 2025
aa0f022
Merge with cloud branch
shincap8 Jan 17, 2025
971b986
rename endpoint
shincap8 Jan 17, 2025
476d4e4
Print background tasks and correct typo
shincap8 Jan 21, 2025
9ed5f20
resolve merge conflict
shincap8 Jan 21, 2025
326acbb
Merge branch 'main' of https://github.com/mlcommons/dynabench into Fe…
shincap8 Jan 22, 2025
68f126e
Correct typos and correct schemas
shincap8 Jan 22, 2025
c2638b9
model uid
shincap8 Jan 22, 2025
605d8fb
merge with main
shincap8 Jan 22, 2025
0d74498
remove c
shincap8 Jan 22, 2025
9c6f088
Merge branch 'main' of https://github.com/mlcommons/dynabench into Fe…
shincap8 Jan 22, 2025
ac0b90b
Merge branch 'main' of https://github.com/mlcommons/dynabench into Fe…
shincap8 Jan 22, 2025
22fe4f2
Merge branch 'main' of https://github.com/mlcommons/dynabench into Fe…
shincap8 Jan 22, 2025
ff7f129
Create hook to handle upload big files
shincap8 Jan 28, 2025
48dea4d
Merge branch 'main' of https://github.com/mlcommons/dynabench into Fe…
shincap8 Jan 28, 2025
08dbbf3
Progress Bar working, set chunksize to 10 MB
shincap8 Jan 28, 2025
110f3de
Merge branch 'main' of https://github.com/mlcommons/dynabench
shincap8 Jan 28, 2025
3c7d69c
Upload Model Disclaimer
shincap8 Jan 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,13 @@ const SubmitModel = () => {
<i className="fas fa-edit "></i> Upload model
</Button>
)}
<span className="pb-4 text-red-400">
Please refrain from renaming the files and directories of the
downloadable zip base file
</span>
<span className="pb-4 text-gray-400">
This may affect our pipeline thus your scoring
</span>
</div>
</div>
</div>
Expand Down
Loading