Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update standard.yaml #323

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions config/standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ convnext_large-tf32:

convnext_large-tf32-fp16:
enabled: true
weight: 3.0
weight: 1.0

regnet_y_128gf:
enabled: true
weight: 2.0
weight: 1.0

bert-fp32:
enabled: true
Expand All @@ -51,23 +51,23 @@ bert-tf32:

bert-tf32-fp16:
enabled: true
weight: 3.0
weight: 1.0

t5:
enabled: true
weight: 2.0
weight: 0.0

reformer:
enabled: true
weight: 1.0

whisper:
enabled: true
weight: 1.0
weight: 0.0

focalnet:
enabled: true
weight: 2.0
weight: 0.0

fp16:
enabled: true
Expand All @@ -92,7 +92,7 @@ brax:
# Diffusion
diffusion-single:
enabled: true
weight: 1.0
weight: 0.0

diffusion-gpus:
enabled: True
Expand All @@ -105,7 +105,7 @@ diffusion-nodes:
# lightning
lightning:
enabled: true
weight: 1.0
weight: 0.0

lightning-gpus:
enabled: True
Expand All @@ -114,15 +114,15 @@ lightning-gpus:
# dinov2
dinov2-giant-single:
enabled: True
weight: 1.0
weight: 0.0

dinov2-giant-gpus:
enabled: True
weight: 1.0

dinov2-giant-nodes:
enabled: false
weight: 1.0
weight: 0.0

# LLM
llm-lora-single:
Expand Down Expand Up @@ -156,15 +156,15 @@ resnet152-ddp-gpus:
# purejaxrl
dqn:
enabled: true
weight: 1.0
weight: 0.0

ppo:
enabled: true
weight: 1.0

cleanrljax:
enabled: false
weight: 1.0
weight: 0.0

# Geo
dimenet:
Expand All @@ -191,7 +191,7 @@ llava-single:

llava-gpus: # This OOM
enabled: false
weight: 1.0
weight: 0.0

# rlhf
rlhf-single:
Expand All @@ -200,7 +200,7 @@ rlhf-single:

rlhf-gpus:
enabled: true
weight: 1.0
weight: 0.0

# vjepa
vjepa-single:
Expand Down
Loading