Unverified Commit 19b21010 authored by moto's avatar moto Committed by GitHub
Browse files

Fix typo in source separation README (#1774)

parent b40aee5a
......@@ -98,7 +98,7 @@ and every model replica will be fed with a different set of input data samples.
When launched as SLURM job, the follwoing environment variables correspond to
- **SLURM_PROCID*: `--worker-id` (Rank)
- **SLURM_PROCID**: `--worker-id` (Rank)
- **SLURM_NTASKS** (or legacy **SLURM_NPPROCS**): the number of total processes (`--num-workers` == world size)
- **SLURM_LOCALID**: Local Rank (to be mapped with GPU index*)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment