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
huaerkl
fairseq-data2vec_pytorch
Commits
d2b678f9
Commit
d2b678f9
authored
Aug 15, 2023
by
huaerkl
Browse files
Update datavec_srun.sh
parent
e270d339
Pipeline
#507
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
datavec_srun.sh
datavec_srun.sh
+3
-3
No files found.
datavec_srun.sh
View file @
d2b678f9
...
...
@@ -24,15 +24,15 @@ module load compiler/devtoolset/7.3.1
module load mpi/hpcx/gcc-7.3.1
module load compiler/dtk/23.04
# source /opt/dtk-23.04/env.sh
source
/public/home/
chenzk
/dtk-23.04/env.sh
source
/public/home/
xxx
/dtk-23.04/env.sh
module list
which mpirun
# load env
source
/public/home/
chenzk
/anaconda3/bin/activate fairseq
source
/public/home/
xxx
/anaconda3/bin/activate fairseq
# conda activate fairseq
which python3
export
LD_LIBRARY_PATH
=
${
LD_LIBRARY_PATH
}
:/public/home/
chenzk
/anaconda3/envs/fairseq/lib
export
LD_LIBRARY_PATH
=
${
LD_LIBRARY_PATH
}
:/public/home/
xxx
/anaconda3/envs/fairseq/lib
#source activate fairseq
export
PYTHON
=
python3
export
NPROC_PER_NODE
=
4
...
...
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