Spaces:
Build error
Build error
File size: 836 Bytes
00f2826 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
aws:
dora_dir: /fsx-audio-craft-llm/${oc.env:USER}/experiments/audiocraft/outputs
partitions:
global: learnlab
team: learnlab
reference_dir: /fsx-audio-craft-llm/shared/audiocraft/reference
dataset_mappers:
"^/checkpoint/[a-z]+": "/fsx-audio-craft-llm"
fair:
dora_dir: /checkpoint/${oc.env:USER}/experiments/audiocraft/outputs
partitions:
global: learnlab
team: learnlab
reference_dir: /large_experiments/audiocraft/reference
dataset_mappers:
"^/datasets01/datasets01": "/datasets01"
darwin:
dora_dir: /tmp/audiocraft_${oc.env:USER}
partitions:
global: debug
team: debug
reference_dir: /tmp
rsc:
dora_dir: /checkpoint/audiocraft/${oc.env:USER}/experiments/audiocraft/outputs
partitions:
global: learn
team: learn
reference_dir: /checkpoint/audiocraft/shared/reference
|