We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b5fc1a + 80f6fe7 commit 89921d8Copy full SHA for 89921d8
1 file changed
data/download.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
function main() {
4
- public_server="http://18.218.79.3:5000"
+ public_server="http://lmflow.org:5000"
5
if [ $# -lt 1 -o "$1" = "-h" -o "$1" = "--help" ]; then
6
echo "Usage: bash $(basename $0) dataset_name"
7
echo "Example: bash $(basename $0) MedMCQA"
0 commit comments