Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
2fcd4f38
Commit
2fcd4f38
authored
Mar 10, 2022
by
ScalableEKNN
Committed by
Frank Lee
Mar 11, 2022
Browse files
fix format (#379)
parent
5a4a3b77
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
scripts/slurm_dist_train.sh
scripts/slurm_dist_train.sh
+0
-11
No files found.
scripts/slurm_dist_train.sh
deleted
100644 → 0
View file @
5a4a3b77
#!/usr/bin/env sh
main_file
=
$1
config_file
=
$2
python
$main_file
--local_rank
$SLURM_PROCID
--world_size
$SLURM_NPROCS
--host
$HOST
--port
29500
--config
$config_file
# how to run this script
# exmaple:
# HOST=IP_ADDR srun ./scripts/slurm_dist_train.sh ./examples/train_vit_2d.py ./configs/vit/vit_2d.py
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment