We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ecd8ec commit cf2742cCopy full SHA for cf2742c
.gitignore
@@ -1 +1,2 @@
1
submission.*
2
+target/
src/service/mod.rs
@@ -118,7 +118,7 @@ pub async fn submit_solution<P: AsRef<Path>>(
118
"{}/{}/{}/{}",
119
base_url,
120
leaderboard.to_lowercase(),
121
- gpu.to_lowercase(),
+ gpu,
122
submission_mode.to_lowercase()
123
);
124
0 commit comments