This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
ColossalAI
mirror of
https://github.com/hpcaitech/ColossalAI
Watch
1
Star
0
Fork
You've already forked ColossalAI
0
Code
Issues
Projects
Releases
Wiki
Activity
261eab02fb
ColossalAI
/
examples
/
tutorial
/
opt
/
inference
/
script
/
process-opt-175b
/
unflat.sh
8 lines
105 B
Bash
Raw
Blame
History
#!/usr/bin/env sh
for
i in
$(
seq
0
7
)
;
do
python convert_ckpt.py
$1
$2
${
i
}
&
done
wait
$(
jobs
-p
)
Reference in New Issue
View Git Blame
Copy Permalink