Skip to content
Snippets Groups Projects

Update experiments.md

1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -9,7 +9,7 @@ libraries and dependencies.
@@ -9,7 +9,7 @@ libraries and dependencies.
software code and all its dependencies to run uniformly and consistently
software code and all its dependencies to run uniformly and consistently
on any infrastructure in other words, it is agnostic to host specific environment like OS, etc.
on any infrastructure in other words, it is agnostic to host specific environment like OS, etc.
Containers are a widely adopted method of taming the complexity of deploying HPC and AI software.
Containers are a widely adopted method of taming the complexity of deploying software.
The entire software environment, from the deep learning framework itself,
The entire software environment, from the deep learning framework itself,
down to the math and communication libraries that are necessary for performance, is packaged into
down to the math and communication libraries that are necessary for performance, is packaged into
a single bundle. Since workloads inside a container
a single bundle. Since workloads inside a container
Loading