Skip to content

Commit 80f6fe7

Browse files
committed
Fix: lmflow.org is back live
1 parent 7b5fc1a commit 80f6fe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
function main() {
4-
public_server="http://18.218.79.3:5000"
4+
public_server="http://lmflow.org:5000"
55
if [ $# -lt 1 -o "$1" = "-h" -o "$1" = "--help" ]; then
66
echo "Usage: bash $(basename $0) dataset_name"
77
echo "Example: bash $(basename $0) MedMCQA"

0 commit comments

Comments
 (0)