This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
EESAST
/
THUAI6
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
3
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Update run.sh
tags/0.1.0
Tian Guoyun
GitHub
2 years ago
parent
d06602c127
commit
ce89152021
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dependency/shell/run.sh
+ 1
- 1
dependency/shell/run.sh
View File
@@ -11,7 +11,7 @@ do
j=$((i - 1))
if [ -f "./python/player$i.py" ]; then
nice -0 python3 ./python/player$i.py -I 127.0.0.1 -P 8888 -p $j
elif [-f "./capi$i"]; then
elif [
-f "./capi$i"
]; then
nice -0 ./capi$i -I 127.0.0.1 -P 8888 -p $j
else
echo "ERROR. $i is not found."
Write
Preview
Loading…
Cancel
Save