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
gaoqiong
flash-attention
Commits
cadfa396
"...research_projects/onnxruntime/textual_inversion/README.md" did not exist on "210be4fe7118ef67e540217c889fff460403881c"
Commit
cadfa396
authored
Dec 30, 2022
by
Tri Dao
Browse files
[Docker] Set torchmetrics==0.10.3
parent
43798966
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
training/Dockerfile
training/Dockerfile
+2
-1
No files found.
training/Dockerfile
View file @
cadfa396
...
@@ -78,7 +78,8 @@ RUN pip install pytest matplotlib jupyter ipython ipdb gpustat scikit-learn spac
...
@@ -78,7 +78,8 @@ RUN pip install pytest matplotlib jupyter ipython ipdb gpustat scikit-learn spac
# hydra
# hydra
RUN
pip
install
hydra-core
==
1.3.1 hydra-colorlog
==
1.2.0 hydra-optuna-sweeper
==
1.2.0 pyrootutils rich
RUN
pip
install
hydra-core
==
1.3.1 hydra-colorlog
==
1.2.0 hydra-optuna-sweeper
==
1.2.0 pyrootutils rich
# Core packages
# Core packages
RUN
pip
install
transformers
==
4.25.1
datasets
==
2.8.0 pytorch-lightning
==
1.8.6
triton
==
2.0.0.dev20221202
wandb
==
0.13.7
timm
==
0.6.12
torchmetrics
==
0.11.0
RUN
pip
install
transformers
==
4.25.1
datasets
==
2.8.0 pytorch-lightning
==
1.8.6
triton
==
2.0.0.dev20221202
wandb
==
0.13.7
timm
==
0.6.12
torchmetrics
==
0.10.3
# torchmetrics 0.11.0 broke hydra's instantiate
# For MLPerf
# For MLPerf
RUN
pip
install
git+https://github.com/mlcommons/logging.git@2.1.0
RUN
pip
install
git+https://github.com/mlcommons/logging.git@2.1.0
...
...
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