Skip to content

Commit 89921d8

Browse files
authored
Merge pull request #958 from OptimalScale/fix-lmflow-org-2
Fix: lmflow.org is back live
2 parents 7b5fc1a + 80f6fe7 commit 89921d8

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)