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
OpenDAS
OpenFold
Commits
a6703606
Commit
a6703606
authored
Sep 08, 2023
by
Christina Floristean
Browse files
Convert back to AF2 scheduler/optimizer in deepspeed config
parent
dd944f64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
9 deletions
+7
-9
deepspeed_config.json
deepspeed_config.json
+2
-8
environment.yml
environment.yml
+5
-1
No files found.
deepspeed_config.json
View file @
a6703606
...
...
@@ -10,13 +10,6 @@
"bfloat16"
:
{
"enabled"
:
true
},
"optimizer"
:
{
"type"
:
"Adam"
,
"params"
:
{
"lr"
:
1e-3
,
"eps"
:
1e-5
}
},
"zero_optimization"
:
{
"stage"
:
2
,
"offload_optimizer"
:
{
...
...
@@ -29,5 +22,6 @@
"cpu_checkpointing"
:
false
,
"profile"
:
false
},
"gradient_clipping"
:
0.1
"gradient_clipping"
:
0.1
,
"zero_force_ds_cpu_optimizer"
:
false
}
environment.yml
View file @
a6703606
...
...
@@ -16,7 +16,6 @@ dependencies:
-
pytorch::pytorch=1.12.*
-
pip
:
-
biopython==1.79
-
deepspeed==0.5.10
-
dm-tree==0.1.6
-
ml-collections==0.1.0
-
numpy==1.21.2
...
...
@@ -29,3 +28,8 @@ dependencies:
-
wandb==0.12.21
-
modelcif==0.7
-
git+https://github.com/NVIDIA/dllogger.git
-
git+https://github.com/NVIDIA/cutlass.git
-
git+https://github.com/microsoft/DeepSpeed.git
# TODO: Replace above when version becomes available
# - deepspeed==0.10.3
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