update info for GPU (#1021)
This commit is contained in:
parent
b4d4e489bf
commit
ed0b890e75
|
@ -1,5 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# install APEX, see https://github.com/NVIDIA/apex#linux
|
||||
# to imitate SLURM set only single node
|
||||
export SLURM_LOCALID=0
|
||||
|
||||
# use this to run tests
|
||||
rm -rf _ckpt_*
|
||||
rm -rf ./tests/save_dir*
|
||||
|
|
Loading…
Reference in New Issue